diff --git a/src/main/java/org/violetmoon/quark/content/tweaks/module/AutomaticRecipeUnlockModule.java b/src/main/java/org/violetmoon/quark/content/tweaks/module/AutomaticRecipeUnlockModule.java index 8c864ab95..cb5128dde 100644 --- a/src/main/java/org/violetmoon/quark/content/tweaks/module/AutomaticRecipeUnlockModule.java +++ b/src/main/java/org/violetmoon/quark/content/tweaks/module/AutomaticRecipeUnlockModule.java @@ -33,7 +33,7 @@ import java.util.*; -@ZetaLoadModule(category = "tweaks") +@ZetaLoadModule(category = "tweaks", antiOverlap = "nerb") public class AutomaticRecipeUnlockModule extends ZetaModule { @Config(description = "A list of recipe names that should NOT be added in by default")