Releases: Juuxel/unprotect
Releases · Juuxel/unprotect
Unprotect 1.3.0
Unprotect 1.2.0
Added
- System property
unprotect.mappings
for specifying mapping zip location
Changed
- Minimum Log4J API downgraded to 2.11.0
Unprotect 1.1.0
Added
- System property
unprotect.target
(UnprotectLaunchPlugin.TARGET_SYSTEM_PROPERTY`) for configuring how to apply Unprotectall
: enabled for every class (default behaviour in 1.0)minecraft+forge
: enabled for Minecraft and Forge classes only (new default behaviour in 1.1)- This is determined based on Tiny v2 mappings located on the classpath at
/mappings/mappings.tiny
, or if that is absent, based on the package namesnet.minecraft.*
andcom.mojang.*
.net.minecraftforge.*
is always included.
- This is determined based on Tiny v2 mappings located on the classpath at
none
: completely disabled
Changed
- Unprotect jars are now multi-release jars
- module-info is now in
META-INF/versions/16
- module-info now contains the Unprotect version
Fixed
- Applying to mod classes by default, causing issues with hot swap