MineColonies

MineColonies

53M Downloads

Plantation only checks for pure water - should also accept sea weed / corals / pickles

MatthiasMann opened this issue ยท 1 comments

commented

The current medieval oak schematic of the plantation (the one distributed as separate download) uses decorated water blocks which prevent the plantation working from using all spots.

&& (world.getBlockState(pos.north()).getBlock() == Blocks.WATER

Would be nice to extend the check to all water logged blocks.

commented