Skip to content

Commit a961525

Browse files
author
ILLISIS
committed
fix: Fixed an issue with Cargo jobs moving depleted-uranium-fuel-cell.
1 parent b209eb6 commit a961525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ local ensure_storages = function()
261261
-- allowed_items overrides as item/entities do not match what is mined (this is particularly for cargo jobs)
262262
storage.allowed_items["raw-fish"] = true
263263
storage.allowed_items["wood"] = true
264+
storage.allowed_items["depleted-uranium-fuel-cell"] = true -- https://discord.com/channels/943829001284235295/1407149730370420797
264265
-- build required_items cache (used in add_entities_to_chunks)
265266
storage.items_to_place_cache = {}
266267
for name, v in pairs(prototypes.entity) do

0 commit comments

Comments
 (0)