Posted January 28, 20205 yr How would I add nbt to a crafting recipe? Here is what I have so far: { "type": "minecraft:crafting_shaped", "pattern": [ "xxx", "xxx" ], "key": { "x": { "item": "fantasy20:metal" } }, "result": { "item": "fantasy20:metal_floor", "count": 6 } } I want to check the data nbt compount
January 28, 20205 yr Hi! Does this help? How to ask a good coding question: https://stackoverflow.com/help/how-to-ask Give logs, code, desired effects, and actual effects. Be thorough or we can't help you. Don't post code without putting it in a code block (the <> button on the post - select "C-type Language"): syntax highlighting makes everything easier, and it keeps the post tidy. My own mod, Magiks Most Evile: GitHub (https://github.com/GenElectrovise/MagiksMostEvile) Wiki (https://magiksmostevile.fandom.com/wiki/Magiks_Most_Evile_Wiki) Edit your own signature at https://www.minecraftforge.net/forum/settings/signature/
January 28, 20205 yr No problem ? I’ve never had to use this before, so I don’t pretend to be an expert, but I hope this helps anyway... Edited January 28, 20205 yr by GenElectrovise Clarification q How to ask a good coding question: https://stackoverflow.com/help/how-to-ask Give logs, code, desired effects, and actual effects. Be thorough or we can't help you. Don't post code without putting it in a code block (the <> button on the post - select "C-type Language"): syntax highlighting makes everything easier, and it keeps the post tidy. My own mod, Magiks Most Evile: GitHub (https://github.com/GenElectrovise/MagiksMostEvile) Wiki (https://magiksmostevile.fandom.com/wiki/Magiks_Most_Evile_Wiki) Edit your own signature at https://www.minecraftforge.net/forum/settings/signature/
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.