Fixed Item.shouldCauseReequipAnimation hook.
This commit is contained in:
parent
2ca7cff075
commit
cc5dea0df6
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ public class ForgeHooksClient
|
||||||
changed = slot != slotMainHand;
|
changed = slot != slotMainHand;
|
||||||
slotMainHand = slot;
|
slotMainHand = slot;
|
||||||
}
|
}
|
||||||
return !from.getItem().shouldCauseReequipAnimation(from, to, changed);
|
return from.getItem().shouldCauseReequipAnimation(from, to, changed);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static BlockFaceUV applyUVLock(BlockFaceUV blockFaceUV, EnumFacing originalSide, ITransformation rotation)
|
public static BlockFaceUV applyUVLock(BlockFaceUV blockFaceUV, EnumFacing originalSide, ITransformation rotation)
|
||||||
|
|
Loading…
Reference in a new issue