It's this:
ModPE.addCraftRecipe(item id, amount, damage, [id to make it, amount making, damage]
Note: The creator of this has mixed most od the Mcpe's ID's.
Like sugar id is sugar cane.
I do not like this a bit because it messes up my Mods.
ModPE.addCraftRecipe(outputId, outputAmount, outputDamage, [inputId, inputAmount, inputDamage, inputId.., inputAmount.., inputDamage..]);//this array can go on for ever, but does NOT work for blocks as output id!
ModPE.setItemCategory(item id,category,1);
ModPE.addCraftRecipe(outputId, outputAmount, outputDamage, [inputId, inputAmount, inputDamage, inputId.., inputAmount.., inputDamage..]);//this array can go on for ever, but does NOT work for blocks as output id!
ModPE.setItemCategory(item id,category,1);
4 - tools
2 - blocks
2 - foods
can u add the function and parameters
-thank you
ModPE.addCraftRecipe(item id, amount, damage, [id to make it, amount making, damage]
Note: The creator of this has mixed most od the Mcpe's ID's.
Like sugar id is sugar cane.
I do not like this a bit because it messes up my Mods.