From 6b298b7417ec788bf561e30a6c68041eebae7cc7 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 25 Jun 2025 00:16:23 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 2a04b47..d765d68 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -965,7 +965,7 @@ if mods['space-age'] and (settings.startup['PHI-GM'].value and settings.startup[ data.raw.ammo['artillery-shell'].stack_size = data.raw['inserter']['stack-inserter'].max_belt_stack_size for _, v in pairs(data.raw.tile) do - if v.fluid then + if v.fluid and v.subgroup and v.subgroup ~= 'gleba-tiles' then v.destroys_dropped_items = true v.default_destroyed_dropped_item_trigger = nil end