Skip to content

Instantly share code, notes, and snippets.

@Buom01
Created May 31, 2019 02:42
Show Gist options
  • Save Buom01/e0ec8d12d9df0de40c5205c74dc3fbf2 to your computer and use it in GitHub Desktop.
Save Buom01/e0ec8d12d9df0de40c5205c74dc3fbf2 to your computer and use it in GitHub Desktop.
Generate void (empty/full of air) world on cuberite
;...
[Generator]
Generator=Composable
BiomeGen=Constant
ConstantBiome=Forest
ShapeGen=HeightMap
HeightGen=Flat
FlatHeight=0
CompositionGen=SameBlock
Finishers=
BottomLavaHeight=0
BiomeGenCacheSize=0
PreSimulatorFallingBlocks=0
PreSimulatorWater=0
PreSimulatorLava=0
SameBlockType=air
SameBlockBedrocked=0
CompositionGenCacheSize=64
;...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment