From 5bd4cf1902bed712eee0968a92ac5200c5288494 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 5 Jun 2025 19:04:25 +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 6ebe7b7..30d8133 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -42,7 +42,7 @@ if settings.startup['PHI-CT'].value then local function trash_entity_creation(event) if event.entity and event.entity.valid and event.entity.name then if event.entity.name == 'trash-chest' then - event.entity.set_infinity_container_filter{index = 1, filter = {name = 'iron-ore', count = 0, mode = 'exactly', index = 1}} + event.entity.infinity_container_filters = {} event.entity.remove_unfiltered_items = true elseif event.entity.name == 'trash-pipe' then