ShaneBeeStudios / McDeob

Re-mapping and deobfuscation tool for Minecraft
Apache License 2.0
178 stars 16 forks source link

Bumped to a reconstruct fork with ASM 9.1 to fix class read exception #11

Closed terminalsin closed 3 years ago

terminalsin commented 3 years ago

Title. Fork of reconstruct here on the temp-fix branch: https://github.com/terminalsin/Reconstruct/tree/temp-fix (Master is a WIP for merging to main)

ShaneBeee commented 3 years ago

and what exactly is the point of this PR?

terminalsin commented 3 years ago

Minecraft 1.17 is based and compiled on Java 16 (60.0 class version). Only ASM 9.0+ supports such class format. Hence, for Reconstruct and MCDeob to actually work with 1.17 and to properly remap it, this fix is imperative and a necessity.

This version was tested and worked. The one available on Spigot does not.

ShaneBeee commented 3 years ago

Im more confused why you're changing the dependency of this app, rather than just changing my fork of reconstruct.