Correct default import locations
This commit is contained in:
parent
278366a202
commit
c1a2f4b412
1 changed files with 4 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue