Waterhook Mod (1.8.9, 1.7.10) – Water Forming Event to Forge
Waterhook Mod adds an event to Forge that is fired when Minecraft creates a water source block (infinite water). To use Waterhook to prevent infinite water: Subscribe to the event info.loenwind.waterhooks.WaterFormEvent. Cancel it when you want to block infinite water. It is a sub-class of net.minecraftforge.fluids.FluidEvent, you can subscribe to that one and check the […]