Closed zimzaza4 closed 3 years ago
Don't use an armor stand for spawning particles, use something like a Marker or Area Effect Cloud. they are much less intensive then an Armor Stand. I dont if we need the rocket head to be part of the animation since it supposed to go with the player.
should i load the chunk before remove the armorstand?
Don't use an armor stand for spawning particles, use something like a Marker or Area Effect Cloud. they are much less intensive then an Armor Stand. I dont if we need the rocket head to be part of the animation since it supposed to go with the player.
Marker and Area Effect Cloud cannot wear a skull I use the rocket head to make the effect better (Instead of just spawning particles)
@Slimefun-Addon-Community/galactifun-devs, please give another approval
Location rocketLocation = rocket.getLocation().add(0.5, 0, 0.5);
(57 line)
please help me change it to add(0.5, -1, 0.5)
i forget it
thanks
Changes
add a launch animation to the rocket(maybe more cool)
Related Issues
none
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values