Pyro generator tree entry
This commit is contained in:
@@ -2015,7 +2015,7 @@ public class Blocks{
|
|||||||
sideOffset = Mathf.PI / 2f;
|
sideOffset = Mathf.PI / 2f;
|
||||||
}}, new DrawRegion("-mid"), new DrawLiquidTile(Liquids.arkycite, 38f / 4f), new DrawBlock(), new DrawGlowRegion(){{
|
}}, new DrawRegion("-mid"), new DrawLiquidTile(Liquids.arkycite, 38f / 4f), new DrawBlock(), new DrawGlowRegion(){{
|
||||||
alpha = 1f;
|
alpha = 1f;
|
||||||
glowScale = 6f;
|
glowScale = 5f;
|
||||||
color = Pal.slagOrange;
|
color = Pal.slagOrange;
|
||||||
}});
|
}});
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,9 @@ public class ErekirTechTree{
|
|||||||
node(turbineCondenser, () -> {
|
node(turbineCondenser, () -> {
|
||||||
node(beamNode, () -> {
|
node(beamNode, () -> {
|
||||||
node(chemicalCombustionChamber, () -> {
|
node(chemicalCombustionChamber, () -> {
|
||||||
|
node(pyrolysisGenerator, () -> {
|
||||||
|
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
node(beamTower, () -> {
|
node(beamTower, () -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user