Started by
kajto359
on
Topic category: Help with Minecraft modding (Java Edition)
So, ive seen topics simular to this but not this exactly.
I made a fluid, but there is no default option to overlay so I had to stick to making a custom overlay.
My following question is: How do I make a slightly transparent overlay? (Or if ive missed a option)
You can create an overlay to apply a texture with transparency when in fluid
1) create an overlay (V) and config:
.1 overlay target = ingame,
.2 pripority = normal, (idk what is the best but normal seems good)
.3base texture = (your transparent texture)
(If you want to use a square texture, simply use the component list instead of the base texture to add the squares of your overlay piece by piece)
2) activate when submerged
.1 in "display overlay in-game" you create a procedure
.2 use this: (the purple square is the fluid)
https://imgur.com/a/wodAsIq