Bauxite should be mined with iron pickaxe. Closes #2489
This commit is contained in:
parent
69626d279b
commit
5261d9f11f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue