Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd3fb247aa | |||
| 80c904f82a | |||
| 64bfb00826 | |||
| 62d126205a | |||
| c160a34621 |
7 changed files with 452 additions and 478 deletions
|
|
@ -1,26 +1,4 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.32
|
||||
Date: 27.01.2026
|
||||
Bug Fixes:
|
||||
- Add missing seed ingredient to the sapling recipe
|
||||
- Fix modules for farm and nursery
|
||||
- Fix compatibility with Angel's mods
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.31
|
||||
Date: 10.12.2025
|
||||
Changes:
|
||||
- Gardens have reduced crafting speed with quality
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.30
|
||||
Date: 05.11.2025
|
||||
Bug Fixes:
|
||||
- Fix icon scales
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.29
|
||||
Date: 02.11.2025
|
||||
Bug Fixes:
|
||||
- Remove settings check for wooden rails
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.28
|
||||
Date: 01.11.2025
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -340,9 +340,9 @@ if settings.startup["angels-use-angels-barreling"] and settings.startup["angels-
|
|||
data.raw.technology["bi-tech-fertilizer"].prerequisites = {
|
||||
"bi-tech-bio-farming",
|
||||
-- AND (
|
||||
"angels-water-treatment", -- sulfur
|
||||
"water-treatment", -- sulfur
|
||||
-- OR
|
||||
"angels-fluid-barreling", -- barreling (needed 'angels-water-treatment' as prerequisites)
|
||||
"angels-fluid-barreling", -- barreling (needed 'water-treatment' as prerequisites)
|
||||
-- )
|
||||
}
|
||||
end
|
||||
|
|
@ -350,12 +350,12 @@ end
|
|||
|
||||
----- Angels Merge ----
|
||||
if mods["angelspetrochem"] then
|
||||
data.raw.item["angels-pellet-coke"].icon = "__angelspetrochemgraphics__/graphics/icons/pellet-coke.png"
|
||||
data.raw.item["angels-pellet-coke"].icon_size = 32
|
||||
data.raw.item["angels-pellet-coke"].fuel_acceleration_multiplier = 1.1
|
||||
data.raw.item["angels-pellet-coke"].fuel_top_speed_multiplier = 1.2
|
||||
data.raw.item["pellet-coke"].icon = "__angelspetrochem__/graphics/icons/pellet-coke.png"
|
||||
data.raw.item["pellet-coke"].icon_size = 32
|
||||
data.raw.item["pellet-coke"].fuel_acceleration_multiplier = 1.1
|
||||
data.raw.item["pellet-coke"].fuel_top_speed_multiplier = 1.2
|
||||
|
||||
data.raw.recipe["angels-pellet-coke"].category = "biofarm-mod-smelting"
|
||||
data.raw.recipe["pellet-coke"].category = "biofarm-mod-smelting"
|
||||
thxbob.lib.tech.remove_recipe_unlock("angels-coal-processing-2", "pellet-coke")
|
||||
thxbob.lib.tech.add_recipe_unlock("angels-coal-cracking", "pellet-coke")
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Bio_Industries_2",
|
||||
"version": "2.0.32",
|
||||
"version": "2.0.28",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Bio Industries",
|
||||
"author": "TheSAguy - Had a few Ideas, Pi-C (Programming Genius), Snouz (Graphics Wizard), Cackling Fiend - Conversion to F2.0",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ local ICONPATH_KR = BioInd.modRoot .. "/graphics/icons/mod_krastorio/"
|
|||
local ICONPATHMIPS = BioInd.modRoot .. "/graphics/icons/mips/"
|
||||
|
||||
local nitrogen = data.raw.fluid["kr-nitrogen"] and "kr-nitrogen" or "nitrogen"
|
||||
local pellet_coke = data.raw.item["angels-pellet-coke"] and "angels-pellet-coke" or "pellet-coke"
|
||||
|
||||
data:extend({
|
||||
{
|
||||
|
|
@ -25,7 +24,7 @@ data:extend({
|
|||
order = "a[bi]-a-g[bi-coke-coal]-2",
|
||||
energy_required = 4,
|
||||
ingredients = {},
|
||||
results = {{type="item", name=pellet_coke, amount=1}},
|
||||
results = {{type="item", name="pellet-coke", amount=1}},
|
||||
always_show_made_in = true,
|
||||
allow_decomposition = false,
|
||||
allow_as_intermediate = false,
|
||||
|
|
@ -173,15 +172,15 @@ end
|
|||
|
||||
-- Update Wood Bricks icon to Angels
|
||||
if data.raw.item["wood-bricks"] and mods["angelsbioprocessing"] then
|
||||
data.raw.recipe["bi-wood-fuel-brick"].icon = "__angelsbioprocessinggraphics__/graphics/icons/wood-bricks.png"
|
||||
data.raw.recipe["bi-wood-fuel-brick"].icon = "__angelsbioprocessing__/graphics/icons/wood-bricks.png"
|
||||
data.raw.recipe["bi-wood-fuel-brick"].icon_size = 32
|
||||
data.raw.recipe["bi-wood-fuel-brick"].icons = {
|
||||
{
|
||||
icon = "__angelsbioprocessinggraphics__/graphics/icons/wood-bricks.png",
|
||||
icon = "__angelsbioprocessing__/graphics/icons/wood-bricks.png",
|
||||
icon_size = 32,
|
||||
}
|
||||
}
|
||||
data.raw.item["wood-bricks"].icon = "__angelsbioprocessinggraphics__/graphics/icons/wood-bricks.png"
|
||||
data.raw.item["wood-bricks"].icon = "__angelsbioprocessing__/graphics/icons/wood-bricks.png"
|
||||
data.raw.item["wood-bricks"].icon_size = 32
|
||||
end
|
||||
|
||||
|
|
@ -225,13 +224,13 @@ if mods["angelspetrochem"] then
|
|||
|
||||
end
|
||||
|
||||
-- If Angels, replace water with angels-water-yellow-waste
|
||||
if data.raw.fluid["angels-water-yellow-waste"] and mods["angelspetrochem"] then
|
||||
-- Replace water with angels-water-yellow-waste in Algae Biomass conversion 4
|
||||
-- If Angels, replace water with water-yellow-waste
|
||||
if data.raw.fluid["water-yellow-waste"] and mods["angelspetrochem"] then
|
||||
-- Replace water with water-yellow-waste in Algae Biomass conversion 4
|
||||
thxbob.lib.recipe.remove_result("bi-biomass-conversion-4", "water")
|
||||
thxbob.lib.recipe.add_result("bi-biomass-conversion-4", {
|
||||
type = "fluid",
|
||||
name = "angels-water-yellow-waste",
|
||||
name = "water-yellow-waste",
|
||||
amount = 40
|
||||
})
|
||||
-- Change recipe localizations
|
||||
|
|
@ -271,17 +270,17 @@ if mods["angelsrefining"] then
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
category = "angels-liquifying",
|
||||
subgroup = "angels-water-treatment",
|
||||
category = "liquifying",
|
||||
subgroup = "water-treatment",
|
||||
energy_required = 2,
|
||||
ingredients = {
|
||||
{type = "fluid", name = "angels-water-purified", amount = 100},
|
||||
{type = "fluid", name = "water-purified", amount = 100},
|
||||
{type = "item", name = "stone-crushed", amount = 90},
|
||||
{type = "item", name = "wood-charcoal", amount = 30},
|
||||
},
|
||||
results= {
|
||||
{type = "fluid", name = "angels-water-yellow-waste", amount = 40},
|
||||
{type = "fluid", name = "angels-water-mineralized", amount = 60},
|
||||
{type = "fluid", name = "water-yellow-waste", amount = 40},
|
||||
{type = "fluid", name = "water-mineralized", amount = 60},
|
||||
},
|
||||
enabled = false,
|
||||
allow_as_intermediate = false,
|
||||
|
|
@ -302,16 +301,16 @@ if mods["angelsrefining"] then
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
category = "angels-liquifying",
|
||||
subgroup = "angels-liquifying",
|
||||
category = "liquifying",
|
||||
subgroup = "liquifying",
|
||||
energy_required = 4,
|
||||
ingredients = {
|
||||
{type = "fluid", name = "angels-water-saline", amount = 50},
|
||||
{type = "fluid", name = "water-saline", amount = 50},
|
||||
{type = "item", name = "stone-crushed", amount = 90},
|
||||
{type = "item", name = "bi-ash", amount = 40},
|
||||
},
|
||||
results = {
|
||||
{type = "fluid", name = "angels-slag-slurry", amount = 100},
|
||||
{type = "fluid", name = "slag-slurry", amount = 100},
|
||||
},
|
||||
enabled = false,
|
||||
allow_as_intermediate = false,
|
||||
|
|
@ -320,7 +319,7 @@ if mods["angelsrefining"] then
|
|||
order = "i [slag-processing-dissolution]-2",
|
||||
},
|
||||
})
|
||||
thxbob.lib.tech.add_recipe_unlock("angels-water-treatment", "bi-mineralized-sulfuric-waste")
|
||||
thxbob.lib.tech.add_recipe_unlock("water-treatment", "bi-mineralized-sulfuric-waste")
|
||||
thxbob.lib.tech.add_recipe_unlock("slag-processing-1", "bi-slag-slurry")
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -327,7 +327,9 @@ data:extend({
|
|||
ingredient_count = 3,
|
||||
open_sound = { filename = "__base__/sound/machine-open.ogg", volume = 0.85 },
|
||||
close_sound = { filename = "__base__/sound/machine-close.ogg", volume = 0.75 },
|
||||
module_slots = 3,
|
||||
module_specification = {
|
||||
module_slots = 3
|
||||
},
|
||||
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
|
||||
},
|
||||
|
||||
|
|
@ -410,7 +412,7 @@ data:extend({
|
|||
pipe_connections = { { flow_direction = "input", direction = defines.direction.north, position = { 0, -1 } } }
|
||||
},
|
||||
},
|
||||
module_slots = 2,
|
||||
module_specification = {module_slots = 2},
|
||||
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
|
||||
graphics_set = {
|
||||
animation = {
|
||||
|
|
|
|||
|
|
@ -161,7 +161,6 @@ data:extend({
|
|||
category = "biofarm-mod-greenhouse",
|
||||
energy_required = 400,
|
||||
ingredients = {
|
||||
{ type = "item", name = "bi-seed", amount = 20 },
|
||||
{ type = "fluid", name = "water", amount = 100 },
|
||||
},
|
||||
results = {
|
||||
|
|
|
|||
|
|
@ -1,16 +1,11 @@
|
|||
local BioInd = require('common')('Bio_Industries_2')
|
||||
local ICONPATH = BioInd.modRoot .. "/graphics/icons/"
|
||||
local ICONPATH_E = BioInd.modRoot .. "/graphics/icons/entity/"
|
||||
local ENTITYPATH_BIO = BioInd.modRoot .. "/graphics/entities/"
|
||||
local REMNANTSPATH = BioInd.modRoot .. "/graphics/entities/remnants/"
|
||||
|
||||
require("util")
|
||||
|
||||
local crafting_speed_quality_multiplier = mods["quality"] and {
|
||||
uncommon = 0.83,
|
||||
rare = 0.66,
|
||||
epic = 0.50,
|
||||
legendary = 0.16
|
||||
} or nil
|
||||
|
||||
--- Bio Garden
|
||||
data:extend({
|
||||
|
|
@ -73,7 +68,6 @@ data:extend({
|
|||
source_inventory_size = 1,
|
||||
result_inventory_size = 1,
|
||||
crafting_speed = 1.0,
|
||||
crafting_speed_quality_multiplier = crafting_speed_quality_multiplier,
|
||||
energy_source = {
|
||||
type = "electric",
|
||||
usage_priority = "secondary-input",
|
||||
|
|
@ -111,7 +105,8 @@ data:extend({
|
|||
time_before_removed = 60 * 60 * 15, -- 15 minutes
|
||||
final_render_layer = "remnants",
|
||||
remove_on_tile_placement = false,
|
||||
animation = {
|
||||
animation =
|
||||
{
|
||||
{
|
||||
filename = REMNANTSPATH .. "bio_garden_remnant.png",
|
||||
line_length = 1,
|
||||
|
|
@ -126,6 +121,7 @@ data:extend({
|
|||
},
|
||||
|
||||
|
||||
|
||||
---- Bio Garden Large
|
||||
{
|
||||
type = "assembling-machine",
|
||||
|
|
@ -213,7 +209,6 @@ data:extend({
|
|||
source_inventory_size = 1,
|
||||
result_inventory_size = 1,
|
||||
crafting_speed = 4.0,
|
||||
crafting_speed_quality_multiplier = crafting_speed_quality_multiplier,
|
||||
energy_source = {
|
||||
type = "electric",
|
||||
usage_priority = "secondary-input",
|
||||
|
|
@ -251,7 +246,8 @@ data:extend({
|
|||
time_before_removed = 60 * 60 * 15, -- 15 minutes
|
||||
final_render_layer = "remnants",
|
||||
remove_on_tile_placement = false,
|
||||
animation = {
|
||||
animation =
|
||||
{
|
||||
{
|
||||
filename = REMNANTSPATH .. "bio_garden_large_remnant.png",
|
||||
line_length = 1,
|
||||
|
|
@ -395,7 +391,6 @@ data:extend({
|
|||
source_inventory_size = 1,
|
||||
result_inventory_size = 1,
|
||||
crafting_speed = 16,
|
||||
crafting_speed_quality_multiplier = crafting_speed_quality_multiplier,
|
||||
energy_source = {
|
||||
type = "electric",
|
||||
usage_priority = "secondary-input",
|
||||
|
|
@ -433,7 +428,8 @@ data:extend({
|
|||
time_before_removed = 60 * 60 * 15, -- 15 minutes
|
||||
final_render_layer = "remnants",
|
||||
remove_on_tile_placement = false,
|
||||
animation = {
|
||||
animation =
|
||||
{
|
||||
{
|
||||
filename = REMNANTSPATH .. "bio_garden_huge_remnant.png",
|
||||
line_length = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue