Merge pull request #212 from AzrannAVANA/1.20.1

Add important tags to Steel & Aluminum tools
This commit is contained in:
DrMangoTea
2025-07-23 23:12:43 +02:00
committed by GitHub
7 changed files with 58 additions and 0 deletions

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

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