Tech tree tweaks & wall thorium
This commit is contained in:
BIN
core/assets-raw/sprites/blocks/environment/ore-wall-thorium1.png
Normal file
BIN
core/assets-raw/sprites/blocks/environment/ore-wall-thorium1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 271 B |
BIN
core/assets-raw/sprites/blocks/environment/ore-wall-thorium2.png
Normal file
BIN
core/assets-raw/sprites/blocks/environment/ore-wall-thorium2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 300 B |
BIN
core/assets-raw/sprites/blocks/environment/ore-wall-thorium3.png
Normal file
BIN
core/assets-raw/sprites/blocks/environment/ore-wall-thorium3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 324 B |
@@ -46,7 +46,6 @@ public class Blocks{
|
|||||||
redmat, bluemat,
|
redmat, bluemat,
|
||||||
stoneWall, dirtWall, sporeWall, iceWall, daciteWall, sporePine, snowPine, pine, shrubs, whiteTree, whiteTreeDead, sporeCluster,
|
stoneWall, dirtWall, sporeWall, iceWall, daciteWall, sporePine, snowPine, pine, shrubs, whiteTree, whiteTreeDead, sporeCluster,
|
||||||
redweed, purbush, yellowCoral,
|
redweed, purbush, yellowCoral,
|
||||||
//TODO rename steamvent to rhyolite vent, maybe add red vent or crystal vent
|
|
||||||
rhyoliteVent, carbonVent, arkyicVent, yellowStoneVent, redStoneVent,
|
rhyoliteVent, carbonVent, arkyicVent, yellowStoneVent, redStoneVent,
|
||||||
regolithWall, yellowStoneWall, rhyoliteWall, carbonWall, redIceWall, ferricStoneWall, beryllicStoneWall, arkyicWall, crystallineStoneWall, redStoneWall, redDiamondWall,
|
regolithWall, yellowStoneWall, rhyoliteWall, carbonWall, redIceWall, ferricStoneWall, beryllicStoneWall, arkyicWall, crystallineStoneWall, redStoneWall, redDiamondWall,
|
||||||
ferricStone, ferricCraters, carbonStone, beryllicStone, crystallineStone, crystalFloor, yellowStonePlates,
|
ferricStone, ferricCraters, carbonStone, beryllicStone, crystallineStone, crystalFloor, yellowStonePlates,
|
||||||
@@ -60,7 +59,7 @@ public class Blocks{
|
|||||||
|
|
||||||
//ores
|
//ores
|
||||||
oreCopper, oreLead, oreScrap, oreCoal, oreTitanium, oreThorium,
|
oreCopper, oreLead, oreScrap, oreCoal, oreTitanium, oreThorium,
|
||||||
oreTungsten, oreCrystalThorium,
|
oreTungsten, oreCrystalThorium, wallOreThorium,
|
||||||
|
|
||||||
//wall ores
|
//wall ores
|
||||||
wallOreBeryl, graphiticWall, wallOreTungsten,
|
wallOreBeryl, graphiticWall, wallOreTungsten,
|
||||||
@@ -828,6 +827,10 @@ public class Blocks{
|
|||||||
|
|
||||||
oreCrystalThorium = new OreBlock("ore-crystal-thorium", Items.thorium);
|
oreCrystalThorium = new OreBlock("ore-crystal-thorium", Items.thorium);
|
||||||
|
|
||||||
|
wallOreThorium = new OreBlock("ore-wall-thorium", Items.thorium){{
|
||||||
|
wallOre = true;
|
||||||
|
}};
|
||||||
|
|
||||||
wallOreBeryl = new OreBlock("ore-wall-beryllium", Items.beryllium){{
|
wallOreBeryl = new OreBlock("ore-wall-beryllium", Items.beryllium){{
|
||||||
wallOre = true;
|
wallOre = true;
|
||||||
}};
|
}};
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ public class ErekirTechTree{
|
|||||||
//TODO move into turbine condenser?
|
//TODO move into turbine condenser?
|
||||||
node(plasmaBore, () -> {
|
node(plasmaBore, () -> {
|
||||||
node(impactDrill, Seq.with(new OnSector(aware)), () -> {
|
node(impactDrill, Seq.with(new OnSector(aware)), () -> {
|
||||||
node(largePlasmaBore, Seq.with(new OnSector(four)), () -> {
|
node(largePlasmaBore, Seq.with(new OnSector(five)), () -> {
|
||||||
node(eruptionDrill, () -> {
|
node(eruptionDrill, () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
@@ -203,7 +203,7 @@ public class ErekirTechTree{
|
|||||||
|
|
||||||
node(sublimate, () -> {
|
node(sublimate, () -> {
|
||||||
//TODO implement
|
//TODO implement
|
||||||
node(titan, () -> {
|
node(titan, Seq.with(new OnSector(five)), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user