diff --git a/exp_legacy/module/modules/addons/inventory-clear.lua b/exp_legacy/module/modules/addons/inventory-clear.lua index 60c11e90..dfe48646 100644 --- a/exp_legacy/module/modules/addons/inventory-clear.lua +++ b/exp_legacy/module/modules/addons/inventory-clear.lua @@ -11,7 +11,7 @@ local function clear_items(event) ExpUtil.transfer_inventory_to_surface{ inventory = inventory, surface = game.surfaces[1], - name = "iron-chest", + name = "steel-chest", allow_creation = true, } end diff --git a/exp_legacy/module/modules/addons/nukeprotect.lua b/exp_legacy/module/modules/addons/nukeprotect.lua index 59238290..5f7bad4a 100644 --- a/exp_legacy/module/modules/addons/nukeprotect.lua +++ b/exp_legacy/module/modules/addons/nukeprotect.lua @@ -29,7 +29,7 @@ local function check_items(player, type) items = items, surface = game.planets.nauvis.surface, allow_creation = true, - name = "iron-chest", + name = "steel-chest", } end