Started by
Mr. Mole
on
Topic category: Troubleshooting, bugs, and solutions
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?
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.
Ok! I will do that.