ModificationStation / 1.7.3-LTS

A modification of MCP to provide a "Long Term Service" patch for Minecraft Beta 1.7.3
40 stars 15 forks source link

Reobfuscation doesn’t work #15

Closed mineLdiver closed 5 years ago

mineLdiver commented 5 years ago

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.

Dereku commented 5 years ago

Can you attach your patch of Minecraft.java?

mineLdiver commented 5 years ago

Can’t atm, but I just added “ClassLoadingManager.INSTANCE.init(args, Side.CLIENT);” line as the first line in “main” that initializes StationLoader

Johnanater commented 5 years ago

Should be fixed as of #17 .

Will reopen if there's any more issues.