diff --git a/lignumis/prototypes/content/gold/intermediates.lua b/lignumis/prototypes/content/gold/intermediates.lua index 3c7c56e..0cf3d85 100644 --- a/lignumis/prototypes/content/gold/intermediates.lua +++ b/lignumis/prototypes/content/gold/intermediates.lua @@ -13,7 +13,9 @@ data:extend({ pick_sound = item_sounds.metal_small_inventory_pickup, drop_sound = item_sounds.metal_small_inventory_move, stack_size = 100, - enabled = true + enabled = true, + weight = 1 * kg, + default_import_location = "lignumis" }, { type = "recipe", @@ -35,6 +37,7 @@ data:extend({ drop_sound = item_sounds.wire_inventory_move, stack_size = 200, weight = 0.25 * kg, + default_import_location = "lignumis", ingredient_to_weight_coefficient = 0.25 }, {