mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -33,7 +33,7 @@ local rail_support_pole = {
|
||||
if settings.startup['PHI-CT'].value then
|
||||
local function trash_creation(event)
|
||||
if event.entity.name == 'trash-chest' then
|
||||
event.entity.infinity_container_filters = {{name='automation-science-pack', count=0, mode='exactly', index=1}}
|
||||
event.entity.infinity_container_filters = {}
|
||||
event.entity.remove_unfiltered_items = true
|
||||
|
||||
elseif event.entity.name == 'trash-pipe' then
|
||||
|
||||
Reference in New Issue
Block a user