Texture Mapping Question

Started by Entropus on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Texture Mapping Question

Hi MCreator modders,

I'm currently using MCreator 2024.4 to make my mod in Forge and I have a question about texture mapping for blocks having a custom 3D model.

Is it currently possible to change the texture mapping of a model with a procedure ? Because I can't really see the use of create multiple texture mappings for a one model. Or I misunderstood how they work.

Thanks in advance for your answer.

Have a great day.

You can change the model /…
Mon, 05/12/2025 - 15:17

You can change the model / mapping for e.g. custom items using item properties.

You can't do that for blocks yet