mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-27 16:01:37 +00:00
okay don't save IDE
This commit is contained in:
parent
12a0b6961b
commit
114567f94c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class MobBlocker extends FreedomService
|
||||||
}
|
}
|
||||||
if (((Attributable) entity).getAttribute(Attribute.GENERIC_MOVEMENT_SPEED).getBaseValue() > 10.0)
|
if (((Attributable) entity).getAttribute(Attribute.GENERIC_MOVEMENT_SPEED).getBaseValue() > 10.0)
|
||||||
{
|
{
|
||||||
((Attributable) entity).getAttribute(Attribute.GENERIC_FOLLOW_RANGE).setBaseValue(10.0);
|
((Attributable) entity).getAttribute(Attribute.GENERIC_MOVEMENT_SPEED).setBaseValue(10.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue