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

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

View File

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