Skip to content

Commit

Permalink
ForgeEssential default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Sep 13, 2024
1 parent 32c6435 commit 3d0b1f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/cleanroommc/fugue/config/FugueConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public class FugueConfig {

@Config.Comment(
"""
Foundation comes with some ABI changes.
Foundation (the LaunchWrapper under Java 21+) comes with some ABI changes.
If you got a crash says some methods/fields in LaunchClassLoader not found, that's the remapper you want.
As a workaround, These targets will be redirected to new API.""")
@Config.Name("Launch Wrapper API Change Patching List")
Expand All @@ -153,6 +153,7 @@ public class FugueConfig {
"com.cleanroommc.groovyscript.sandbox.transformer.AsmDecompileHelper",
"com.cleanroommc.modularui.core.ModularUICore",
"openeye.logic.ModMetaCollector",
"com.forgeessentials.core.preloader.asminjector.ASMUtil",
};

@Config.Comment(
Expand Down Expand Up @@ -189,6 +190,7 @@ Add them to list could redirect their toURI() to a decent jar URL.
"com.wjx.kablade.mixin.KabladeMixinTweak",
"eos.moe.dragoncore.tweaker.ForgePlugin",
"advancedshader.core.Core",
"com.forgeessentials.core.preloader.FELaunchHandler",
};

@Config.Comment(
Expand Down

0 comments on commit 3d0b1f4

Please sign in to comment.