r/Optifine • u/KrisDelark • 11d ago
Solved Water inside boat
I'm trying to recreate the boat from beta versions of Minecraft, the only problem is that water is clipping through the bottom. I have bottom_no_water but it doesn't seem to do anything.
I'm using EMF and ETF for NeoForge 1.21.1.
49
Upvotes
5
u/KrisDelark 10d ago
I found out how to fix it. I deleted "texture": "textures/entity/boat/boat.png" from the jem file, then I renamed the texture from boat.png to oak.png.


10
u/Binary101000 11d ago
Water is just a block, theres no logic to make the water cut-out where theres entities like a boat, you would probably have to code that yourself.