Oh no. We lost TR copper ore. All Hail MC Copper ore.

This commit is contained in:
drcrazy 2021-06-11 02:47:25 +03:00
parent fcc89a2eaa
commit b445582784
4 changed files with 2 additions and 34 deletions

View file

@ -378,7 +378,6 @@ public class TRContent {
public enum Ores implements ItemConvertible {
BAUXITE(6, 10, 10, 60, MiningLevel.STONE),
CINNABAR(6, 3, 10, 126, MiningLevel.IRON),
COPPER(8, 16, 20, 60, MiningLevel.STONE),
GALENA(8, 16, 10, 60, MiningLevel.IRON),
IRIDIUM(3, 3, 5, 60, MiningLevel.DIAMOND),
LEAD(6, 16, 20, 60, MiningLevel.IRON),

View file

@ -1,19 +0,0 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "techreborn:copper_ore"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -1,12 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:copper_ore"
}
],
"result": {
"item": "minecraft:copper_ore",
"count": 1
}
}

View file

@ -27,8 +27,8 @@
]
},
"depends": {
"fabricloader": ">=0.10.8",
"fabric": ">=0.28.3",
"fabricloader": ">=0.11.3",
"fabric": ">=0.34.10",
"reborncore": "*",
"team_reborn_energy": ">=0.1.1",
"fabric-biome-api-v1": ">=3.0.0"