mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Whitespace
This commit is contained in:
parent
9d5c6d1a37
commit
03b558bb8f
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ public class ModelEarthPony extends AbstractPonyModel {
|
||||||
super.shakeBody(move, swing, bodySwing, ticks);
|
super.shakeBody(move, swing, bodySwing, ticks);
|
||||||
saddlebags.setRotationAndAngles(rainboom, move, swing, bodySwing, ticks);
|
saddlebags.setRotationAndAngles(rainboom, move, swing, bodySwing, ticks);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void renderBody(Entity entity, float move, float swing, float ticks, float headYaw, float headPitch, float scale) {
|
protected void renderBody(Entity entity, float move, float swing, float ticks, float headYaw, float headPitch, float scale) {
|
||||||
super.renderBody(entity, move, swing, ticks, headYaw, headPitch, scale);
|
super.renderBody(entity, move, swing, ticks, headYaw, headPitch, scale);
|
||||||
|
|
||||||
if (isWearing(PonyWearable.SADDLE_BAGS)) {
|
if (isWearing(PonyWearable.SADDLE_BAGS)) {
|
||||||
saddlebags.renderPart(scale);
|
saddlebags.renderPart(scale);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue