From 1272dd41e4e4a9d14a981271b6e209a5a0787fda Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 2 Sep 2025 15:10:15 +0200 Subject: [PATCH] Fix working visualisations for Bio Farm --- Bio_Industries_2/prototypes/Bio_Farm/entities.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bio_Industries_2/prototypes/Bio_Farm/entities.lua b/Bio_Industries_2/prototypes/Bio_Farm/entities.lua index 39e0f7f..f7464dc 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/entities.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/entities.lua @@ -219,8 +219,10 @@ data:extend({ priority = "high", width = 800, height = 800, + scale = 0.5, frame_count = 1, - shift = { 1, -2 } + shift = { 1, -2 }, + draw_as_light = true } } }