Particle tweaks and fixes

This commit is contained in:
Electroblob
2018-06-24 16:12:40 +01:00
parent 55ae4b1161
commit ee3fca35bd
6 changed files with 10 additions and 6 deletions
@@ -46,7 +46,7 @@ public class EntityIceLance extends EntityMagicArrow {
if(this.world.isRemote){
for(int j = 0; j < 10; j++){
ParticleBuilder.create(Type.ICE, this.rand, this.posX, this.posY, this.posZ, 0.5, true)
.lifetime(20 + rand.nextInt(10)).spawn(world);
.lifetime(20 + rand.nextInt(10)).gravity(true).spawn(world);
}
}
// Parameters for sound: sound event name, volume, pitch.