How to create a block with a 2D texture in the inventory?

Started by DimaFsn on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jun 2021
Points:
649

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
How to create a block with a 2D texture in the inventory?

Example: vanilla cake in Minecraft. The block itself is 3D, and the texture in the inventory is 2D. How can I do this in the MCreator?

Use "item texture" field to…
Fri, 07/09/2021 - 08:09

Use "item texture" field to specify in-hand texture of the block or item

Active 3 years ago
Joined Jun 2021
Points:
649

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
Thank you very much!…
Fri, 07/09/2021 - 09:31

Thank you very much! Happened.