Set weight and default import location for gold plate
This commit is contained in:
parent
b682773d44
commit
25aa4a1c81
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,9 @@ data:extend({
|
||||||
pick_sound = item_sounds.metal_small_inventory_pickup,
|
pick_sound = item_sounds.metal_small_inventory_pickup,
|
||||||
drop_sound = item_sounds.metal_small_inventory_move,
|
drop_sound = item_sounds.metal_small_inventory_move,
|
||||||
stack_size = 100,
|
stack_size = 100,
|
||||||
enabled = true
|
enabled = true,
|
||||||
|
weight = 1 * kg,
|
||||||
|
default_import_location = "lignumis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
@ -35,6 +37,7 @@ data:extend({
|
||||||
drop_sound = item_sounds.wire_inventory_move,
|
drop_sound = item_sounds.wire_inventory_move,
|
||||||
stack_size = 200,
|
stack_size = 200,
|
||||||
weight = 0.25 * kg,
|
weight = 0.25 * kg,
|
||||||
|
default_import_location = "lignumis",
|
||||||
ingredient_to_weight_coefficient = 0.25
|
ingredient_to_weight_coefficient = 0.25
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue