Graphite wall ore

This commit is contained in:
Anuken
2026-01-09 00:59:47 -05:00
parent dc27a0951c
commit fc1bfe0b24
4 changed files with 6 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ public class Blocks{
//new metal floors
metalTiles1, metalTiles2, metalTiles3, metalTiles4, metalTiles5, metalTiles6, metalTiles7, metalTiles8, metalTiles9, metalTiles10, metalTiles11, metalTiles12, metalTiles13,
//new metal walls
metalWall1, metalWall2, metalWall3, metalWall4,
metalWall1, metalWall2, metalWall3,
//colored
coloredFloor, coloredWall,
@@ -81,7 +81,7 @@ public class Blocks{
oreBeryllium, oreTungsten, oreCrystalThorium, wallOreThorium,
//wall ores
wallOreBeryllium, graphiticWall, wallOreTungsten,
wallOreBeryllium, graphiticWall, wallOreGraphite, wallOreTungsten,
//crafting
siliconSmelter, siliconCrucible, kiln, graphitePress, plastaniumCompressor, multiPress, phaseWeaver, surgeSmelter, pyratiteMixer, blastMixer, cryofluidMixer,
@@ -1024,7 +1024,10 @@ public class Blocks{
variants = 3;
}};
//TODO merge with standard ore?
wallOreGraphite = new OreBlock("ore-wall-graphite", Items.graphite){{
wallOre = true;
}};
wallOreTungsten = new OreBlock("ore-wall-tungsten", Items.tungsten){{
wallOre = true;
}};