Trying to add a recipe to the Forestry Squeezer, with no joy:
Wiki:
//Squeezer
//OutputFluid, OutputStack + %, InputArray, Time in Ticks
mods.forestry.Squeezer.addRecipe(<liquid:ice> * 1000, <Forestry:craftingMaterial:5> % 200, [<minecraftacked_ice> * 4, <minecraft:snowball>], 20);
I've tried my own and the wiki example, both give the same error:
3 methods available but none matches the parameters (minetweaker.liquid.ILiquidStack, minetweaker.item.WeightedItemStack, any[], int)
Can anyone help?
Wiki:
//Squeezer
//OutputFluid, OutputStack + %, InputArray, Time in Ticks
mods.forestry.Squeezer.addRecipe(<liquid:ice> * 1000, <Forestry:craftingMaterial:5> % 200, [<minecraftacked_ice> * 4, <minecraft:snowball>], 20);
I've tried my own and the wiki example, both give the same error:
3 methods available but none matches the parameters (minetweaker.liquid.ILiquidStack, minetweaker.item.WeightedItemStack, any[], int)
Can anyone help?