diff --git a/lignumis/prototypes/content/quality-assembler.lua b/lignumis/prototypes/content/quality-assembler.lua index a0c730a..f9e989a 100644 --- a/lignumis/prototypes/content/quality-assembler.lua +++ b/lignumis/prototypes/content/quality-assembler.lua @@ -95,6 +95,7 @@ data:extend({ fuel_category = "quality-catalyst", fuel_value = "2MJ", weight = 1000 / 50 * kg, + default_import_location = "lignumis" }, { type = "recipe", @@ -333,7 +334,7 @@ data:extend({ drop_sound = item_sounds.mechanical_large_inventory_move, place_result = name, stack_size = 20, - default_import_location = "nauvis", + default_import_location = "lignumis", weight = 200 * kg }, { @@ -393,7 +394,8 @@ data:extend({ drop_sound = item_sounds.module_inventory_move, stack_size = 50, weight = 20 * kg, - effect = { quality = 0.75, speed = -0.1 } + effect = { quality = 0.75, speed = -0.1 }, + default_import_location = "fulgora" }, { type = "recipe",