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 } } }