Merge pull request #2207 from abel1502/abel-hotfix-2025-06

Hotfix my big PR again
This commit is contained in:
HbmMods 2025-06-11 22:32:04 +02:00 committed by GitHub
commit f4af494d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ public class MachineFan extends BlockContainer implements IToolable, ITooltipPro
double coeff = push;
if(!falloff) {
if(falloff) {
double dist = e.getDistance(xCoord + 0.5, yCoord + 0.5, zCoord + 0.5);
coeff *= 1.5 * (1 - dist / range / 2);
}