Banner with Custom Model

Started by JoaaZL on

Topic category: Help with modding (Java Edition)

Last seen on 02:21, 10. Jul 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Banner with Custom Model
Sat, 01/20/2024 - 23:32 (edited)

I want to create a mod to make a banner with a custom model, but I don't know how to do it.

Edited by JoaaZL on Sat, 01/20/2024 - 23:32
Last seen on 08:11, 27. Aug 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What's a "banner with a…
Sat, 08/10/2024 - 09:26

What's a "banner with a custom model"? A block that acts like a banner (you can add banner patterns to it)? If yes, you probably need to create a block entity, because you need to use NBT-tags for this. You can also use the Blockstates plugin, but I am not sure if it supports using many textures on one block.