mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Abort mission, abort mission! Expanded the wrong one.
This commit is contained in:
parent
1654a26ecd
commit
0d75285808
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ public class PonyArmor implements IModelWrapper, IEquestrianArmor {
|
|||
|
||||
@Override
|
||||
public void init() {
|
||||
outerLayer.init(0, 1);
|
||||
innerLayer.init(0, 0.55F);
|
||||
outerLayer.init(0, 1.05F);
|
||||
innerLayer.init(0, 0.5F);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue