advanced fabric-mining-levels.jar integration (#1895)

* advanced fabric-mining-levels.jar integration

* ace of spades
This commit is contained in:
Yoghurt4C 2019-11-28 20:00:07 +03:00 committed by modmuss50
parent 797e66f8ca
commit b0d548cdf6
5 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"techreborn:bronze_axe",
"techreborn:ruby_axe",
"techreborn:sapphire_axe",
"techreborn:peridot_axe",
"techreborn:basic_chainsaw",
"techreborn:advanced_chainsaw",
"techreborn:industrial_chainsaw"
]
}

View file

@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"techreborn:bronze_hoe",
"techreborn:ruby_hoe",
"techreborn:sapphire_hoe",
"techreborn:peridot_hoe"
]
}

View file

@ -0,0 +1,16 @@
{
"replace": false,
"values": [
"techreborn:bronze_pickaxe",
"techreborn:ruby_pickaxe",
"techreborn:sapphire_pickaxe",
"techreborn:peridot_pickaxe",
"techreborn:basic_drill",
"techreborn:advanced_drill",
"techreborn:industrial_drill",
"techreborn:basic_jackhammer",
"techreborn:advanced_jackhammer",
"techreborn:industrial_jackhammer",
"techreborn:rock_cutter"
]
}

View file

@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"techreborn:bronze_spade",
"techreborn:ruby_spade",
"techreborn:sapphire_spade",
"techreborn:peridot_spade",
"techreborn:basic_drill",
"techreborn:advanced_drill",
"techreborn:industrial_drill"
]
}

View file

@ -0,0 +1,13 @@
{
"replace": false,
"values": [
"techreborn:bronze_sword",
"techreborn:ruby_sword",
"techreborn:sapphire_sword",
"techreborn:peridot_sword",
"techreborn:nanosaber",
"techreborn:basic_chainsaw",
"techreborn:advanced_chainsaw",
"techreborn:industrial_chainsaw"
]
}