Skip to content

Commit

Permalink
move batteries to GT5U
Browse files Browse the repository at this point in the history
  • Loading branch information
boubou19 committed Aug 15, 2024
1 parent 621dc29 commit dd9c672
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 497 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/dreammaster/gthandler/GT_CustomLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ public Object getPipeL() {
private static final GT_Loader_Machines MachineLoader = new GT_Loader_Machines();
private static final GT_Loader_Materials MaterialLoader = new GT_Loader_Materials();
private static final GT_Loader_Wires WireLoader = new GT_Loader_Wires();
private static final GT_Loader_Batteries BatteryLoader = new GT_Loader_Batteries();
private static final GT_MachineRecipeLoader MachineRecipeLoader = new GT_MachineRecipeLoader();
private static final GT_CraftingRecipeLoader CraftingRecipeLoader = new GT_CraftingRecipeLoader();
private static final GT_Loader_OreDictionary OreDictionary = new GT_Loader_OreDictionary();
Expand All @@ -159,7 +158,6 @@ public void run() {
WireLoader.run();
ItemLoader.run();
MachineLoader.run();
BatteryLoader.run();
Remover.run();
OreDictionary.run();
MachineRecipeLoader.run();
Expand Down
Loading

0 comments on commit dd9c672

Please sign in to comment.