mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user