Commit Graph

9 Commits

Author SHA1 Message Date
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