From b167236bef07e03d3cb9cd6bafca4fea1e4712cf Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 7 Jun 2025 03:06:34 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 3 +-- PHI-CL/info.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 25cb72f..e2d2f60 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1744,8 +1744,7 @@ if settings.startup['PHI-CT'].value then data.raw['map-gen-presets']['default']['empty-world'] = { order = 'zz', - basic_settings = {autoplace_controls = {}, autoplace_settings = {}, cliff_settings = {}}, - advanced_settings = {pollution = {enabled = false}, enemy_evolution = {enabled = false}, enemy_expansion = {enabled = false}} + basic_settings = {autoplace_controls = {}} } for k, v in pairs (data.raw['autoplace-control']) do diff --git a/PHI-CL/info.json b/PHI-CL/info.json index cb0571b..a1ef510 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,6 +1,6 @@ { "name": "PHI-CL", - "version": "3.0.114", + "version": "3.0.115", "factorio_version": "2.0", "date": "2025-06-15", "title": "Phidias Collection",