PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

Make FMLLoadCompleteEvent call at the correct time on the client. #91

Closed cittyinthecloud closed 4 years ago

cittyinthecloud commented 4 years ago

This PR fixes #85 by calling FMLLoadCompleteEvent after MinecraftClient.init() is completed.