Incorrect namespace for axes tag
Not-February opened this issue ยท 1 comments
Using the 1.2.0 alpha version and noticed this in the logs...
Currently the mod is defining the following under forge/tags/tools....
{
"replace": false,
"values": [
"minecraft:fiery_axe",
"minecraft:ironwood_axe",
"minecraft:knightmetal_axe",
"minecraft:steeleaf_axe"
]
}
When it should be asking for this:
{
"replace": false,
"values": [
"twilightforest:fiery_axe",
"twilightforest:ironwood_axe",
"twilightforest:knightmetal_axe",
"twilightforest:steeleaf_axe"
]
}