mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-30 13:05:25 -05:00
* Fix ServerGamePacketListenerImpl Closes #165, closes #166 * Fix MixinGameRenderer by giving it an explicit ordering The Fabric API mixin uses the default priority of 1000, so we use 1100 priority to apply before it. This results in this bytecode structure, where "F" is the Fabric API injections, "A" is the Architectury API injections, and "M" is the Minecraft function being injected pre/post: `FAMAF`. * Fix MixinPhantomSpawner captures * Fix MixinPatrolSpawner captures * Fix MixinChunkSerializer captures