Angel's Bio Processing


Adds ways to recycle and process waste products through biological means and make use of biological processes and farming.

Content
a month ago
0.14 - 1.1
163K
Environment

b error at bioprocessing

6 years ago

data:extend(
{
--BIO PROCESSING PLANT
{
type = "recipe",
name = "algae-farm",
energy_required = 10,
enabled = "false",
ingredients ={
{"iron-plate", 10},
{"stone-brick", 30},
{"basic-circuit-board", 5},
{"pipe", 10},
},
result= "algae-farm",
icon = "angelsbioprocessing/graphics/icons/algae-farm.png",
},
{
type = "recipe",
name = "algae-farm-2",
energy_required = 10,
enabled = "false",
ingredients ={
{"algae-farm", 1},
{"steel-plate", 10},
{"stone-brick", 30},
{"electronic-circuit", 5},
{"pipe", 10},
},
result= "algae-farm-2",
icon = "angelsbioprocessing/graphics/icons/algae-farm.png",
},
}
)

for receipe, stone-pipe does not exist.
hence either create that one or change the lua files.