From 0ed01e7dc9eaa1889af27f3e130f9c605677f5c7 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 31 Aug 2025 19:19:47 +0200 Subject: [PATCH] Fix icon paths --- .../prototypes/Bio_Farm/compatible_recipes.lua | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua b/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua index 5c1fe4e..c96cefe 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/compatible_recipes.lua @@ -2,7 +2,7 @@ local BioInd = require('common')('Bio_Industries_2') local ICONPATH = BioInd.modRoot .. "/graphics/icons/" local ICONPATH_BA = BioInd.modRoot .. "/graphics/icons/mod_bobangels/" local ICONPATH_AAI = BioInd.modRoot .. "/graphics/icons/mod_aai/" -local ICONPATH_AAI = BioInd.modRoot .. "/graphics/icons/mod_krastorio/" +local ICONPATH_KR = BioInd.modRoot .. "/graphics/icons/mod_krastorio/" local ICONPATHMIPS = BioInd.modRoot .. "/graphics/icons/mips/" data:extend({ @@ -226,16 +226,6 @@ if data.raw.fluid["water-yellow-waste"] and mods["angelspetrochem"] then {"recipe-description.bi-biomass-conversion-4-yellow-waste"} end --- Krastorio -if mods["Krastorio"] then - -- Replace liquid air with oxygen in Algae Biomass conversion 2 and 3 - thxbob.lib.recipe.replace_ingredient("bi-fertilizer-1", "nitrogen", "k-nitrogen") - thxbob.lib.recipe.replace_ingredient("bi-fertilizer-2", "nitrogen", "k-nitrogen") - - thxbob.lib.recipe.replace_ingredient("bi-biomass-2", "liquid-air", "k-oxygen") - thxbob.lib.recipe.replace_ingredient("bi-biomass-3", "liquid-air", "k-oxygen") -end - -- Krastorio2 if mods["Krastorio2"] or mods["Krastorio2-spaced-out"] then