positivevibes Posted July 4, 2024 Posted July 4, 2024 { "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. Quote
TileEntity Posted July 4, 2024 Posted July 4, 2024 At result, change: "id": "minecraft:iron_ingot" to "item": "minecraft:iron_ingot" Quote Try my Modpack >>Link to Curseforge<<
positivevibes Posted July 4, 2024 Author Posted July 4, 2024 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 1 Quote
Recommended Posts
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.