Closed mineLdiver closed 5 years ago
Can you attach your patch of Minecraft.java
?
Can’t atm, but I just added “ClassLoadingManager.INSTANCE.init(args, Side.CLIENT);” line as the first line in “main” that initializes StationLoader
Should be fixed as of #17 .
Will reopen if there's any more issues.
I made a small addition into net.minecraft.client.Minecraft (added a line in the “main” method), recompiled, reobfuscated, tried running it in MultiMC, but it failed. Then, I decompiled the reobfuscated code with Luyten and it wasn’t obfuscated at all.