Skip to content

Commit

Permalink
Fix Silentlib
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Mar 19, 2024
1 parent dc200ca commit fbcde6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/cleanroommc/fugue/config/FugueConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ public class FugueConfig {
public static String[] remapTargets = new String[] {
"com.ldtteam.structurize.util.StructureUtils",
"git.jbredwards.fluidlogged_api.api.asm.IASMPlugin",
"net.silentchaos512.scalinghealth.proxy.ScalingHealthCommonProxy",
"net.silentchaos512.lib.config.ConfigBaseNew",
"net.silentchaos512.lib.tile.SyncVariable",
"appeng.me.GridStorage",
"net.creeperhost.minetogether.misc.Callbacks",
};
Expand Down

0 comments on commit fbcde6c

Please sign in to comment.