Posted July 4, 20241 yr { "type": "minecraft:crafting_shaped", "pattern": [ "i i", " R ", "i i" ], "key": { "i": { "item": "minecraft:iron_ingot" }, "R": { "item": "minecraft:redstone" } }, "result": { "id": "minecraft:iron_ingot" } } I'm having a problem where I've created a simple crafting recipe that takes in redstone dust and 4 iron ingots and returns an iron ingot (just for testing purposes). I have the file in my resouces/data/(modid)/recipes directory. However, the recipe does not work and I get no output when actually using a crafting table. Any help would be useful.
July 4, 20241 yr At result, change: "id": "minecraft:iron_ingot" to "item": "minecraft:iron_ingot" Try my Modpack >>Link to Curseforge<<
July 4, 20241 yr Author I managed to figure it out on my own. The result should be id, however the recipes folder should have been named recipe. Thank you anyways though
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.