Created
May 31, 2019 02:38
-
-
Save Buom01/051cb2ec708aaebd1422d6c2fc2037b7 to your computer and use it in GitHub Desktop.
Generate flat world on cuberite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ... | |
[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