aai industry
This commit is contained in:
parent
6f85d64cb9
commit
34ac321a5c
1 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,15 @@ data:extend(
|
|||
allow_productivity = true,
|
||||
ingredients = {util.item("stone-crushed", 4)},
|
||||
results = {util.item("silica", 5)},
|
||||
} or mods["aai-industry"] and {
|
||||
type = "recipe",
|
||||
name = "silica",
|
||||
category = mods["space-age"] and "basic-crushing" or "crafting",
|
||||
enabled = false,
|
||||
energy_required = 0.5,
|
||||
allow_productivity = true,
|
||||
ingredients = {util.item("sand", 1)},
|
||||
results = {util.item("silica", 1)},
|
||||
} or
|
||||
{
|
||||
type = "recipe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue