Pyro generator tree entry

This commit is contained in:
Anuken
2021-12-02 17:37:18 -05:00
parent 4e181d715f
commit 2b416588f1
2 changed files with 3 additions and 1 deletions

View File

@ -2015,7 +2015,7 @@ public class Blocks{
sideOffset = Mathf.PI / 2f;
}}, new DrawRegion("-mid"), new DrawLiquidTile(Liquids.arkycite, 38f / 4f), new DrawBlock(), new DrawGlowRegion(){{
alpha = 1f;
glowScale = 6f;
glowScale = 5f;
color = Pal.slagOrange;
}});

View File

@ -54,7 +54,9 @@ public class ErekirTechTree{
node(turbineCondenser, () -> {
node(beamNode, () -> {
node(chemicalCombustionChamber, () -> {
node(pyrolysisGenerator, () -> {
});
});
node(beamTower, () -> {