From 12174bcdbfe01a9c15d7b78cd27fbb5d5f4caeed Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 17 May 2020 22:22:37 -0400 Subject: [PATCH] Native fixes --- core/src/mindustry/maps/planet/TODOPlanetGenerator.java | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/mindustry/maps/planet/TODOPlanetGenerator.java b/core/src/mindustry/maps/planet/TODOPlanetGenerator.java index b8a2f7a0f9..484228edf5 100644 --- a/core/src/mindustry/maps/planet/TODOPlanetGenerator.java +++ b/core/src/mindustry/maps/planet/TODOPlanetGenerator.java @@ -66,11 +66,11 @@ public class TODOPlanetGenerator extends PlanetGenerator{ tile.floor = getBlock(position); tile.block = tile.floor.asFloor().wall; - if(noise.octaveNoise3D(5, 0.6, 8.0, position.x, position.y, position.z) > 0.65){ + //if(noise.octaveNoise3D(5, 0.6, 8.0, position.x, position.y, position.z) > 0.65){ //tile.block = Blocks.air; - } + //} - if(rid.getValue(position.x, position.y, position.z, 22) > 0.34){ + if(rid.getValue(position.x, position.y, position.z, 22) > 0.32){ tile.block = Blocks.air; } } diff --git a/gradle.properties b/gradle.properties index 4eb6b5267a..347cec9ddb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=54e891f9f921371a5069bbca832e47ba4b785ed4 +archash=87f9fe69f86966c2f3b8da5a7391b0cd0a4cff8f