Support for more blocks

Started by dinnerwithacapitald on

Topic category: Feature requests and ideas for MCreator

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Support for more blocks

Now I've wanted to add a new metal type with torches and lanterns but if I just modeled one in blockbench they would just be one block and not account for side torches or non floor lanterns. Support for signs boats and hanging signs was added in the latest update so seeing more of those would be cool. Thank you for your time. Please add this if possible.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So you make multiple models…
Fri, 04/17/2026 - 14:28

So you make multiple models and use blockstates.

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I could do that but…
Sat, 04/18/2026 - 18:38

I could do that but blockstates confuse me I cant lie

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blockstates are just…
Sat, 04/18/2026 - 21:30

Blockstates are just seperate models and/or textures for the same block. You use the custom properties in order to set the blockstate. The value provider being the condition to change the blockstate. You can also use nbt if you need different conditions to change the blockstate.

You make the different models for wall torches or hanging lanterns. Then you use a tick update to either check which face the torch was placed and set a custom property to true. This property switches the blockstate. For the lantern you do the same but check if the trigger face was on the bottom of a block and do the same.