Skip to content
Failed

Changes

Summary

  1. Fix getResourceAsStreamWithChildren querying parent classloaders (commit: a050033) (details)
Commit a0500337b11a97c6378372034594a9f2f6189b3b by Geolykt
Fix getResourceAsStreamWithChildren querying parent classloaders

The method will now query the classloader itself and it's children.

This change fixes an issue where the development environment wouldn't
properly apply mixins when launching through eclipse's launch system.
This mostly affects environments with asymmetric deobfuscation mappings,
as the resource on the classpath will not be remapped to the common
deobfuscation mapping, causing mixins to fail to apply at times.
(commit: a050033)
The file was modifiedsrc/main/java/net/minestom/server/extras/selfmodification/HierarchyClassLoader.java (diff)
The file was modifiedsrc/main/java/de/geolykt/starloader/launcher/MixinBytecodeProvider.java (diff)