Compare commits
2 commits
b682773d44
...
c24016e67b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c24016e67b | ||
|
|
25aa4a1c81 |
2 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
require("aai-industry")
|
||||
require("gleba-reborn")
|
||||
require("crushing-industry-updates")
|
||||
require("k2so")
|
||||
require("wood-logistics")
|
||||
require("wood-logistics")
|
||||
require("aai-industry")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue