From 32ea9c17541c8c68576a9c63d2060c21f116c76a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 7 Jun 2025 03:07:33 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/data.lua | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 90c95c8..1c5d1ad 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.115 +Date: 2025-06-15 + + Changes: + - [SA] Some changes on the creative world map presets. + --------------------------------------------------------------------------------------------------- Version: 3.0.114 Date: 2025-06-15 diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index e2d2f60..413f198 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1742,10 +1742,7 @@ if settings.startup['PHI-CT'].value then end end - data.raw['map-gen-presets']['default']['empty-world'] = { - order = 'zz', - basic_settings = {autoplace_controls = {}} - } + data.raw['map-gen-presets']['default']['empty-world'] = {order = 'zz', basic_settings = {autoplace_controls = {}}} for k, v in pairs (data.raw['autoplace-control']) do v.can_be_disabled = true