Jump to content

shadeymatt

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by shadeymatt

  1. 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 }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.