Ability to create and define custom block states

Status
Migrated
Issue description

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.

A lot needed indeed. Adding tags for block states is very useful.

This is needed for 2020.4. Pipes (Which if not directly added needs block states) is the only thing MCreator still needs to make good tech mods.

create a block state editor which is a window type like procedures,
-model
-texture
-resistance
-hardness
-illumination
-rotation
-Redstone signal emission (level)
-when redstone signal is received
-right clicking
-left click
-Name
-sounds