Mcreator RMB procedure

Started by JamesJ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator RMB procedure

What procedure should be done so that when a certain object is pressed on an iron door, a redstone signal is sent to the door and it opens without further closing? 

At the moment, the procedure is as follows, all that is missing is the issuance of a redstone signal. 

MCreator version 2022.2.

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  You can set the global…
Tue, 06/18/2024 - 17:40

 

You can set the global trigger on "Player left clicks block" or "Player right clicks block", but I am not sure if "Get boolean property" and "Set boolean property" blocks exist in MCreator 2022.2 or not.

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Much obliged! Everything has…
Tue, 06/18/2024 - 18:34

Much obliged! Everything has finally worked