Skip to content

Commit

Permalink
spotlessApply (#945)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub GTNH Actions <>
  • Loading branch information
github-actions[bot] authored Aug 25, 2024
1 parent 72b97ce commit 2b0acd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/dreammaster/main/MainRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import static gregtech.api.enums.Mods.BartWorks;
import static gregtech.api.enums.Mods.BloodMagic;
import static gregtech.api.enums.Mods.DetravScannerMod;
import static gregtech.api.enums.Mods.GalactiGreg;
import static gregtech.api.enums.Mods.Railcraft;
import static gregtech.api.enums.Mods.SGCraft;
import static gregtech.api.enums.Mods.Thaumcraft;
Expand Down Expand Up @@ -355,13 +354,12 @@ public void load(FMLInitializationEvent event) {
PyrolyseOvenLoader.registerRecipes();
});

// Registering all ores for deep dark
// 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 2b0acd3

Please sign in to comment.