From d249dbb136ebba2989ca78362ad082bace7c3233 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 5 Jun 2025 16:45:34 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 2df1bab..52a5295 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -32,7 +32,7 @@ local rail_support_pole = { if settings.startup['PHI-CT'].value then local function trash_chest_creation(event) - event.entity.infinity_container_filters = {} + event.entity.infinity_container_filters = {name = 'iron-ore', count = 0, mode = 'exactly', index = 1} event.entity.remove_unfiltered_items = true end