Skip to content

Commit

Permalink
Fix draconic core ruin
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba6000 committed Oct 29, 2023
1 parent adfdd06 commit 22b3858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
+ "after:miscutils;"
+ "after:dreamcraft;"
+ "after:openmodularturrets;"
+ "after:EMT;"
+ "after:IronChest;")
public class GTNHIntergalactic {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,13 +847,13 @@ public static void addAsteroids() {
200);
}

if (Loader.isModLoaded("EMT")) {
if (Loader.isModLoaded("kubatech")) {
// Draconic Core Ruin
addRecipesToDrones(
null,
null,
new int[] { 100, 100, 9800 },
new ItemStack[] { GT_ModHandler.getModItem("EMT", "EMTItems", 1, 16),
new ItemStack[] { GT_ModHandler.getModItem("kubatech", "kubaitems", 1, 38),
GT_ModHandler.getModItem("DraconicEvolution", "draconicCore", 1, 0),
ItemList.ZPM.getWithCharge(1, Integer.MAX_VALUE - 1) },
1,
Expand Down

0 comments on commit 22b3858

Please sign in to comment.