Skip to content

Commit

Permalink
Default config for advshader
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Sep 13, 2024
1 parent b848c19 commit 81b1bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/cleanroommc/fugue/config/FugueConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public class FugueConfig {
@Config.Comment(
"""
ITweaker classes loaded in LCL will be defined in a different code source like file:jar:.
This will cause errors like java.lang.IllegalArgumentException: URI is not hierarchical
Add them to list could redirect their toURI() to a decent jar URL.
""")
@Config.Name("getCodeSource() Patching List")
Expand All @@ -187,6 +188,7 @@ Add them to list could redirect their toURI() to a decent jar URL.
"online.flowerinsnow.greatscrollabletooltips.tweaker.GreatScrollableTooltipsTweaker",
"com.wjx.kablade.mixin.KabladeMixinTweak",
"eos.moe.dragoncore.tweaker.ForgePlugin",
"advancedshader.core.Core",
};

@Config.Comment(
Expand Down

0 comments on commit 81b1bc0

Please sign in to comment.