Commit Graph

13 Commits

Author SHA1 Message Date
83c4771a65 Makes the triangle lines connect properly to their base 2023-07-04 15:15:59 +02:00
e528ce96b5 Adds several particle improvements
Adds a new sphere particle mode
Stores particle calculations for improved efficiency
Makes particles take the height of the launchpad block into account
Sets a limit for circular density as too many particles create visual glitches.
Makes the particle respawn time configurable
2023-07-04 15:12:26 +02:00
b558129944 Fixes pyramid particles having the wrong angle sometimes 2023-07-04 12:23:33 +02:00
7dd4718d72 Adds partially finished particle effects #7 2023-07-04 05:48:47 +02:00
bbfd22e046 Adds a launchpad material whitelist #8 2023-07-03 19:45:16 +02:00
4dd92c21ab Allows launchpads to launch in any direction
This change makes sure the launchpad will launch the player in their exact current direction unless overridden for the launchpad.
The direction is also now properly normalized, making sure the velocity won't be variable depending on how the direction is calculated.
2023-07-01 12:55:51 +02:00
d1d6f03ee2 Adds gitignore 2023-06-30 16:12:09 +02:00
c90e3e9a73 Decreases hit-box for solid block launchpads 2023-06-30 16:06:43 +02:00
394631c560 Adds README 2023-06-30 15:26:29 +02:00
e6bc5908f5 Improves launchpad hit detection #5 2023-06-30 15:14:27 +02:00
c6ecd8219b Fix for #2
In addition to allowing null to clear a value, this change makes sure launchpads store their actual velocities instead of the fallback, allowing value changes to update for all current launchpads.
A bug where a double parsing was checking for the wrong exception has been fixed.
2023-06-30 13:39:05 +02:00
11f969a3f8 Adds /launchpad abort #3 2023-06-30 13:06:48 +02:00
d9c9813994 Initial commit 2023-06-30 04:30:59 +02:00