#Using tags in datapacks
23 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
for example, this:
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"ABA",
"ACA",
"DDD"
],
"key": {
"A": {
"item": "supplementaries:rope"
},
"B": {
"item": "supplementaries:sack"
},
"C": {
"item": "#c:chests/wooden"
},
"D": {
"item": "minecraft:leather"
}
},
"result": {
"item": "beansbackpacks:backpack",
"count": 1
}
}```
Just deletes the recipe from the game
Hoever if I replace "#c:chests/wooden" with "minecraft:chest" it works
so can you not use tags in datapacks?
- "item": "#c:chests/wooden"
+ "tag": "c:chests/wooden"
omg
😭
thank you
wait hmm
now the recipe loads but the tag item isnt showing up
🤔
ty forge:chests/wooden?
same result i fear
OH
just opened up a recipe from another mod
i need a dif formatting
"type": "minecraft:crafting_shaped",
"pattern": [
"pcp",
"pcp",
"wpw"
],
"key": {
"p": {
"tag": "minecraft:planks"
},
"c": {
"tag": "forge:chests/wooden"
},
"w": {
"item": "astikorcarts:wheel"
}
},
"result": {
"item": "astikorcarts:supply_cart"
}
}```
i didnt have a "tag":
ayy we back
ayy it even works with tags i added nice
@ivory maple thank you for the help🙏 closing thread