Adjusted the heights of some wearables

This commit is contained in:
Sollace 2022-07-05 22:50:31 +02:00
parent 737c368264
commit beddc3aabf
2 changed files with 2 additions and 2 deletions

View file

@ -34,6 +34,6 @@ public class Muffin extends AbstractGear implements IStackable {
@Override
public float getStackingHeight() {
return 0.5F;
return 0.45F;
}
}

View file

@ -33,6 +33,6 @@ public class Stetson extends AbstractGear implements IStackable {
@Override
public float getStackingHeight() {
return 0;
return 0.15F;
}
}