mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Fixed witch drinking animation. Closes #202
This commit is contained in:
parent
6f9fd38cb0
commit
9a97227818
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class WitchRenderer extends PonyRenderer<WitchEntity, WitchPonyModel> {
|
|||
return new HeldItemFeature<WitchEntity, WitchPonyModel>(this) {
|
||||
@Override
|
||||
protected void preItemRender(WitchEntity entity, ItemStack drop, ModelTransformation.Mode transform, Arm hand, MatrixStack stack) {
|
||||
stack.translate(0, -0.3F, -0.8F);
|
||||
super.preItemRender(entity, drop, transform, hand, stack);
|
||||
stack.multiply(Vec3f.POSITIVE_X.getDegreesQuaternion(10));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue