Fabric mod that extends farmland hydration to one block below
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Rasmus Moorats 41a998c7e6
remove hard dependency on fabric-api
12 months ago
gradle/wrapper initial commit 12 months ago
src/main remove hard dependency on fabric-api 12 months ago
.gitignore initial commit 12 months ago
LICENSE optimize code 12 months ago
README.md reduce scan area below block from 5x5 to 3x3 12 months ago
build.gradle remove hard dependency on fabric-api 12 months ago
gradle.properties remove hard dependency on fabric-api 12 months ago
gradlew initial commit 12 months ago
gradlew.bat initial commit 12 months ago
settings.gradle initial commit 12 months ago

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)