implement the ability to create block states for custom blocks in 1.7.9 or beyond...
for example
redstone dust has
- the direction it is facing (north, south, east, west)
- power level (1-15)
Minecraft lever and button etc has
- Powered (true/false)
- direction facing
we need this feature to create blocks and items with block states in the future.
Issue comments
Related ticket: https://mcreator.net/tracker/issue/44214
This ticket describes switching textures and models, which is basically switching different block states. This implies that block properties including textures can be defined for each block state and the block states can be switched using procedures.
I don’t know if it can help you to add this feature, but I found some links about block states.
https://mcforge.readthedocs.io/en/1.13.x/blocks/states/
https://mcforge.readthedocs.io/en/1.13.x/models/blockstates/introductio…
https://mcforge.readthedocs.io/en/1.13.x/models/blockstates/forgeBlocks…
And now we are into the 2.x.x branch, we can wait it. :)
Migrated to https://github.com/MCreator/MCreator/issues/118
We will consider adding this in MCreator 2.x.x.