mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed some issues that shouldn't have been there.
This commit is contained in:
parent
41580d058b
commit
9999282070
2 changed files with 0 additions and 4 deletions
|
@ -24,12 +24,10 @@ public class BatWings<T extends Model & IPegasus> extends PegasusWings<T> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void renderPart(float scale, UUID interpolatorId) {
|
public void renderPart(float scale, UUID interpolatorId) {
|
||||||
|
|
||||||
GlStateManager.pushMatrix();
|
GlStateManager.pushMatrix();
|
||||||
GlStateManager.scalef(1.3F, 1.3F, 1.3F);
|
GlStateManager.scalef(1.3F, 1.3F, 1.3F);
|
||||||
|
|
||||||
super.renderPart(scale, interpolatorId);
|
super.renderPart(scale, interpolatorId);
|
||||||
this.init(0, 0);
|
|
||||||
|
|
||||||
GlStateManager.popMatrix();
|
GlStateManager.popMatrix();
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,8 +26,6 @@ public class ChristmasHat extends AbstractGear {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init(float yOffset, float stretch) {
|
public void init(float yOffset, float stretch) {
|
||||||
this.cuboidList.clear();
|
|
||||||
|
|
||||||
left = new PonyRenderer(this, 0, 0).size(16, 8)
|
left = new PonyRenderer(this, 0, 0).size(16, 8)
|
||||||
.around(-7, 0.5F, 0.5F)
|
.around(-7, 0.5F, 0.5F)
|
||||||
.offset(-7, 0, 0)
|
.offset(-7, 0, 0)
|
||||||
|
|
Loading…
Reference in a new issue