mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Added blast speed to missiles
Checks main config for blast speed
This commit is contained in:
parent
be1b059c35
commit
0ae9c55376
@ -28,7 +28,7 @@ public class EntityMissileMirv extends EntityMissileBaseAdvanced {
|
||||
entity.posY = this.posY;
|
||||
entity.posZ = this.posZ;
|
||||
entity.destructionRange = MainRegistry.missileRadius;
|
||||
entity.speed = 25;
|
||||
entity.speed = MainRegistry.blastSpeed;
|
||||
entity.coefficient = 10.0F;
|
||||
|
||||
this.worldObj.spawnEntityInWorld(entity);
|
||||
|
||||
@ -26,7 +26,7 @@ public class EntityMissileNuclear extends EntityMissileBaseAdvanced {
|
||||
entity.posY = this.posY;
|
||||
entity.posZ = this.posZ;
|
||||
entity.destructionRange = MainRegistry.missileRadius;
|
||||
entity.speed = 25;
|
||||
entity.speed = MainRegistry.blastSpeed;
|
||||
entity.coefficient = 10.0F;
|
||||
|
||||
this.worldObj.spawnEntityInWorld(entity);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user