Nothing too special. Some performance changes from a test branch have been merged in, reducing the impact to TPS traincarts has. (train physics)
- RailLookup cache replaces three other caches, eliminating a lot of unneeded hashmap lookups for business logic
- Fix 'excessive velocity' warnings from paper during collision mode push
- Fix players falling through the platform attachment (when going down) since MC 1.17 due to client-side bug (workaround)
- Fix weird issue of unloaded trains sticking around where they shouldn't, causing error in /train list. Is now cleaned up with some extra guards.