Started by
BakerBlockster
on
Topic category: Help with Minecraft modding (Java Edition)
Whenever I try to load up the mod i get a texture that uses a different sprite sheet than the one I provided
This is what it should look like:
And this is what it looks like in game:
Just saying the only mods I have on are the Create Mod (which I use for the crafting recipe), and JEI.
If anyone can help or needs any more information that please message on this tread.
(Just saying I am quite busy so I might not respond right away but I will whenever I have time)
Thanks :)
Here is how i import custom block models and textures
In blockbench, export the model as a JSON file, and export the texture.
In the Resources tab in Mcreator, hit import texture in the top bar and select your custom texture.
In the Resources tab in Mcreator, hit import JSON model in the top bar and select your custom model.
A gui should come up asking for the texture mappings. Choose your custom texture for part 1.
Create a block which uses your custom model instead of the default one. You can set a temporary texture in the texture part but it will be overridden by your texture mappings.