Skip to content

Commit

Permalink
fix: The factory construction chest now has a logistic filter set to …
Browse files Browse the repository at this point in the history
…"deconstruction planner" by default. Resolves #54
  • Loading branch information
notnotmelon committed Oct 30, 2024
1 parent 83abea3 commit 93fe1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/roboport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Roboport.build_roboport_upgrade = function(factory)
force = factory.force,
quality = factory.quality,
}
storage.set_filter(1, {name = "deconstruction-planner"})

for _, entity in pairs {roboport, storage, requester} do
entity.destructible = false
Expand Down

0 comments on commit 93fe1fb

Please sign in to comment.