Sector tech tree stuff

This commit is contained in:
Anuken
2022-02-14 16:33:07 -05:00
parent cfd37d3cb0
commit 3d9ab3d9fb
7 changed files with 18 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
public static float crystalScl = 0.9f, crystalMag = 0.3f;
public static float airThresh = 0.13f, airScl = 14;
Block[] terrain = {Blocks.regolith, Blocks.regolith, Blocks.regolith, Blocks.regolith, Blocks.yellowStone, Blocks.rhyolite, Blocks.carbonStone};
Block[] terrain = {Blocks.regolith, Blocks.regolith, Blocks.regolith, Blocks.regolith, Blocks.yellowStone, Blocks.rhyolite, Blocks.rhyolite, Blocks.carbonStone};
{
baseSeed = 2;