mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -1,15 +1,7 @@
|
|||||||
local main = {}
|
local main = {}
|
||||||
|
|
||||||
function main.build(event)
|
function main.build(event)
|
||||||
if event.entity.type ~= 'logistic-container' then
|
if event.entity.type ~= 'logistic-container' or not event.entity.logistic_mode or event.entity.logistic_mode ~= 'storage' then
|
||||||
return
|
|
||||||
end
|
|
||||||
|
|
||||||
if event.entity.logistic_mode ~= 'storage' then
|
|
||||||
return
|
|
||||||
end
|
|
||||||
|
|
||||||
if not event.entity.has_items_inside() then
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user