Logic return Procedure condition for "Open Bound GUI with right click"

Started by Ali107 on

Topic category: Feature requests and ideas for MCreator

Active 2 days ago
Joined Jul 2020
Points:
1179

User statistics:

  • Modifications: 5
  • Forum topics: 84
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 229
Logic return Procedure condition for "Open Bound GUI with right click"

In the Block mod element, there's a checkbox that could easily be a condition that you insert logic return procedure in.

The image below shows the "Open bound GUI on right click" screenshot a checkbox.

Open bound GUI on right click

 

I looked through the generated code within the "*Block.java" file and saw that it should be possible to change the fixed checkbox to allow you to insert logic return procedures.

Generated code

 

Can't this have an if statement that will open the GUI when right-clicked only if a specific condition from a procedure is met?

You can always make custom…
Mon, 03/24/2025 - 16:51

You can always make custom on block right clicked procedure with condition.

This checkbox is just an easy utility, but when making procedure condition is same as just making custom GUI open procedures