Hey guys I was just having some problems with Item.addCraftRecipe. Can someone please provide an example of how to use it and how to set it's category? Thank you in advance.
Hey guys I was just having some problems with Item.addCraftRecipe. Can someone please provide an example of how to use it and how to set it's category? Thank you in advance.
Item.setItemCategory has been removed temporarly.
Example of crafting a block of obsidian from dirt and stone :
Item.addCraftRecipe(49,1,0,[1,8,0,3,1,0]);
Item.addCraftRecipe(id, amount, data, [id, amount, data]);
Item.setItemCategory has been removed temporarly.
Example of crafting a block of obsidian from dirt and stone :
Item.addCraftRecipe(49,1,0,[1,8,0,3,1,0]);
Item.addCraftRecipe(id, amount, data, [id, amount, data]);
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions
Categories:
INTERNAL = -1;
MATERIAL = 1;
TOOL = 2;
FOOD = 4;
DECORATION = 8;
OR u can do (ItemCategory.MATERIAL) for the category.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015