Missing the condition option in redstone output for custom block.

Started by Mr. Mole on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 00:00, 25. Jun 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Missing the condition option in redstone output for custom block.

I am making a custom block for my mod, and I want it to output a specific redstone signal under a specific condition. However, when I click the dropdown menu to choose between fixed and condition, the condition option does not exist. How can I fix this?

Missing menu item.

Last seen on 06:25, 28. Jun 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You must first create a…
Mon, 06/24/2024 - 07:02

You must first create a procedure that implements the logic in it and finally returns a number that represents the value of the redstone signal.
You can also use the "green +" on the right to create a procedure.

Last seen on 00:00, 25. Jun 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok! I will do that.
Mon, 06/24/2024 - 10:57

Ok! I will do that.