Chrissblock99 / SpellBend

Remaking the minecraft game SpellBend coded in skript by TrulyMango as a Java Plugin, with additional features and fixes.
GNU General Public License v3.0
3 stars 0 forks source link

fiery rage activation #21

Open Chrissblock99 opened 1 year ago

Chrissblock99 commented 1 year ago

the boost it gives is currently not implemented correctly, it is supposed to be 1 up 1 "forward" (sight direction)

Crum6le commented 1 year ago

can you give me a better explenation on this issue ?

Chrissblock99 commented 1 year ago

https://github.com/Chrissblock99/SpellBend/blob/master/src/main/java/me/chriss99/spellbend/spells/Fiery_Rage.java#L79 this should not do what it is doing right now instead it should set the velocity to one upwards plus the base vector (0, 0, 1) rotated by their head rotation you might have to use JOML for this