Fix ingredient of bob-resin-wood

This commit is contained in:
Simon Brodtmann 2025-10-06 20:27:23 +02:00
parent 7a0a71f583
commit f1a100b154

View file

@ -18,7 +18,7 @@ data:extend(
energy_required = 1,
ingredients =
{
{ "wood", 1},
{ type = "item", name = "wood", amount = 1},
},
results = {{type="item", name="resin", amount=1}},
allow_decomposition = false
@ -68,7 +68,7 @@ data:extend(
energy_required = 3.5,
ingredients =
{
{ "resin", 1},
{ type = "item", name = "resin", amount = 1 },
},
results = {{type="item", name="rubber", amount=1}},
allow_decomposition = false