Waterlogging blocks option

Published by AOCAWOL on
Status
Migrated
Issue description

Hi! I would like an option to blocks for them to be able to be waterlogged

 

https://www.minecraftforge.net/forum/topic/75865-1144-water-loggable/

 

I couldn't find a direct like copy and paste of the code required but this forum shows how one user did it. Ignore the fact he's trying to get it for vanilla blocks what matters is the code part :)

Issue comments

Making a block waterloggable isn't difficult. it's done implementing an interface, overriding `getFluidState`, and adding a waterlogged boolean property.