aboutsummaryrefslogtreecommitdiff
path: root/src/mixin
AgeCommit message (Collapse)Author
2024-08-15Electric jukebox (#2827)Raven Szewczyk
* GT music system * Minor fix for some glitches when switching dimensions with P2Ps on both sides * Most features implemented except headphones * Implement wireless headphones * Disable debug mode * Spotless --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-07-27Optimize load time (#2774)Raven Szewczyk
* Load time optimization: replace recipe reflection with mixin accessor * Save an inner loop allocation in StaticRecipeChangeLoaders * Move Bauble event handler from individual items to GT++ proxy * Update mobs info with more optimizations
2024-07-27Switch to separateMixinSourceSet for 10x faster incremental builds (#2772)Raven Szewczyk
* Switch to separateMixinSourceSet for 10x faster incremental builds * Update version