Add sensing of reconstructor config

This commit is contained in:
Anuken
2021-10-16 10:22:20 -04:00
parent 902f3695ee
commit bd329f57d6
3 changed files with 14 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ public class Planets implements ContentList{
@Override
public void load(){
sun = new Planet("sun", null, 4){{
sun = new Planet("sun", null, 4f){{
bloom = true;
accessible = false;
@@ -31,7 +31,7 @@ public class Planets implements ContentList{
);
}};
serpulo = new Planet("serpulo", sun, 1, 3){{
serpulo = new Planet("serpulo", sun, 1f, 3){{
generator = new SerpuloPlanetGenerator();
meshLoader = () -> new HexMesh(this, 6);
cloudMeshLoader = () -> new MultiMesh(