From e151f9fbf56f47a52e2925ead6e5ea20cdfed5a0 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sat, 5 Jul 2025 17:20:00 +0200 Subject: [PATCH] Fix hidden items --- Bio_Industries_2/prototypes/Bio_Farm/item.lua | 10 +++++----- Bio_Industries_2/prototypes/Bio_Garden/item.lua | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Bio_Industries_2/prototypes/Bio_Farm/item.lua b/Bio_Industries_2/prototypes/Bio_Farm/item.lua index 77ed59c..2e1e646 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/item.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/item.lua @@ -412,7 +412,7 @@ data:extend( icon_size = 64, } }, - flags = {"hidden"}, + hidden = true, subgroup = "terrain", order = "bi-arboretum-r1", stack_size = 1 @@ -430,7 +430,7 @@ data:extend( icon_size = 64, } }, - flags = {"hidden"}, + hidden = true, subgroup = "terrain", order = "bi-arboretum-r2", stack_size = 1 @@ -448,7 +448,7 @@ data:extend( icon_size = 64, } }, - flags = {"hidden"}, + hidden = true, subgroup = "terrain", order = "bi-arboretum-r3", stack_size = 1 @@ -466,7 +466,7 @@ data:extend( icon_size = 64, } }, - flags = {"hidden"}, + hidden = true, subgroup = "terrain", order = "bi-arboretum-r4", stack_size = 1 @@ -484,7 +484,7 @@ data:extend( icon_size = 64, } }, - flags = {"hidden"}, + hidden = true, subgroup = "terrain", order = "bi-arboretum-r5", stack_size = 1 diff --git a/Bio_Industries_2/prototypes/Bio_Garden/item.lua b/Bio_Industries_2/prototypes/Bio_Garden/item.lua index f92600b..e37f9fe 100644 --- a/Bio_Industries_2/prototypes/Bio_Garden/item.lua +++ b/Bio_Industries_2/prototypes/Bio_Garden/item.lua @@ -34,7 +34,7 @@ data:extend({ icon_size = 64, } }, - flags = {"hidden"}, + hidden = true, subgroup = "bio-bio-gardens-fluid", order = "bi-purified-air", stack_size = 100