From 7f941cb5b69f7d877f056ce63842f5f63b01c321 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 2 Sep 2025 21:46:38 +0200 Subject: [PATCH] Fix working visualisations for Bio Nursery --- Bio_Industries_2/prototypes/Bio_Farm/entities.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bio_Industries_2/prototypes/Bio_Farm/entities.lua b/Bio_Industries_2/prototypes/Bio_Farm/entities.lua index f7464dc..3ca25d3 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/entities.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/entities.lua @@ -331,7 +331,8 @@ data:extend({ frame_count = 10, scale = 0.5, animation_speed = 0.1, - shift = { 0, 0.5 } + shift = { 0, -0.5 }, + draw_as_light = true } } }