mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Me stupid
This commit is contained in:
parent
57eba8e6ec
commit
9c3e6e2ce4
@ -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