Allow soil to moisten from water directly under it

This commit is contained in:
William Blake Galbreath
2025-01-05 14:45:42 -08:00
committed by granny
parent bad7a6b7a7
commit 20fc38a2f8
3 changed files with 16 additions and 35 deletions

View File

@@ -132,6 +132,11 @@ public class PurpurWorldConfig {
});
}
public boolean farmlandGetsMoistFromBelow = false;
private void farmlandSettings() {
farmlandGetsMoistFromBelow = getBoolean("blocks.farmland.gets-moist-from-below", farmlandGetsMoistFromBelow);
}
public boolean turtleEggsBreakFromExpOrbs = false;
public boolean turtleEggsBreakFromItems = false;
public boolean turtleEggsBreakFromMinecarts = false;