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
}
}