How do i change block properties within procedures?

Started by Fox potato studios on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i change block properties within procedures?

I'm trying to make a block that changes its model when an item is inserted into a GUI. But I wanted the block's property to change instead of replacing the block.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator doesn't haveā€¦
Tue, 01/14/2025 - 06:58

Mcreator doesn't have anything that can let you change block properties, the best way would be to duplicate that block, change the properties you want, and in the procedure when replacing it make sure to enable the keep state and keep NBT/inventory checkbox.