use RWG as default world generator

This commit is contained in:
2025-08-04 14:40:02 +02:00
parent 58c9fd89b6
commit 1365055bec

View File

@@ -16,13 +16,13 @@ flatworld {
general { general {
# Enable this to lock world generator to one specified [default: false] # Enable this to lock world generator to one specified [default: false]
B:"Lock World Generator"=true B:"Lock World Generator"=false
# Enabling this will display all world generators installed, useful for debug [default: false] # Enabling this will display all world generators installed, useful for debug [default: false]
B:"Show World Generators in Log"=true B:"Show World Generators in Log"=true
# The world generator to select by default [default: default] # The world generator to select by default [default: default]
S:"World Generator"=BIOMESOP S:"World Generator"=RWG
} }