From 414de7dbb4ee47743e0d8658234a93a9d972c425 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 12 Mar 2025 00:01:14 +0900 Subject: [PATCH] . --- PHI-CL/config.lua | 2 -- PHI-CL/data.lua | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PHI-CL/config.lua b/PHI-CL/config.lua index 0214865..9e50ebf 100644 --- a/PHI-CL/config.lua +++ b/PHI-CL/config.lua @@ -520,8 +520,6 @@ local items = { ['spoilage'] = true, ['nutrients'] = true, ['carbon-fiber'] = true, - ['biter-egg'] = true, - ['pentapod-egg'] = true, ['lithium'] = true, ['lithium-plate'] = true, ['quantum-processor'] = true, diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index f523177..7f7cc64 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1171,6 +1171,10 @@ if settings.startup['PHI-VP'].value then data.raw['simple-entity'][v] = nil end + for _, v in pairs({'biter-egg', 'pentapod-egg'}) do + data.raw.item[v] = nil + end + data.raw.ammo['capture-robot-rocket'] = nil data.raw['tips-and-tricks-item']['agriculture'] = nil