SilkMC / silk

Silk is a Minecraft API for Kotlin - targetting Fabric, Quilt and Paper
https://silkmc.net/silk/docs/
GNU General Public License v3.0
100 stars 12 forks source link

Fix ServerEvents.postStart not called #46

Closed Krxwallo closed 1 year ago

Krxwallo commented 1 year ago

This PR fixes the MinecraftServer mixin so that the Events.Server.postStart event get's called (mixin target is broken since mc 1.19.4).

jakobkmar commented 1 year ago

Thanks a lot!