mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 10:25:42 +07:00
Native fixes
This commit is contained in:
parent
4254de01e4
commit
12174bcdbf
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=54e891f9f921371a5069bbca832e47ba4b785ed4
|
||||
archash=87f9fe69f86966c2f3b8da5a7391b0cd0a4cff8f
|
||||
|
Loading…
Reference in New Issue
Block a user