Started by
akaishiya
on
Topic category: Help with Minecraft modding (Java Edition)
Can I make living entity that has translucent texture?
I saw it in famous mod, Quark.
But when I tried, translucent part is shown as not-translucent model.
If you know about how to make translucent mob, please teach me.
If you use Tabula, an in-game Minecraft modeller, it can write the code necessary to create a model with transparency. It's not as simple as making the texture transparent.
HOWEVER, doing it through Tabula will cause build errors, but they're easy to fix. MCreator will tell you about some lines of code containing something like "color(...)". You just have to go in manually and change "color" to "color4f" and you're good.
As far as I know, Tabula is the only model maker that supports this.
Oh, and the "color4f" thing only applies if your mod is for 1.14.
Thank you for teaching.
Therefore, I cannot make one in 1.12.2, right?
Works above 1.14?