Skip to content

Commit

Permalink
gagreg and bw are now hard deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boubou19 committed Aug 25, 2024
1 parent b531c94 commit 72b97ce
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/main/java/com/dreammaster/main/MainRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,13 @@ public void load(FMLInitializationEvent event) {
PyrolyseOvenLoader.registerRecipes();
});

// Register Dimensions in GalacticGregGT5
if (GalactiGreg.isModLoaded()) {
if (BartWorks.isModLoaded()) {
GregTech_API.sAfterGTPostload.add(() -> {
Logger.debug("Add Runnable to GT to add Ores to BW VoidMiner in the DeepDark");
VoidMinerLoader.initDeepDark();
});
}
}
// Registering all ores for deep dark
GregTech_API.sAfterGTPostload.add(() -> {
Logger.debug("Add Runnable to GT to add Ores to BW VoidMiner in the DeepDark");
VoidMinerLoader.initDeepDark();
});


if (TwilightForest.isModLoaded()) {
TF_Loot_Chests.init();
}
Expand Down

0 comments on commit 72b97ce

Please sign in to comment.