FIx breaking speed to TR ores. Closes #2425

This commit is contained in:
drcrazy 2021-07-05 20:52:05 +03:00
parent 53cd1d8f6b
commit 5d1d5f79bb
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"replace": false,
"values": [
"techreborn:bauxite_ore",
"techreborn:cinnabar_ore",
"techreborn:galena_ore",
"techreborn:iridium_ore",
"techreborn:lead_ore",
"techreborn:peridot_ore",
"techreborn:pyrite_ore",
"techreborn:ruby_ore",
"techreborn:sapphire_ore",
"techreborn:sheldonite_ore",
"techreborn:silver_ore",
"techreborn:sodalite_ore",
"techreborn:sphalerite_ore",
"techreborn:tin_ore",
"techreborn:tungsten_ore"
]
}

View file

@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"techreborn:iridium_ore",
"techreborn:sheldonite_ore",
"techreborn:sodalite_ore",
"techreborn:tungsten_ore"
]
}

View file

@ -0,0 +1,16 @@
{
"replace": false,
"values": [
"techreborn:bauxite_ore",
"techreborn:cinnabar_ore",
"techreborn:galena_ore",
"techreborn:lead_ore",
"techreborn:peridot_ore",
"techreborn:pyrite_ore",
"techreborn:ruby_ore",
"techreborn:sapphire_ore",
"techreborn:silver_ore",
"techreborn:sphalerite_ore",
"techreborn:tin_ore"
]
}