mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
The 48, 8
This commit is contained in:
parent
f5b24c3258
commit
10f25a5b91
2 changed files with 2 additions and 4 deletions
|
@ -62,8 +62,8 @@ public class ModelPonyArmor extends AbstractPonyModel implements IModelArmor {
|
|||
bipedLeftArm = new PonyRenderer(this, 0, 16).flip();
|
||||
bipedRightArm = new PonyRenderer(this, 0, 16);
|
||||
|
||||
bipedLeftLeg = new PonyRenderer(this, 0, 16).flip();
|
||||
bipedRightLeg = new PonyRenderer(this, 0, 16);
|
||||
bipedLeftLeg = new PonyRenderer(this, 48, 8).flip();
|
||||
bipedRightLeg = new PonyRenderer(this, 48, 8);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
package com.minelittlepony.render;
|
||||
|
||||
import static net.minecraft.client.renderer.GlStateManager.color;
|
||||
|
||||
import com.minelittlepony.util.coordinates.Color;
|
||||
|
||||
import net.minecraft.client.Minecraft;
|
||||
|
|
Loading…
Reference in a new issue