mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-22 10:36:07 +01:00
Add a bedrock base to ocean floor. #138
This commit is contained in:
parent
cd5e31a1a4
commit
83f28a672f
@ -76,6 +76,8 @@ public class ChunkGeneratorWorld extends ChunkGenerator {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Make an solid base so sand doesn't fall into the void
|
||||||
|
chunkData.setRegion(0, worldInfo.getMinHeight(), 0, 15, worldInfo.getMinHeight() + 1 , 15, Material.BEDROCK);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user