Posted July 5, 20178 yr What am I supposed to do to add a json recipe for my mod? Do I just create a json file with the correct syntax and drop it in my assets/modid/recipes? I don't understand how to use this. I put this file (named "spsteelblock.json") in my assets/simplesteel/recipes, { "type": "crafting_shaped", "pattern": [ "###", "###", "###" ], "key": { "#": { "item": "simplesteel:itemspingotsteel" } }, "result": { "item": "simplesteel:spsteelblock" } } but this recipe doesn't show up at all in Minecraft. When I try crafting this, nothing happens.
July 5, 20178 yr I think you need to have the type as "minecraft:crafting_shaped". Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
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.