Add missing subgroups

This commit is contained in:
Simon Brodtmann 2025-08-31 07:27:20 +02:00
parent b18c75a35b
commit 844bb51f73
3 changed files with 1257 additions and 1252 deletions

View file

@ -458,6 +458,7 @@ if not data.raw.fluid["nitrogen"] then
flow_color = { r = 0.0, g = 0.0, b = 1.0 }, flow_color = { r = 0.0, g = 0.0, b = 1.0 },
pressure_to_speed_ratio = 0.4, pressure_to_speed_ratio = 0.4,
flow_to_energy_ratio = 0.59, flow_to_energy_ratio = 0.59,
subgroup = "fluid",
order = "a[fluid]-b[nitrogen]" order = "a[fluid]-b[nitrogen]"
}, },
}) })
@ -485,6 +486,7 @@ if not data.raw.fluid["nitrogen"] then
flow_color = { r = 0.5, g = 1.0, b = 1.0 }, flow_color = { r = 0.5, g = 1.0, b = 1.0 },
pressure_to_speed_ratio = 0.4, pressure_to_speed_ratio = 0.4,
flow_to_energy_ratio = 0.59, flow_to_energy_ratio = 0.59,
subgroup = "fluid",
order = "a[fluid]-b[liquid-air]" order = "a[fluid]-b[liquid-air]"
}, },
}) })

View file

@ -22,6 +22,7 @@ data:extend({
flow_color = {r = 0.1, g = 1.0, b = 0.0}, flow_color = {r = 0.1, g = 1.0, b = 0.0},
pressure_to_speed_ratio = 0.4, pressure_to_speed_ratio = 0.4,
flow_to_energy_ratio = 0.59, flow_to_energy_ratio = 0.59,
subgroup = "bio-bio-fuel-fluid",
order = "a[fluid]-b[biomass]" order = "a[fluid]-b[biomass]"
}, },
}) })

View file

@ -23,11 +23,11 @@ data:extend({
category = "biofarm-mod-greenhouse", category = "biofarm-mod-greenhouse",
energy_required = 200, energy_required = 200,
ingredients = { ingredients = {
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
{type = "item", name = "wood", amount = 20}, { type = "item", name = "wood", amount = 20 },
}, },
results = { results = {
{type = "item", name = "bi-seed", amount = 40}, { type = "item", name = "bi-seed", amount = 40 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -56,12 +56,12 @@ data:extend({
category = "biofarm-mod-greenhouse", category = "biofarm-mod-greenhouse",
energy_required = 150, energy_required = 150,
ingredients = { ingredients = {
{type = "fluid", name = "water", amount = 40}, { type = "fluid", name = "water", amount = 40 },
{type = "item", name = "wood", amount = 20}, { type = "item", name = "wood", amount = 20 },
{type = "item", name = "bi-ash", amount = 10}, { type = "item", name = "bi-ash", amount = 10 },
}, },
results = { results = {
{type = "item", name = "bi-seed", amount = 50}, { type = "item", name = "bi-seed", amount = 50 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -90,12 +90,12 @@ data:extend({
category = "biofarm-mod-greenhouse", category = "biofarm-mod-greenhouse",
energy_required = 100, energy_required = 100,
ingredients = { ingredients = {
{type = "fluid", name = "water", amount = 40}, { type = "fluid", name = "water", amount = 40 },
{type = "item", name = "wood", amount = 20}, { type = "item", name = "wood", amount = 20 },
{type = "item", name = "fertilizer", amount = 10}, { type = "item", name = "fertilizer", amount = 10 },
}, },
results = { results = {
{type = "item", name = "bi-seed", amount = 60}, { type = "item", name = "bi-seed", amount = 60 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -124,12 +124,12 @@ data:extend({
category = "biofarm-mod-greenhouse", category = "biofarm-mod-greenhouse",
energy_required = 50, energy_required = 50,
ingredients = { ingredients = {
{type = "item", name = "wood", amount = 20}, { type = "item", name = "wood", amount = 20 },
{type = "item", name = "bi-adv-fertilizer", amount = 10}, { type = "item", name = "bi-adv-fertilizer", amount = 10 },
{type = "fluid", name = "water", amount = 40}, { type = "fluid", name = "water", amount = 40 },
}, },
results = { results = {
{type = "item", name = "bi-seed", amount = 80}, { type = "item", name = "bi-seed", amount = 80 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -158,11 +158,11 @@ 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 = "item", name = "bi-seed", amount = 20 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "seedling", amount = 40}, { type = "item", name = "seedling", amount = 40 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -191,12 +191,12 @@ data:extend({
category = "biofarm-mod-greenhouse", category = "biofarm-mod-greenhouse",
energy_required = 300, energy_required = 300,
ingredients = { ingredients = {
{type = "item", name = "bi-seed", amount = 25}, { type = "item", name = "bi-seed", amount = 25 },
{type = "item", name = "bi-ash", amount = 10}, { type = "item", name = "bi-ash", amount = 10 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "seedling", amount = 60}, { type = "item", name = "seedling", amount = 60 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -225,12 +225,12 @@ data:extend({
category = "biofarm-mod-greenhouse", category = "biofarm-mod-greenhouse",
energy_required = 200, energy_required = 200,
ingredients = { ingredients = {
{type = "item", name = "bi-seed", amount = 30}, { type = "item", name = "bi-seed", amount = 30 },
{type = "item", name = "fertilizer", amount = 10}, { type = "item", name = "fertilizer", amount = 10 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "seedling", amount = 90}, { type = "item", name = "seedling", amount = 90 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -258,12 +258,12 @@ data:extend({
category = "biofarm-mod-greenhouse", category = "biofarm-mod-greenhouse",
energy_required = 100, energy_required = 100,
ingredients = { ingredients = {
{type = "item", name = "bi-seed", amount = 40}, { type = "item", name = "bi-seed", amount = 40 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
{type = "item", name = "bi-adv-fertilizer", amount = 10}, { type = "item", name = "bi-adv-fertilizer", amount = 10 },
}, },
results = { results = {
{type = "item", name = "seedling", amount = 160}, { type = "item", name = "seedling", amount = 160 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -295,12 +295,12 @@ data:extend({
allow_decomposition = false, allow_decomposition = false,
energy_required = 400, energy_required = 400,
ingredients = { ingredients = {
{type = "item", name = "seedling", amount = 20}, { type = "item", name = "seedling", amount = 20 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "wood", amount = 40}, { type = "item", name = "wood", amount = 40 },
{type = "item", name = "bi-woodpulp", amount = 80}, { type = "item", name = "bi-woodpulp", amount = 80 },
}, },
main_product = "", main_product = "",
subgroup = "bio-bio-farm-fluid-3", subgroup = "bio-bio-farm-fluid-3",
@ -329,13 +329,13 @@ data:extend({
allow_decomposition = false, allow_decomposition = false,
energy_required = 360, energy_required = 360,
ingredients = { ingredients = {
{type = "item", name = "seedling", amount = 30}, { type = "item", name = "seedling", amount = 30 },
{type = "item", name = "bi-ash", amount = 10}, { type = "item", name = "bi-ash", amount = 10 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "wood", amount = 75}, { type = "item", name = "wood", amount = 75 },
{type = "item", name = "bi-woodpulp", amount = 150}, { type = "item", name = "bi-woodpulp", amount = 150 },
}, },
main_product = "", main_product = "",
subgroup = "bio-bio-farm-fluid-3", subgroup = "bio-bio-farm-fluid-3",
@ -364,13 +364,13 @@ data:extend({
allow_decomposition = false, allow_decomposition = false,
energy_required = 300, energy_required = 300,
ingredients = { ingredients = {
{type = "item", name = "seedling", amount = 45}, { type = "item", name = "seedling", amount = 45 },
{type = "item", name = "fertilizer", amount = 10}, { type = "item", name = "fertilizer", amount = 10 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "wood", amount = 135}, { type = "item", name = "wood", amount = 135 },
{type = "item", name = "bi-woodpulp", amount = 270}, { type = "item", name = "bi-woodpulp", amount = 270 },
}, },
main_product = "", main_product = "",
subgroup = "bio-bio-farm-fluid-3", subgroup = "bio-bio-farm-fluid-3",
@ -399,13 +399,13 @@ data:extend({
allow_decomposition = false, allow_decomposition = false,
energy_required = 100, energy_required = 100,
ingredients = { ingredients = {
{type = "item", name = "seedling", amount = 40}, { type = "item", name = "seedling", amount = 40 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
{type = "item", name = "bi-adv-fertilizer", amount = 5}, { type = "item", name = "bi-adv-fertilizer", amount = 5 },
}, },
results = { results = {
{type = "item", name = "wood", amount = 160}, { type = "item", name = "wood", amount = 160 },
{type = "item", name = "bi-woodpulp", amount = 320}, { type = "item", name = "bi-woodpulp", amount = 320 },
}, },
main_product = "", main_product = "",
subgroup = "bio-bio-farm-fluid-3", subgroup = "bio-bio-farm-fluid-3",
@ -420,8 +420,8 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-bio-greenhouse", name = "bi-bio-greenhouse",
localised_name = {"entity-name.bi-bio-greenhouse"}, localised_name = { "entity-name.bi-bio-greenhouse" },
localised_description = {"entity-description.bi-bio-greenhouse"}, localised_description = { "entity-description.bi-bio-greenhouse" },
icon = ICONPATH_E .. "bio_greenhouse.png", icon = ICONPATH_E .. "bio_greenhouse.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -433,11 +433,11 @@ data:extend({
enabled = false, enabled = false,
energy_required = 2.5, energy_required = 2.5,
ingredients = { ingredients = {
{type="item", name="iron-stick", amount=10}, { type = "item", name = "iron-stick", amount = 10 },
{type="item", name="stone-brick", amount=10}, { type = "item", name = "stone-brick", amount = 10 },
{type="item", name="small-lamp", amount=5}, { type = "item", name = "small-lamp", amount = 5 },
}, },
results = {{type="item", name="bi-bio-greenhouse", amount=1}}, results = { { type = "item", name = "bi-bio-greenhouse", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -451,8 +451,8 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-bio-farm", name = "bi-bio-farm",
localised_name = {"entity-name.bi-bio-farm"}, localised_name = { "entity-name.bi-bio-farm" },
localised_description = {"entity-description.bi-bio-farm"}, localised_description = { "entity-description.bi-bio-farm" },
icon = ICONPATH_E .. "bio_Farm_Icon.png", icon = ICONPATH_E .. "bio_Farm_Icon.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -464,11 +464,11 @@ data:extend({
enabled = false, enabled = false,
energy_required = 5, energy_required = 5,
ingredients = { ingredients = {
{type="item", name="bi-bio-greenhouse", amount=4}, { type = "item", name = "bi-bio-greenhouse", amount = 4 },
{type="item", name="stone-crushed", amount=10}, { type = "item", name = "stone-crushed", amount = 10 },
{type="item", name="copper-cable", amount=10}, { type = "item", name = "copper-cable", amount = 10 },
}, },
results = {{type="item", name="bi-bio-farm", amount=1}}, results = { { type = "item", name = "bi-bio-farm", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -494,8 +494,8 @@ data:extend({
order = "a[bi]-a-a[bi-1-woodpulp]", order = "a[bi]-a-a[bi-1-woodpulp]",
enabled = false, enabled = false,
energy_required = 2, energy_required = 2,
ingredients = {{type="item", name="wood", amount=2}}, ingredients = { { type = "item", name = "wood", amount = 2 } },
results = {{type="item", name="bi-woodpulp", amount=4}}, results = { { type = "item", name = "bi-woodpulp", amount = 4 } },
main_product = "", main_product = "",
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
allow_intermediates = true, -- Added for 0.18.35/1.1.5 allow_intermediates = true, -- Added for 0.18.35/1.1.5
@ -524,9 +524,9 @@ data:extend({
enabled = false, enabled = false,
energy_required = 1, energy_required = 1,
ingredients = { ingredients = {
{type = "item", name = "bi-woodpulp", amount = 3}, { type = "item", name = "bi-woodpulp", amount = 3 },
}, },
results = {{type="item", name="resin", amount=1}}, results = { { type = "item", name = "resin", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -555,10 +555,10 @@ data:extend({
enabled = false, enabled = false,
energy_required = 2.5, energy_required = 2.5,
ingredients = { ingredients = {
{type = "item", name = "bi-woodpulp", amount = 8}, { type = "item", name = "bi-woodpulp", amount = 8 },
{type = "item", name = "resin", amount = 2}, { type = "item", name = "resin", amount = 2 },
}, },
results = {{type="item", name="wood", amount=4}}, results = { { type = "item", name = "wood", amount = 4 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -585,8 +585,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-bx[bi-4-woodbrick]", order = "a[bi]-a-bx[bi-4-woodbrick]",
energy_required = 2, energy_required = 2,
ingredients = {{type="item", name="bi-woodpulp", amount=24}}, ingredients = { { type = "item", name = "bi-woodpulp", amount = 24 } },
results = {{type="item", name="wood-bricks", amount=1}}, results = { { type = "item", name = "wood-bricks", amount = 1 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = true, -- Changed for 0.18.34/1.1.4 allow_as_intermediate = true, -- Changed for 0.18.34/1.1.4
@ -615,8 +615,8 @@ data:extend({
order = "a[bi]-a-cb[bi-5-ash-1]", order = "a[bi]-a-cb[bi-5-ash-1]",
enabled = false, enabled = false,
energy_required = 3, energy_required = 3,
ingredients = {{type="item", name="wood", amount=5}}, ingredients = { { type = "item", name = "wood", amount = 5 } },
results = {{type="item", name="bi-ash", amount=5}}, results = { { type = "item", name = "bi-ash", amount = 5 } },
main_product = "", main_product = "",
allow_as_intermediate = true, -- Changed for 0.18.34/1.1.4 allow_as_intermediate = true, -- Changed for 0.18.34/1.1.4
always_show_made_in = false, -- Changed for 0.18.34/1.1.4 always_show_made_in = false, -- Changed for 0.18.34/1.1.4
@ -649,8 +649,8 @@ data:extend({
allow_decomposition = true, -- Changed for 0.18.34/1.1.4 allow_decomposition = true, -- Changed for 0.18.34/1.1.4
energy_required = 2.5, energy_required = 2.5,
ingredients = {{type="item", name="bi-woodpulp", amount=12}}, ingredients = { { type = "item", name = "bi-woodpulp", amount = 12 } },
results = {{type="item", name="bi-ash", amount=6}}, results = { { type = "item", name = "bi-ash", amount = 6 } },
main_product = "", main_product = "",
-- This is a custom property for use by "Krastorio 2" (it will change -- This is a custom property for use by "Krastorio 2" (it will change
-- ingredients/results; used for wood/wood pulp) -- ingredients/results; used for wood/wood pulp)
@ -674,8 +674,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-d[bi-6-charcoal-1]", order = "a[bi]-a-d[bi-6-charcoal-1]",
energy_required = 15, energy_required = 15,
ingredients = {{type="item", name="bi-woodpulp", amount=24}}, ingredients = { { type = "item", name = "bi-woodpulp", amount = 24 } },
results = {{type="item", name="wood-charcoal", amount=5}}, results = { { type = "item", name = "wood-charcoal", amount = 5 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
always_show_made_in = true, always_show_made_in = true,
@ -703,8 +703,8 @@ data:extend({
order = "a[bi]-a-d[bi-6-charcoal-2]", order = "a[bi]-a-d[bi-6-charcoal-2]",
category = "biofarm-mod-smelting", category = "biofarm-mod-smelting",
energy_required = 20, energy_required = 20,
ingredients = {{type="item", name="wood", amount=20}}, ingredients = { { type = "item", name = "wood", amount = 20 } },
results = {{type="item", name="wood-charcoal", amount=8}}, results = { { type = "item", name = "wood-charcoal", amount = 8 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
always_show_made_in = true, always_show_made_in = true,
@ -732,8 +732,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-ea[bi-6-coal-1]", order = "a[bi]-a-ea[bi-6-coal-1]",
energy_required = 20, energy_required = 20,
ingredients = {{type="item", name="wood-charcoal", amount=10}}, ingredients = { { type = "item", name = "wood-charcoal", amount = 10 } },
results = {{type="item", name="coal", amount=12}}, results = { { type = "item", name = "coal", amount = 12 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
@ -759,8 +759,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-eb[bi-6-coal-2]", order = "a[bi]-a-eb[bi-6-coal-2]",
energy_required = 20, energy_required = 20,
ingredients = {{type="item", name="wood-charcoal", amount=10}}, ingredients = { { type = "item", name = "wood-charcoal", amount = 10 } },
results = {{type="item", name="coal", amount=16}}, results = { { type = "item", name = "coal", amount = 16 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
@ -786,8 +786,8 @@ data:extend({
order = "a[bi]-a-fa[bi-7-solid_fuel]", order = "a[bi]-a-fa[bi-7-solid_fuel]",
category = "chemistry", category = "chemistry",
energy_required = 2, energy_required = 2,
ingredients = {{type="item", name="wood-bricks", amount=3}}, ingredients = { { type = "item", name = "wood-bricks", amount = 3 } },
results = {{type="item", name="solid-fuel", amount=2}}, results = { { type = "item", name = "solid-fuel", amount = 2 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = true, -- Changed for 0.18.34/1.1.4 allow_as_intermediate = true, -- Changed for 0.18.34/1.1.4
@ -813,8 +813,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-g[bi-8-coke-coal]-1", order = "a[bi]-a-g[bi-8-coke-coal]-1",
energy_required = 20, energy_required = 20,
ingredients = {{type="item", name="coal", amount=12}}, ingredients = { { type = "item", name = "coal", amount = 12 } },
results = {{type="item", name="pellet-coke", amount=2}}, results = { { type = "item", name = "pellet-coke", amount = 2 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
@ -841,8 +841,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-g[bi-8-coke-coal]-3", order = "a[bi]-a-g[bi-8-coke-coal]-3",
energy_required = 6, energy_required = 6,
ingredients = {{type="item", name="solid-fuel", amount=5}}, ingredients = { { type = "item", name = "solid-fuel", amount = 5 } },
results = {{type="item", name="pellet-coke", amount=3}}, results = { { type = "item", name = "pellet-coke", amount = 3 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
@ -866,8 +866,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-z[bi-9-stone-crushed-1]", order = "a[bi]-a-z[bi-9-stone-crushed-1]",
energy_required = 1.5, energy_required = 1.5,
ingredients = {{type="item", name="stone", amount=1}}, ingredients = { { type = "item", name = "stone", amount = 1 } },
results = {{type="item", name="stone-crushed", amount=2}}, results = { { type = "item", name = "stone-crushed", amount = 2 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
@ -880,7 +880,7 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-crushed-stone-2", name = "bi-crushed-stone-2",
localised_description = {"recipe-description.bi-crushed-stone"}, localised_description = { "recipe-description.bi-crushed-stone" },
icon = ICONPATH .. "crushed-stone-concrete.png", icon = ICONPATH .. "crushed-stone-concrete.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -893,8 +893,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-z[bi-9-stone-crushed-2]", order = "a[bi]-a-z[bi-9-stone-crushed-2]",
energy_required = 2.5, -- Increased crafting time energy_required = 2.5, -- Increased crafting time
ingredients = {{type="item", name="concrete", amount=1}}, ingredients = { { type = "item", name = "concrete", amount = 1 } },
results = {{type="item", name="stone-crushed", amount=2}}, results = { { type = "item", name = "stone-crushed", amount = 2 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
@ -906,7 +906,7 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-crushed-stone-3", name = "bi-crushed-stone-3",
localised_description = {"recipe-description.bi-crushed-stone"}, localised_description = { "recipe-description.bi-crushed-stone" },
icon = ICONPATH .. "crushed-stone-hazard-concrete.png", icon = ICONPATH .. "crushed-stone-hazard-concrete.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -919,8 +919,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-z[bi-9-stone-crushed-3]", order = "a[bi]-a-z[bi-9-stone-crushed-3]",
energy_required = 2.5, -- Increased crafting time energy_required = 2.5, -- Increased crafting time
ingredients = {{type="item", name="hazard-concrete", amount=1}}, ingredients = { { type = "item", name = "hazard-concrete", amount = 1 } },
results = {{type="item", name="stone-crushed", amount=2}}, results = { { type = "item", name = "stone-crushed", amount = 2 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
@ -933,7 +933,7 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-crushed-stone-4", name = "bi-crushed-stone-4",
localised_description = {"recipe-description.bi-crushed-stone"}, localised_description = { "recipe-description.bi-crushed-stone" },
icon = ICONPATH .. "crushed-stone-refined-concrete.png", icon = ICONPATH .. "crushed-stone-refined-concrete.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -946,8 +946,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-z[bi-9-stone-crushed-4]", order = "a[bi]-a-z[bi-9-stone-crushed-4]",
energy_required = 5, -- Increased crafting time energy_required = 5, -- Increased crafting time
ingredients = {{type="item", name="refined-concrete", amount=1}}, ingredients = { { type = "item", name = "refined-concrete", amount = 1 } },
results = {{type="item", name="stone-crushed", amount=4}}, results = { { type = "item", name = "stone-crushed", amount = 4 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
@ -959,7 +959,7 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-crushed-stone-5", name = "bi-crushed-stone-5",
localised_description = {"recipe-description.bi-crushed-stone"}, localised_description = { "recipe-description.bi-crushed-stone" },
icon = ICONPATH .. "crushed-stone-refined-hazard-concrete.png", icon = ICONPATH .. "crushed-stone-refined-hazard-concrete.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -972,8 +972,8 @@ data:extend({
subgroup = "bio-bio-farm-raw", subgroup = "bio-bio-farm-raw",
order = "a[bi]-a-z[bi-9-stone-crushed-5]", order = "a[bi]-a-z[bi-9-stone-crushed-5]",
energy_required = 5, -- Increased crafting time energy_required = 5, -- Increased crafting time
ingredients = {{type="item", name="refined-hazard-concrete", amount=1}}, ingredients = { { type = "item", name = "refined-hazard-concrete", amount = 1 } },
results = {{type="item", name="stone-crushed", amount=4}}, results = { { type = "item", name = "stone-crushed", amount = 4 } },
main_product = "", main_product = "",
enabled = false, enabled = false,
allow_as_intermediate = true, -- Added for 0.18.34/1.1.4 allow_as_intermediate = true, -- Added for 0.18.34/1.1.4
@ -999,11 +999,11 @@ data:extend({
order = "a[bi]-a-z2[bi-9-stone-brick]", order = "a[bi]-a-z2[bi-9-stone-brick]",
energy_required = 5, energy_required = 5,
ingredients = { ingredients = {
{type = "item", name = "stone-crushed", amount = 6}, { type = "item", name = "stone-crushed", amount = 6 },
{type = "item", name = "bi-ash", amount = 2}, { type = "item", name = "bi-ash", amount = 2 },
}, },
results = { results = {
{type = "item", name = "stone-brick", amount = 2}, { type = "item", name = "stone-brick", amount = 2 },
}, },
enabled = false, enabled = false,
main_product = "", main_product = "",
@ -1016,8 +1016,8 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-cokery", name = "bi-cokery",
localised_name = {"entity-name.bi-cokery"}, localised_name = { "entity-name.bi-cokery" },
localised_description = {"entity-description.bi-cokery"}, localised_description = { "entity-description.bi-cokery" },
icon = ICONPATH_E .. "cokery.png", icon = ICONPATH_E .. "cokery.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -1029,10 +1029,10 @@ data:extend({
enabled = false, enabled = false,
energy_required = 8, energy_required = 8,
ingredients = { ingredients = {
{type="item", name="stone-furnace", amount=3}, { type = "item", name = "stone-furnace", amount = 3 },
{type="item", name="steel-plate", amount=10}, { type = "item", name = "steel-plate", amount = 10 },
}, },
results = {{type="item", name="bi-cokery", amount=1}}, results = { { type = "item", name = "bi-cokery", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -1046,8 +1046,8 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-stone-crusher", name = "bi-stone-crusher",
localised_name = {"entity-name.bi-stone-crusher"}, localised_name = { "entity-name.bi-stone-crusher" },
localised_description = {"entity-description.bi-stone-crusher"}, localised_description = { "entity-description.bi-stone-crusher" },
icon = ICONPATH_E .. "stone_crusher.png", icon = ICONPATH_E .. "stone_crusher.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -1059,11 +1059,11 @@ data:extend({
enabled = false, enabled = false,
energy_required = 3, energy_required = 3,
ingredients = { ingredients = {
{type="item", name="iron-plate", amount=10}, { type = "item", name = "iron-plate", amount = 10 },
{type="item", name="steel-plate", amount=10}, { type = "item", name = "steel-plate", amount = 10 },
{type="item", name="iron-gear-wheel", amount=5}, { type = "item", name = "iron-gear-wheel", amount = 5 },
}, },
results = {{type="item", name="bi-stone-crusher", amount=1}}, results = { { type = "item", name = "bi-stone-crusher", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -1089,7 +1089,7 @@ data:extend({
energy_required = 1, energy_required = 1,
ingredients = {}, ingredients = {},
results = { results = {
{type = "fluid", name = "liquid-air", amount = 10} { type = "fluid", name = "liquid-air", amount = 10 }
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1115,10 +1115,10 @@ data:extend({
category = "chemistry", category = "chemistry",
energy_required = 10, energy_required = 10,
ingredients = { ingredients = {
{type = "fluid", name = "liquid-air", amount = 20} { type = "fluid", name = "liquid-air", amount = 20 }
}, },
results = { results = {
{type = "fluid", name = "nitrogen", amount = 20}, { type = "fluid", name = "nitrogen", amount = 20 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1146,12 +1146,12 @@ data:extend({
category = "chemistry", category = "chemistry",
energy_required = 5, energy_required = 5,
ingredients = { ingredients = {
{type = "item", name = "sulfur", amount = 1}, { type = "item", name = "sulfur", amount = 1 },
{type = "fluid", name = "nitrogen", amount = 10}, { type = "fluid", name = "nitrogen", amount = 10 },
{type = "item", name = "bi-ash", amount = 10} { type = "item", name = "bi-ash", amount = 10 }
}, },
results = { results = {
{type = "item", name = "fertilizer", amount = 5} { type = "item", name = "fertilizer", amount = 5 }
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1178,12 +1178,12 @@ data:extend({
category = "chemistry", category = "chemistry",
energy_required = 50, energy_required = 50,
ingredients = { ingredients = {
{type = "item", name = "fertilizer", amount = 25}, { type = "item", name = "fertilizer", amount = 25 },
{type = "fluid", name = "bi-biomass", amount = 10}, -- <== Need to add during Data Updates { type = "fluid", name = "bi-biomass", amount = 10 }, -- <== Need to add during Data Updates
--{type = "fluid", name = "NE_enhanced-nutrient-solution", amount = 5}, -- Will be added if you have Natural Evolution Buildings Mod installed. --{type = "fluid", name = "NE_enhanced-nutrient-solution", amount = 5}, -- Will be added if you have Natural Evolution Buildings Mod installed.
}, },
results = { results = {
{type = "item", name = "bi-adv-fertilizer", amount = 50} { type = "item", name = "bi-adv-fertilizer", amount = 50 }
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1210,12 +1210,12 @@ data:extend({
category = "chemistry", category = "chemistry",
energy_required = 50, energy_required = 50,
ingredients = { ingredients = {
{type = "item", name = "fertilizer", amount = 20}, { type = "item", name = "fertilizer", amount = 20 },
{type = "fluid", name = "bi-biomass", amount = 10}, { type = "fluid", name = "bi-biomass", amount = 10 },
{type = "item", name = "bi-woodpulp", amount = 10}, { type = "item", name = "bi-woodpulp", amount = 10 },
}, },
results = { results = {
{type = "item", name = "bi-adv-fertilizer", amount = 20} { type = "item", name = "bi-adv-fertilizer", amount = 20 }
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1245,10 +1245,10 @@ data:extend({
enabled = false, enabled = false,
energy_required = 8, energy_required = 8,
ingredients = { ingredients = {
{type="item", name="bi-seed", amount=400}, { type = "item", name = "bi-seed", amount = 400 },
{type="item", name="rocket", amount=1}, { type = "item", name = "rocket", amount = 1 },
}, },
results = {{type="item", name="bi-seed-bomb-basic", amount=1}}, results = { { type = "item", name = "bi-seed-bomb-basic", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -1273,11 +1273,11 @@ data:extend({
enabled = false, enabled = false,
energy_required = 8, energy_required = 8,
ingredients = { ingredients = {
{type="item", name="bi-seed", amount=400}, { type = "item", name = "bi-seed", amount = 400 },
{type="item", name="fertilizer", amount=200}, { type = "item", name = "fertilizer", amount = 200 },
{type="item", name="rocket", amount=1}, { type = "item", name = "rocket", amount = 1 },
}, },
results = {{type="item", name="bi-seed-bomb-standard", amount=1}}, results = { { type = "item", name = "bi-seed-bomb-standard", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -1302,11 +1302,11 @@ data:extend({
enabled = false, enabled = false,
energy_required = 8, energy_required = 8,
ingredients = { ingredients = {
{type="item", name="bi-seed", amount=400}, { type = "item", name = "bi-seed", amount = 400 },
{type="item", name="bi-adv-fertilizer", amount=200}, { type = "item", name = "bi-adv-fertilizer", amount = 200 },
{type="item", name="rocket", amount=1}, { type = "item", name = "rocket", amount = 1 },
}, },
results = {{type="item", name="bi-seed-bomb-advanced", amount=1}}, results = { { type = "item", name = "bi-seed-bomb-advanced", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -1320,8 +1320,8 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bi-arboretum", name = "bi-arboretum",
localised_name = {"entity-name.bi-arboretum"}, localised_name = { "entity-name.bi-arboretum" },
localised_description = {"entity-description.bi-arboretum"}, localised_description = { "entity-description.bi-arboretum" },
icon = ICONPATH_E .. "arboretum_Icon.png", icon = ICONPATH_E .. "arboretum_Icon.png",
icon_size = 64, icon_size = 64,
icons = { icons = {
@ -1330,14 +1330,16 @@ data:extend({
icon_size = 64, icon_size = 64,
} }
}, },
subgroup = "production-machine",
order = "x[bi]-a[bi-arboretum]",
enabled = false, enabled = false,
energy_required = 10, energy_required = 10,
ingredients = { ingredients = {
{type="item", name="bi-bio-greenhouse", amount=4}, { type = "item", name = "bi-bio-greenhouse", amount = 4 },
{type="item", name="assembling-machine-2", amount=2}, { type = "item", name = "assembling-machine-2", amount = 2 },
{type="item", name="stone-brick", amount=10}, { type = "item", name = "stone-brick", amount = 10 },
}, },
results = {{type="item", name="bi-arboretum-area", amount=1}}, results = { { type = "item", name = "bi-arboretum-area", amount = 1 } },
main_product = "", main_product = "",
allow_as_intermediate = false, -- Added for 0.18.34/1.1.4 allow_as_intermediate = false, -- Added for 0.18.34/1.1.4
always_show_made_in = false, -- Added for 0.18.34/1.1.4 always_show_made_in = false, -- Added for 0.18.34/1.1.4
@ -1360,11 +1362,11 @@ data:extend({
category = "bi-arboretum", category = "bi-arboretum",
energy_required = 10000, energy_required = 10000,
ingredients = { ingredients = {
{type = "item", name = "seedling", amount = 1}, { type = "item", name = "seedling", amount = 1 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "bi-arboretum-r1", amount = 1, probability = 0}, { type = "item", name = "bi-arboretum-r1", amount = 1, probability = 0 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1391,11 +1393,11 @@ data:extend({
category = "bi-arboretum", category = "bi-arboretum",
energy_required = 10000, energy_required = 10000,
ingredients = { ingredients = {
{type = "item", name = "fertilizer", amount = 1}, { type = "item", name = "fertilizer", amount = 1 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "bi-arboretum-r2", amount = 1, probability = 0}, { type = "item", name = "bi-arboretum-r2", amount = 1, probability = 0 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1422,11 +1424,11 @@ data:extend({
category = "bi-arboretum", category = "bi-arboretum",
energy_required = 10000, energy_required = 10000,
ingredients = { ingredients = {
{type = "item", name = "bi-adv-fertilizer", amount = 1}, { type = "item", name = "bi-adv-fertilizer", amount = 1 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "bi-arboretum-r3", amount = 1, probability = 0}, { type = "item", name = "bi-arboretum-r3", amount = 1, probability = 0 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1453,12 +1455,12 @@ data:extend({
category = "bi-arboretum", category = "bi-arboretum",
energy_required = 10000, energy_required = 10000,
ingredients = { ingredients = {
{type = "item", name = "seedling", amount = 1}, { type = "item", name = "seedling", amount = 1 },
{type = "item", name = "fertilizer", amount = 1}, { type = "item", name = "fertilizer", amount = 1 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "bi-arboretum-r4", amount = 1, probability = 0}, { type = "item", name = "bi-arboretum-r4", amount = 1, probability = 0 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,
@ -1485,12 +1487,12 @@ data:extend({
category = "bi-arboretum", category = "bi-arboretum",
energy_required = 10000, energy_required = 10000,
ingredients = { ingredients = {
{type = "item", name = "seedling", amount = 1}, { type = "item", name = "seedling", amount = 1 },
{type = "item", name = "bi-adv-fertilizer", amount = 1}, { type = "item", name = "bi-adv-fertilizer", amount = 1 },
{type = "fluid", name = "water", amount = 100}, { type = "fluid", name = "water", amount = 100 },
}, },
results = { results = {
{type = "item", name = "bi-arboretum-r5", amount = 1, probability = 0}, { type = "item", name = "bi-arboretum-r5", amount = 1, probability = 0 },
}, },
main_product = "", main_product = "",
enabled = false, enabled = false,