From a348f84ebbfabe17ab68d1b5972b272dc1e55844 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 7 Jan 2025 10:22:26 +0100 Subject: [PATCH] Fix too slow belt animation --- lignumis/prototypes/content/wood-logistics.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lignumis/prototypes/content/wood-logistics.lua b/lignumis/prototypes/content/wood-logistics.lua index 50d4fa9..47e33f4 100644 --- a/lignumis/prototypes/content/wood-logistics.lua +++ b/lignumis/prototypes/content/wood-logistics.lua @@ -5,6 +5,7 @@ Belt.EntityBuilder:new() :itemsPerSecond(7.5) :nextTier("") :undergroundDistance(4) + :animationSpeedMultiplier(1.01) :apply({ transportBelt = { emissions_per_second = { noise = 0.01 }