From 4155986660320c9be700474d055df6259d31ec17 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 10 Oct 2025 20:14:46 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 6d8af11..2df046d 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -247,11 +247,17 @@ script.on_init(function() tile = { treat_missing_as_default = false, settings = { - ['out-of-map'] = {frequency=1, size=1, richness=1}, + ['out-of-map'] = {} } }, - entity = {treat_missing_as_default = false}, - decorative = {treat_missing_as_default = false} + entity = { + treat_missing_as_default = false, + settings = {} + }, + decorative = { + treat_missing_as_default = false, + settings = {} + } }, property_expression_names = { ['tile:out-of-map:probability'] = '1'