Started by
JoaaZL
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
I want to create a mod to make a banner with a custom model, but I don't know how to do it.
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.