From 00a5814013a722d3ce9dfcbaa302b6acc06b67ef Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 8 Jun 2025 13:44:19 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 7aad713..0707c59 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1724,7 +1724,24 @@ if settings.startup['PHI-CT'].value then end if settings.startup['PHI-CT-TILE'].value then - data.raw['map-gen-presets']['default']['empty-world'] = {order = 'zz', basic_settings = {default_enable_all_autoplace_controls = false, autoplace_settings = {treat_missing_as_default = false, settings = {tile = {[settings.startup['PHI-CT-TILE-CHOICE'].value] = {frequency = 1.0, size = 1.0, richness = 1.0}}}}}} + data.raw['map-gen-presets']['default']['empty-world'] = { + order = 'zz', + basic_settings = { + default_enable_all_autoplace_controls = false, + autoplace_settings = { + tile = { + treat_missing_as_default = false, + [settings.startup['PHI-CT-TILE-CHOICE'].value] = {frequency = 1.0, size = 1.0, richness = 1.0} + }, + entity = { + treat_missing_as_default = false + }, + decorative = { + treat_missing_as_default = false + } + } + } + } end end