Removed dispenser variation when firing muffins and rocks

This commit is contained in:
Sollace 2023-08-17 19:52:22 +01:00
parent 2841c8ab7b
commit 1305b972a5
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -25,6 +25,11 @@ public class HeavyProjectileItem extends ProjectileItem {
projectile.setPosition(position.getX(), position.getY(), position.getZ());
return projectile;
}
@Override
protected float getVariation() {
return 0;
}
});
}