Native fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user