mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-04-01 01:05:27 +02: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) {
|
return new HeldItemFeature<WitchEntity, WitchPonyModel>(this) {
|
||||||
@Override
|
@Override
|
||||||
protected void preItemRender(WitchEntity entity, ItemStack drop, ModelTransformation.Mode transform, Arm hand, MatrixStack stack) {
|
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));
|
stack.multiply(Vec3f.POSITIVE_X.getDegreesQuaternion(10));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue