Bauxite should be mined with iron pickaxe. Closes #2489

This commit is contained in:
drcrazy 2021-09-17 22:59:33 +03:00
parent 69626d279b
commit 5261d9f11f

View file

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