Posted September 20, 20205 yr I'm trying to make my own stone_pickaxe recipe that uses a tag in place of cobblestone. The problem is that the recipe doesn't actually work when I run the game and I don't know why. code for the new recipe: { "type": "minecraft:crafting_shaped", "pattern": [ "XXX", " # ", " # " ], "key": { "#": { "item": "minecraft:stick" }, "X": { "tag": "mymod:stones" } }, "result": { "item": "minecraft:stone_pickaxe" } } Edited September 20, 20205 yr by Megaton_216_
September 20, 20205 yr Author 16 minutes ago, diesieben07 said: Show how you have defined your tag. In mymod/tags/blocks { "replace": false, "values": [ "mymod:newstonea", "mymod:newstoneb", "mymod:newstonec", "mymod:newstoned", "mymod:newstonee", "mymod:newstonef", "mymod:newstoneg" ] }
September 20, 20205 yr Author 12 minutes ago, diesieben07 said: Recipes use items, not blocks. Thanks!
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.