Fabric mod that extends farmland hydration to one block below https://modrinth.com/mod/hidden-hydration
Go to file
Rasmus Moorats 37c2050945
update to work with 1.20.2
2023-11-20 16:26:03 +02:00
gradle/wrapper update to work with 1.20.2 2023-11-20 16:26:03 +02:00
src/main update to work with 1.20.2 2023-11-20 16:26:03 +02:00
.gitignore initial commit 2022-04-07 10:14:53 +03:00
LICENSE optimize code 2022-04-07 11:57:25 +03:00
README.md reduce scan area below block from 5x5 to 3x3 2022-04-07 15:28:20 +03:00
build.gradle update to work with 1.20.2 2023-11-20 16:26:03 +02:00
gradle.properties update to work with 1.20.2 2023-11-20 16:26:03 +02:00
gradlew initial commit 2022-04-07 10:14:53 +03:00
gradlew.bat initial commit 2022-04-07 10:14:53 +03:00
settings.gradle initial commit 2022-04-07 10:14:53 +03:00

README.md

Hidden Hydration

This Minecraft mod simply expands the area where a water block may be in order to hydrate (water) a farmland block.

It adds an additional, 3x1x3 layer below the crop block where water may reside. This makes it possible to create "fields" where water is hidden under the block.

More specifically, it changes the water scan area. Assuming (0, 0, 0) is the position of the farmland block, the scan ranges from:

vanilla:  (-4, 0, -4) to (4, 1, 4)
mod:      (-4, 0, -4) to (4, 1, 4)  +  (-2, -1, -2) to (2, -1, 2)