From 034b8918ca4f4c0d4e910095640eb31ada80a936 Mon Sep 17 00:00:00 2001 From: chochem <40274384+chochem@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:41:02 +0100 Subject: [PATCH] fix uua speed bonus (#17664) --- config/GregTech/MachineStats.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/GregTech/MachineStats.cfg b/config/GregTech/MachineStats.cfg index 9f8941c547..29693f2268 100644 --- a/config/GregTech/MachineStats.cfg +++ b/config/GregTech/MachineStats.cfg @@ -78,7 +78,7 @@ machine_stats { I:UUAPerUUM=1 # Speed bonus delivered by the UUA. [range: -2147483648 ~ 2147483647, default: 40] - I:UUASpeedBonus=40 + I:UUASpeedBonus=4 # Duration multiplier. [range: -2147483648 ~ 2147483647, default: 3215] I:durationMultiplier=3215