Set weight and default import location for gold plate

This commit is contained in:
Simon Brodtmann 2025-12-18 13:03:39 +01:00
parent b682773d44
commit 25aa4a1c81

View file

@ -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
},
{