mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Slowed down cloud speed
Blast ring speed now kind of corresponds to block destruction speed...
This commit is contained in:
parent
4237435a09
commit
95e89df417
@ -57,14 +57,14 @@ public class EntityNukeCloudSmall extends Entity {
|
|||||||
this.age = 0;
|
this.age = 0;
|
||||||
this.setDead();
|
this.setDead();
|
||||||
}
|
}
|
||||||
ring += 0.1F;
|
ring += 0.03F;
|
||||||
|
|
||||||
if(age < 150)
|
if(age < 150)
|
||||||
{
|
{
|
||||||
height = -60F + ((age - 100) * 60 / 50);
|
height = -60F + ((age - 100) * 60 / 50);
|
||||||
if(scale < 1.5)
|
if(scale < 1.5)
|
||||||
{
|
{
|
||||||
scale += 0.02;
|
scale += 0.006f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user