Add missing seed ingredient to the sapling recipe
This commit is contained in:
parent
d95e51113b
commit
9fa0928341
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ data:extend({
|
||||||
category = "biofarm-mod-greenhouse",
|
category = "biofarm-mod-greenhouse",
|
||||||
energy_required = 400,
|
energy_required = 400,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
|
{ type = "item", name = "bi-seed", amount = 20 },
|
||||||
{ type = "fluid", name = "water", amount = 100 },
|
{ type = "fluid", name = "water", amount = 100 },
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue