mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Increase base fan force
This commit is contained in:
parent
3733a8bee9
commit
79d510aefb
@ -81,7 +81,7 @@ public class MachineFan extends BlockContainer implements IToolable, ITooltipPro
|
||||
|
||||
int range = 10;
|
||||
int effRange = 0;
|
||||
double push = 0.1;
|
||||
double push = 0.15;
|
||||
|
||||
for(int i = 1; i <= range; i++) {
|
||||
Block block = worldObj.getBlock(xCoord + dir.offsetX * i, yCoord + dir.offsetY * i, zCoord + dir.offsetZ * i);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user