initial
This commit is contained in:
28
.minecraft/config/defaultworldgenerator.cfg
Normal file
28
.minecraft/config/defaultworldgenerator.cfg
Normal file
@@ -0,0 +1,28 @@
|
||||
# Configuration file
|
||||
|
||||
flatworld {
|
||||
# If you set world generator to flat, specify the flat template here. (Format: Qty BlockName Meta
|
||||
S:"Flat World Config" <
|
||||
2;
|
||||
1 minecraft:bedrock
|
||||
52 minecraft:sandstone
|
||||
1 minecraft:dirt 2
|
||||
;2;
|
||||
biome_1
|
||||
village
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Enable this to lock world generator to one specified [default: false]
|
||||
B:"Lock World Generator"=true
|
||||
|
||||
# Enabling this will display all world generators installed, useful for debug [default: false]
|
||||
B:"Show World Generators in Log"=true
|
||||
|
||||
# The world generator to select by default [default: default]
|
||||
S:"World Generator"=RWG
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user