Started by
philbean
on
Topic category: Help with Minecraft modding (Java Edition)
SO I have created a custom json model using MrCrayfish's thing. Its a simple 'post'. Half width and depth of a standard block, 1 block high.
I have imported it into Mcreator and assigned the single texture (white wool) at import.
Created the 'block'. Tested. Works fine.
I'd now like to duplicate this for all the wool colours.
If I duplicate the block in Mcreator... and then change the texture in each... in game, they all still have the white texture that the model was imported with.
Is there a way to assign different textures to duplicated blocks of the same model? Or do I need to import a new model for each texture colour ???
ta
that is not enough, you need to go into the json file in resources and you will see a tab here where you can add more textures, you must do it here then select the other subtypes in each individual block.
Great. That seems to make sense. Thanks.