mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Removed dispenser variation when firing muffins and rocks
This commit is contained in:
parent
2841c8ab7b
commit
1305b972a5
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue