mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 11:36:43 +01:00
We no longer actually need this
This commit is contained in:
parent
019a8da48d
commit
06f53ce7c2
1 changed files with 0 additions and 6 deletions
|
@ -131,12 +131,6 @@ public class EntityBehaviour<T extends Entity> {
|
|||
copyInventory(from, l);
|
||||
}
|
||||
|
||||
/*if (to instanceof RangedAttackMob) {
|
||||
ItemStack activeItem = from.getActiveItem();
|
||||
|
||||
((RangedAttackMob)to).setSwingingArms(!activeItem.isEmpty() && activeItem.getUseAction() == UseAction.BOW);
|
||||
}*/
|
||||
|
||||
if (to instanceof TameableEntity) {
|
||||
((TameableEntity)to).setSitting(from.isSneaking());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue