mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +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);
|
copyInventory(from, l);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if (to instanceof RangedAttackMob) {
|
|
||||||
ItemStack activeItem = from.getActiveItem();
|
|
||||||
|
|
||||||
((RangedAttackMob)to).setSwingingArms(!activeItem.isEmpty() && activeItem.getUseAction() == UseAction.BOW);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
if (to instanceof TameableEntity) {
|
if (to instanceof TameableEntity) {
|
||||||
((TameableEntity)to).setSitting(from.isSneaking());
|
((TameableEntity)to).setSitting(from.isSneaking());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue