Removed WallOre class

This commit is contained in:
Anuken
2022-01-19 23:23:05 -05:00
parent 698e89e796
commit 9593765742
9 changed files with 18 additions and 36 deletions

View File

@@ -748,14 +748,19 @@ public class Blocks{
oreCrystalThorium = new OreBlock("ore-crystal-thorium", Items.thorium);
wallOreBeryl = new WallOreBlock(Items.beryllium);
wallOreBeryl = new OreBlock("ore-wall-beryllium", Items.beryllium){{
wallOre = true;
}};
graphiticWall = new StaticWall("graphitic-wall"){{
itemDrop = Items.graphite;
variants = 3;
}};
wallOreTungsten = new WallOreBlock(Items.tungsten);
//TODO merge with standard ore?
wallOreTungsten = new OreBlock("ore-wall-tungsten", Items.tungsten){{
wallOre = true;
}};
//endregion
//region crafting