Skip to content

Commit

Permalink
Fix Missing Late Mixin Declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Dec 10, 2024
1 parent 4662f3a commit 7a01e0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class LabsLateMixinLoader implements ILateMixinLoader {
.put(LabsValues.CONTROLLING_MODID, true)
.put(LabsValues.DEFAULT_WORLD_GEN_MODID,
LabsConfig.modIntegration.enableDefaultWorldGenIntegration)
.put(LabsValues.DME_MODID, true)
.put(LabsValues.FTB_UTILS_MODID,
LabsConfig.modIntegration.enableFTBUtilsIntegration)
.put(LabsValues.TOP_ADDONS_MODID,
Expand Down

0 comments on commit 7a01e0d

Please sign in to comment.