Skip to content

Instantly share code, notes, and snippets.

@Buom01
Created May 31, 2019 02:38
Show Gist options
  • Save Buom01/051cb2ec708aaebd1422d6c2fc2037b7 to your computer and use it in GitHub Desktop.
Save Buom01/051cb2ec708aaebd1422d6c2fc2037b7 to your computer and use it in GitHub Desktop.
Generate flat world on cuberite
; ...
[Generator]
Generator=Composable
BiomeGen=Constant
ConstantBiome=Forest
ShapeGen=HeightMap
HeightGen=Flat
FlatHeight=64
CompositionGen=Classic
Finishers=
BottomLavaHeight=0
BiomeGenCacheSize=0
PreSimulatorFallingBlocks=0
PreSimulatorWater=0
PreSimulatorLava=0
CompositionGenCacheSize=64
SeaLevel=60
ClassicBeachHeight=2
ClassicBeachDepth=4
ClassicBlockTop=grass
ClassicBlockMiddle=dirt
ClassicBlockBottom=stone
ClassicBlockBeach=sand
ClassicBlockBeachBottom=sandstone
ClassicBlockSea=stationarywater
;...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment