How can I change a block's state?

Started by Super_Smash_Game on

Topic category: Troubleshooting, bugs, and solutions

Active 3 years ago
Joined Apr 2021
Points:
546

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How can I change a block's state?
Mon, 04/05/2021 - 15:12 (edited)

Hallo!

I am trying to create a function triggered by right clicking with a specific item. (I managed to do that, suprisingly lol)
This function contains an "if" statement that checks if a local variable is equal to 1. If it is, another "if" statement checks if the block looked at is an iron door (this works, for sure). Here's when I encounter my problem.

I would like to make it so the door's open / closed state is set to open if the condition above is true. But... I don't know how to do that!

Could someone help me, please? =)

Edited by Super_Smash_Game on Mon, 04/05/2021 - 15:12