forked from cacklingfiend/lignumis
LDS uses lumber instead of raw wood
This commit is contained in:
parent
9c58871c5b
commit
f5523e3927
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ data:extend({
|
|||
ingredients = {
|
||||
{ type = "item", name = "gold-plate", amount = 20 },
|
||||
{ type = "item", name = "plastic-bar", amount = 7 },
|
||||
{ type = "item", name = "wood", amount = 8 }
|
||||
{ type = "item", name = "lumber", amount = 4 }
|
||||
},
|
||||
results = { { type = "item", name = "low-density-structure", amount = 2 } },
|
||||
allow_productivity = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue