Posted June 18, 20196 yr Hi, I made a mod that uses several custom items to craft other items, and the recipes are not working. Attached is an example recipie with its location in the workspace on the left, if you want to see the other recipes I can pastebin them. hardened_poop.json { "type": "minecraft:smelting", "group": "poop", "ingredient": { "item": "poopmod:poop_block" }, "result": "poopmod:hardened_poop", "experience": 0.35, "cookingtime": 200 } poop_block.json { "type": "minecraft:crafting_shaped", "group": "poop", "pattern": [ "##", "##" ], "key": { "#": { "item": "poopmod:poop_nugget" } }, "result": { "item": "poopmod:poop_block" } } poop_brick_block.json { "type": "minecraft:crafting_shaped", "group": "poop", "pattern": [ "##", "##" ], "key": { "#": { "item": "poopmod:poop_brick" } }, "result": { "item": "poopmod:poop_brick_block" } } poop_brick,json { "type": "minecraft:smelting", "group": "poop", "ingredient": { "item": "poopmod:poop_nugget" }, "result": "poopmod:poop_brick", "experience": 0.3, "cookingtime": 200 } Edited June 18, 20196 yr by shadeymatt
June 18, 20196 yr Recipes is the correct spelling. You even spelled it right in your topic. 17 minutes ago, shadeymatt said: recipes Hi! I'm a Java programmer but barely know anything Minecraft related.
June 18, 20196 yr Author 5 minutes ago, OBCLetter said: Recipes is the correct spelling. You even spelled it right in your topic. Thanks for the help!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.