Topic category: Help with Minecraft modding (Java Edition)
I want to create a single entity with multiple models and textures.
I would like to be able to generate this entity by combining different parts in the game.
And I want the same entity to look different (e.g. the ability to craft a car with the "Ultimate Car Mod").
I expect that the NBT tag is involved, but I don't know how to implement it.
Would I need to modify the source code to create this entity?
Also, if modification of the source code is necessary, I would like to appreciate suggestions on how it should be modified.
My working environment is shown below.
Mcreator version: Mcreator 2023.3
3D model working environment: Blockbench version 4.8.3
3D model extension: Java
※I am not from an English-speaking country and cannot write English well, so I am using a translation tool. Please understand.
So basically there are two ways to make this.
The easy way is to just make different mobs (as versions of the mob you want to make) and hide them from the creative tabs
The harder way is to make it with NBT tags, which i cant really help you with