From 8f0af00acc770d79595bdb10fee4fccd99f51355 Mon Sep 17 00:00:00 2001 From: Kejser Kagespiser Date: Sun, 12 Oct 2025 22:23:08 +0200 Subject: [PATCH] Fixed typo --- .../prototypes/Bio_Farm/technology.lua | 2 +- Bio_Industries_2/prototypes/Bio_Garden/recipe.lua | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Bio_Industries_2/prototypes/Bio_Farm/technology.lua b/Bio_Industries_2/prototypes/Bio_Farm/technology.lua index 494408b..303d06d 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/technology.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/technology.lua @@ -187,7 +187,7 @@ data:extend({ }, { type = "unlock-recipe", - recipe = "bi-bio-garden-lagre" + recipe = "bi-bio-garden-large" }, { type = "unlock-recipe", diff --git a/Bio_Industries_2/prototypes/Bio_Garden/recipe.lua b/Bio_Industries_2/prototypes/Bio_Garden/recipe.lua index 179b121..31afba6 100644 --- a/Bio_Industries_2/prototypes/Bio_Garden/recipe.lua +++ b/Bio_Industries_2/prototypes/Bio_Garden/recipe.lua @@ -34,10 +34,17 @@ data:extend({ --- Garden - Large(ENTITY) { type = "recipe", - name = "bi-bio-garden-lagre", - localised_name = {"entity-name.bi-bio-garden-lagre"}, - localised_description = {"entity-description.bi-bio-garden-lagre"}, - icons = { {icon = ICONPATH_E .. "bio_garden_large_icon.png", icon_size = 64, } }, + name = "bi-bio-garden-large", + localised_name = {"entity-name.bi-bio-garden-large"}, + localised_description = {"entity-description.bi-bio-garden-large"}, + icon = ICONPATH_E .. "bio_garden_large_icon.png", + icon_size = 64, + icons = { + { + icon = ICONPATH_E .. "bio_garden_large_icon.png", + icon_size = 64, + } + }, enabled = false, energy_required = 15, ingredients = { -- 2.39.5