Add all Aluminum & Steel Tools to Minecraft tags

This commit is contained in:
Azrann AVANA
2025-07-21 18:20:41 +02:00
committed by GitHub
parent 83125b57e6
commit 67cea61f24
6 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_axe",
"tfmg:aluminum_axe"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_hoe",
"tfmg:aluminum_hoe"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_pickaxe",
"tfmg:aluminum_pickaxe"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_shovel",
"tfmg:aluminum_shovel"
]
}

View File

@@ -0,0 +1,6 @@
{
"values": [
"tfmg:steel_sword",
"tfmg:aluminum_sword"
]
}

View File

@@ -0,0 +1,14 @@
{
"values": [
"tfmg:steel_sword",
"tfmg:steel_pickaxe",
"tfmg:steel_axe",
"tfmg:steel_shovel",
"tfmg:steel_hoe",
"tfmg:aluminum_sword",
"tfmg:aluminum_pickaxe",
"tfmg:aluminum_axe",
"tfmg:aluminum_shovel",
"tfmg:aluminum_hoe"
]
}