TheKodeToad/loading-fixes #7
|
@ -16,6 +16,6 @@ breaks = [
|
|||
]
|
||||
|
||||
[nonsense.extensions]
|
||||
pre_launch = "org/ecorous/esnesnon/nonsense/loader/example/ExamplePreLaunchExtension"
|
||||
pre_launch = "org.ecorous.esnesnon.nonsense.loader.example.ExamplePreLaunchExtension"
|
||||
mixin_config = "example_mod.mixins.json"
|
||||
|
||||
|
|
|
@ -37,6 +37,8 @@ public class Launcher {
|
|||
instance = this;
|
||||
this.env = env;
|
||||
targetClassLoader = new MixinClassLoader();
|
||||
targetClassLoader.excludePackage("org.slf4j");
|
||||
targetClassLoader.excludePackage("org.spongepowered");
|
||||
targetClassLoader.excludePackage("org.apache.logging");
|
||||
targetClassLoader.excludePackage("org.ecorous.esnesnon.nonsense.loader.impl.launch");
|
||||
targetClassLoader.excludePackage("org.ecorous.esnesnon.nonsense.loader.api.env");
|
||||
|
|
Loading…
Reference in a new issue