Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a mob like a slime and I used the slime model but the mob is still opaque? Can anyone help?
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a mob like a slime and I used the slime model but the mob is still opaque? Can anyone help?
did you make the texture more translucent?
It is not possible without writing custom mob renderer
https://imgur.com/YBRhJKn
1. The default texture is to register a png image file with nothing drawn.
2. Apply translucent texture to light source texture.
(The darker the color, the better.)
Disadvantage : Translucent but luminous
Do you have a link where I can find out how to make one?