From 1365055bec4ddede6b29e1d95f7232056b5af47f Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Mon, 4 Aug 2025 14:40:02 +0200 Subject: [PATCH] use RWG as default world generator --- client/config/defaultworldgenerator.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/config/defaultworldgenerator.cfg b/client/config/defaultworldgenerator.cfg index 97e6878..ba4b0fd 100644 --- a/client/config/defaultworldgenerator.cfg +++ b/client/config/defaultworldgenerator.cfg @@ -16,13 +16,13 @@ flatworld { general { # 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] B:"Show World Generators in Log"=true # The world generator to select by default [default: default] - S:"World Generator"=BIOMESOP + S:"World Generator"=RWG }