Transparent Objects in Blockbench

Started by West0nD3v on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Transparent Objects in Blockbench

       Hello, I'm working on a mod that I call 'The Dreadscapes', and I want to add this cute little floating lantern-like mob called the 'Twirlipod' to lighten up the mood a little bit. And I'm trying to make it look like it has a little glowing texture around it. What i'm saying is, there's a smaller cube on on the inside that has his cute face on it. And the bigger cube on the outside is what im trying to make look transparent. Its supposed to kinda look like the slime texture. 

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to code a custom…
Thu, 05/26/2022 - 21:18

You need to code a custom renderer for your entity

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe could you teach me how…
Thu, 05/26/2022 - 23:35

maybe could you teach me how to do that? or at least link a video/page?

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making a renderer is beyond…
Fri, 05/27/2022 - 02:44

Making a renderer is beyond my capabilities and I have researched but I haven't found a answer yet, I suggest you research into it