Started by
Alovon12
on
Topic category: Help with MCreator software
I'm making a mod that adds 12 color variations of all the light emitters in MC, and am having a problem with finding how to get the End Rod model working.
Also noticed that Lanterns.etc are also missing.
Is there any way to get the models from those blocks to be used for MCcreator blocks?
Also, it doesn't connect to walls properly on extra rungs.
Add a new texture mapping for each color and use that for each different texture.
I don't think that it would be easy to fix the other problem.
@CactusHamster You're welcome, glad I was able to help!
So I just add more mappings to this single file?
like
},
"yellow": {
"map": {
"1": "end_rod_yellow"
},
"name": "yellow"
Bellow the existing Blue Map and normal end rod map?
I think you could do it like that, but you could also just use MCreator's mapping tool. Just open the workspace. Then, go to the Resources tab, and go to 3D Models and Texture Mappings. From there, double-click the end rod model and press the green "plus" to add a new texture mapping. Then, double click the empty square to add the texture you want for that map.