mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2025-02-17 21:01:25 +01:00
commit
e3bb98f623
2
pom.xml
2
pom.xml
@ -65,7 +65,7 @@
|
||||
<!-- Do not change unless you want different name for local builds. -->
|
||||
<build.number>-LOCAL</build.number>
|
||||
<!-- This allows to change between versions. -->
|
||||
<build.version>1.17.2</build.version>
|
||||
<build.version>1.18.0</build.version>
|
||||
<!-- Sonar Cloud -->
|
||||
<sonar.projectKey>BentoBoxWorld_AcidIsland</sonar.projectKey>
|
||||
<sonar.organization>bentobox-world</sonar.organization>
|
||||
|
@ -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, 16, worldInfo.getMinHeight() + 1 , 16, Material.BEDROCK);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user