Skip to content

Commit 855d71b

Browse files
committed
Unit things2
1 parent f99795a commit 855d71b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/exogenesis/content/ExoPlanets.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void load(){
4848
}};
4949
hadroxa = new Planet("hadroxa", ExoPlanets.zetaTitanus, 1f, 4){{
5050
generator = new HadroxaPlanetGenerator();
51-
meshLoader = () -> new HexMesh(this, 5);
51+
meshLoader = () -> new HexMesh(this, 7);
5252
cloudMeshLoader = () -> new MultiMesh(
5353
new HexSkyMesh(this, 2, 0.10f, 0.14f, 6, Color.valueOf("eba768").a(0.75f), 2, 0.42f, 1f, 0.23f),
5454
new HexSkyMesh(this, 3, 0.2f, 0.15f, 6, Color.valueOf("eea293").a(0.75f), 2, 0.42f, 1.2f, 0.25f)
@@ -90,6 +90,7 @@ public static void load(){
9090
}};
9191
vanstar = new Planet("vanstar", ExoPlanets.zetaTitanus, 1f, 4){{
9292
Vec3 ringPos = new Vec3(0,1,0).rotate(Vec3.X, 25);
93+
9394
generator = new VanstarPlanetGenerator() {{
9495
baseHeight = 0f;
9596
baseColor = ExoEnvironmentBlocks.vanstarock.mapColor;

0 commit comments

Comments
 (0)