We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b209eb6 commit a961525Copy full SHA for a961525
control.lua
@@ -261,6 +261,7 @@ local ensure_storages = function()
261
-- allowed_items overrides as item/entities do not match what is mined (this is particularly for cargo jobs)
262
storage.allowed_items["raw-fish"] = true
263
storage.allowed_items["wood"] = true
264
+ storage.allowed_items["depleted-uranium-fuel-cell"] = true -- https://discord.com/channels/943829001284235295/1407149730370420797
265
-- build required_items cache (used in add_entities_to_chunks)
266
storage.items_to_place_cache = {}
267
for name, v in pairs(prototypes.entity) do
0 commit comments