Procedure Maximum Issue/Bug!

Published by KreatorB on
Status
Works as designed
Issue description

I was excited to get my internet back up an running today and figure I could finally start working on my mod pack again.
However when I started with creating my 11th procedure and tried to use it , it was no where to be found.

So I figured that this might be a glitch, so I restarted, check the prefs, and deleted the old procedure and tried again....

But it changed not, the 11th procedure does not show up, is there a way to have more then 10 procedures?

Issue comments

There most certainly can be as many procedures as you want. The issue is that one of your procedures requires dependencies that are not provided by all triggers and these procedures are not shown on the list.

not sure I understand, the procedure is a simple block replace like all others I have. No different then any others I created... 

I have tested your procedure and as I said previously, it is as it works (works as designed). Check this image:

Procedure

As you can see, the procedure requires itemstack, but the trigger you are using does not provide itemstack so the procedure is not listed on the list.

okay so all that is caused by the deal the provided item damage amount! So how do I add damage to the item that I am using?

 

You can't damage item when right clicked on the block as this does not work this way in the code. Not all items can be damaged. If there would be no limits there would be no need to even introduce the dependency system with procedures.