mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Adjusted the heights of some wearables
This commit is contained in:
parent
737c368264
commit
beddc3aabf
2 changed files with 2 additions and 2 deletions
|
@ -34,6 +34,6 @@ public class Muffin extends AbstractGear implements IStackable {
|
|||
|
||||
@Override
|
||||
public float getStackingHeight() {
|
||||
return 0.5F;
|
||||
return 0.45F;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ public class Stetson extends AbstractGear implements IStackable {
|
|||
|
||||
@Override
|
||||
public float getStackingHeight() {
|
||||
return 0;
|
||||
return 0.15F;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue