mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Merge pull request #2207 from abel1502/abel-hotfix-2025-06
Hotfix my big PR again
This commit is contained in:
commit
f4af494d2a
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user