Texture loading a random sprite sheet

Started by BakerBlockster on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Texture loading a random sprite sheet

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:

https://imgur.com/a/Y39F2Ki

And this is what it looks like in game:

https://imgur.com/a/f4uIXY3

 

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 :)

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here is how i import custom…
Thu, 01/16/2025 - 21:45

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.