Fix ingredient of bob-resin-wood
This commit is contained in:
parent
7a0a71f583
commit
f1a100b154
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ data:extend(
|
||||||
energy_required = 1,
|
energy_required = 1,
|
||||||
ingredients =
|
ingredients =
|
||||||
{
|
{
|
||||||
{ "wood", 1},
|
{ type = "item", name = "wood", amount = 1},
|
||||||
},
|
},
|
||||||
results = {{type="item", name="resin", amount=1}},
|
results = {{type="item", name="resin", amount=1}},
|
||||||
allow_decomposition = false
|
allow_decomposition = false
|
||||||
|
@ -68,7 +68,7 @@ data:extend(
|
||||||
energy_required = 3.5,
|
energy_required = 3.5,
|
||||||
ingredients =
|
ingredients =
|
||||||
{
|
{
|
||||||
{ "resin", 1},
|
{ type = "item", name = "resin", amount = 1 },
|
||||||
},
|
},
|
||||||
results = {{type="item", name="rubber", amount=1}},
|
results = {{type="item", name="rubber", amount=1}},
|
||||||
allow_decomposition = false
|
allow_decomposition = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue