Posted June 11, 20223 yr Hi, I try to make a tag for my custom wood but it doesn't work / my recipes and other tags where i put my tag in can't use it. I can't find where i failed, someone can help pls ? In my ressources/data/celte04200303/tags/blocks i put my old_oak_logs.json { "replace": false, "values": [ "celte04200303:old_oak_log", "celte04200303:old_oak_wood", "celte04200303:stripped_old_oak_log", "celte04200303:stripped_old_oak_wood" ] } (blocks have right ID) but my logs_that_burn.json in my ressources/data/minecraft/tags/blocks doesn't work { "replace": false, "values": [ "#celte04200303:old_oak_logs" ] } and my recipe for vanilla oak planks named oak_planks.json doesn't work too in ressources/data/celte04200303/recipes { "type": "minecraft:crafting_shapeless", "ingredients": [ { "tag": "celte04200303:old_oak_logs" } ], "result": { "item": "minecraft:oak_planks", "count": 8 } } Edited June 12, 20223 yr by UnPainPerdu
June 12, 20223 yr Author And in game, when i'm looking at one of my block ,it has old_oak_logs tag but logs_that_burn and oak_planks still doesn't work
June 12, 20223 yr Author Ok it look like i missed understand the logs_that_burn and logs work Edited June 12, 20223 yr by UnPainPerdu
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.