Started by
Omtegu
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make custom blocks with Blockbench but when I import them into MCreator they have the right shape, but are MISSINGNO textured, I can't figure out how to solve this, please help.
Hi friend!
The actual entity that spawns into the world is the block entity in your mod. This block would use a model (shape) and a texture. The first thing I would do is go into your model in blockbench and make sure the texture you have assigned to your model is laid out correctly for your model. Import the texture your using into blockbench and see how it looks on the model.
If all is well here make sure your project format and UV mode are set to the correct values. In your case this would be 'java block/item' for project format and UV model depends on what you are trying to build i think.
I hope some of this helps :)