About translucent model of entity

Started by akaishiya on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
About translucent model of entity

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.

Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you use Tabula, an in…
Sat, 04/18/2020 - 18:17

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.

Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, and the "color4f" thing…
Sat, 04/18/2020 - 18:18

Oh, and the "color4f" thing only applies if your mod is for 1.14.

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for teaching…
Sat, 04/18/2020 - 23:53

Thank you for teaching.
Therefore, I cannot make one in 1.12.2, right?

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Works above 1.14?
Mon, 04/19/2021 - 11:10

Works above 1.14?