Started by
Cnf
on
Topic category: Help with Minecraft modding (Java Edition)
I created a model in Blockbench of a scarecrow, exported it as a .json file, and put it in MCreator, but it just shows the purple and black box. The problem other people seem to be having is that their texture wasn't square, but my model texture is (64 x 64 pixels). When using an obj file, it shows a tiny not mapped version of the texture in the bottom corner, so how do I fix either of those if possible? The model is also 24 pixels tall if that helps.
I guess json is only model? (i never used blockbench so I'm not sure)
I guess json is only model? (i never used blockbench so I'm not sure)
I think the reason as to why your texture isn't loading is because of the following:
If you have put ANY value in the box which says model identifier (the one under the name), then Minecraft won't be able to load it. Simply save your .json without anything put in the Model identifier box.
(The same thing might apply for modded entities aswell)