So i made a custom item("cheese") and I made a crafting recipe for it and it works but, when I make a crafting recipe for another custom Item and the items need are a custom item that I crafted like ("cheese") it will show up in the crafting table and I have all the ingriedents but, it says im missing an item needed and I cant craft it. EXAMPLE CODE :
So i made a custom item("cheese") and I made a crafting recipe for it and it works but, when I make a crafting recipe for another custom Item and the items need are a custom item that I crafted like ("cheese") it will show up in the crafting table and I have all the ingriedents but, it says im missing an item needed and I cant craft it. EXAMPLE CODE :
ModPE.setItem(460, "blaze_rod", 0, "cheese");
ModPE.setItem(461, "blaze_powder", 0, "cream cheese");
ModPE.setItem(462, "magma_cream", 0, "blue cheese");
Item.addCraftRecipe(460, 1, 0, [50, 1, 0, 3, 8, 0]);
Item.addCraftRecipe(462, 1, 0, [461, 1, 0, 50, 1, 0]);
Item.addFurnaceRecipe(460, 461, 1);
Please help.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMaybe it's because you have the Item 460 also in a Furnance Recipe? But I would need to see all the Script.