More item weights
This commit is contained in:
parent
2336ad4d44
commit
aaea504cef
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ data:extend({
|
||||||
pick_sound = item_sounds.wood_inventory_pickup,
|
pick_sound = item_sounds.wood_inventory_pickup,
|
||||||
drop_sound = item_sounds.wood_inventory_move,
|
drop_sound = item_sounds.wood_inventory_move,
|
||||||
stack_size = 100,
|
stack_size = 100,
|
||||||
weight = 10 * kg
|
weight = 5 * kg,
|
||||||
|
default_import_location = "lignumis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue