Correct default import locations

This commit is contained in:
Simon Brodtmann 2025-12-30 01:55:12 +01:00
parent 278366a202
commit c1a2f4b412

View file

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