Ore renaming

This commit is contained in:
Anuken
2022-01-18 10:48:27 -05:00
parent 51aa374225
commit f3811d6710
37 changed files with 20 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ public class Blocks{
//ores
oreCopper, oreLead, oreScrap, oreCoal, oreTitanium, oreThorium,
oreTungsten,
oreTungsten, oreCrystalThorium,
//wall ores
wallOreBeryl, graphiticWall, wallOreTungsten,
@@ -697,8 +697,7 @@ public class Blocks{
oreTungsten = new OreBlock(Items.tungsten);
//endregion
//region wall ore
oreCrystalThorium = new OreBlock("ore-crystal-thorium", Items.thorium);
wallOreBeryl = new WallOreBlock(Items.beryllium);