diff --git a/Bio_Industries_2/changelog.txt b/Bio_Industries_2/changelog.txt index 5986021..ed4afd2 100644 --- a/Bio_Industries_2/changelog.txt +++ b/Bio_Industries_2/changelog.txt @@ -1,10 +1,8 @@ --------------------------------------------------------------------------------------------------- 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 +Date: ???? + Changes: + - Updated Angels protyptes to new names --------------------------------------------------------------------------------------------------- Version: 2.0.31 Date: 10.12.2025 diff --git a/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua b/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua index a521bfb..b582626 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua @@ -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="angels-pellet-coke", amount=1}}, always_show_made_in = true, allow_decomposition = false, allow_as_intermediate = false, diff --git a/Bio_Industries_2/prototypes/Bio_Farm/entities.lua b/Bio_Industries_2/prototypes/Bio_Farm/entities.lua index 8ff75d9..fd8ee4e 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/entities.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/entities.lua @@ -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 = { diff --git a/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua b/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua index a36153f..a317852 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/recipe.lua @@ -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 = {