Slimefun-Addon-Community / Galactifun

A Slimefun addon inspired by ClayTech
GNU General Public License v3.0
22 stars 24 forks source link

Rocket launch animation #88

Closed zimzaza4 closed 3 years ago

zimzaza4 commented 3 years ago

Changes

add a launch animation to the rocket(maybe more cool)

Related Issues

none

Checklist

ProfElements commented 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.

zimzaza4 commented 3 years ago

should i load the chunk before remove the armorstand?

zimzaza4 commented 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.

Marker and Area Effect Cloud cannot wear a skull I use the rocket head to make the effect better (Instead of just spawning particles)

zimzaza4 commented 3 years ago

https://media.discordapp.net/attachments/809191847050084382/898204864339935242/1634218475566.mp4

Seggan commented 3 years ago

@Slimefun-Addon-Community/galactifun-devs, please give another approval

zimzaza4 commented 3 years ago

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