Trying to add a recipe to the Forestry Centrifuge, but getting an error of "Duration must be an int".
Wiki states:
modSupport.forestry.centrifuge.addRecipe([output1, output2, ...], input, time, [probability1, probability2, ...]);
My script:
modSupport.forestry.centrifuge.addRecipe([<5277>, <20062:3>, <20062:0>, <20062:1>, <20062:32>, <20062:33>], <13302>, 200, [95, 80,20,2,10,7]);
Does anyone have any experience of this? Posted on the MCF forums a few days back, still awaiting any sort of response. Posting here just in the chance someone knows
Wiki states:
modSupport.forestry.centrifuge.addRecipe([output1, output2, ...], input, time, [probability1, probability2, ...]);
My script:
modSupport.forestry.centrifuge.addRecipe([<5277>, <20062:3>, <20062:0>, <20062:1>, <20062:32>, <20062:33>], <13302>, 200, [95, 80,20,2,10,7]);
Does anyone have any experience of this? Posted on the MCF forums a few days back, still awaiting any sort of response. Posting here just in the chance someone knows