mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
Removed sleepy solly code.
This commit is contained in:
parent
9ad00347a9
commit
8fe228ae5a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class SaddleBags implements IModelPart {
|
||||||
rightBag.rotateAngleZ = -bodySwing;
|
rightBag.rotateAngleZ = -bodySwing;
|
||||||
|
|
||||||
// TODO: Interpolate
|
// TODO: Interpolate
|
||||||
dropAmount = (hangLow ? 0.15F : 0) * model.getSwingAmount();
|
dropAmount = hangLow ? 0.15F : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void sethangingLow(boolean veryLow) {
|
public void sethangingLow(boolean veryLow) {
|
||||||
|
|
Loading…
Reference in a new issue