Skip to content

Commit

Permalink
Remove dumb patch for LP
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 13, 2024
1 parent ce160db commit a26b61a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public static void registerTransformers() {
TransformerDelegate.registerExplicitTransformer(new LoadClassTransformer(),
"network.rs485.debug.OpenGLDebugger",
"logisticspipes.utils.StaticResolverUtil");
TransformerDelegate.registerExplicitTransformer(new LogisticsPipesTrigger(), "logisticspipes.asm.LogisticsPipesCoreLoader");
TransformerDelegate.registerExplicitTransformer(new StaticResolverUtilTransformer(), "logisticspipes.utils.StaticResolverUtil");
}
if (FugueConfig.modPatchConfig.enableEC){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class FugueConfig {
"""
)
public static ModPatchConfig modPatchConfig = new ModPatchConfig();
public static LogisticsPipesPreloadConfig LPPreloadConfig = new LogisticsPipesPreloadConfig();

@Config.Comment("""
About *static final field has no write access*
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a26b61a

Please sign in to comment.