Skip to content

Commit

Permalink
update deps+wci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Sep 24, 2023
1 parent 3a6dd3e commit a3e7898
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
transformedMod("com.github.GTNewHorizons:Baubles:1.0.1.16:dev")
transformedMod("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-257-GTNH")
transformedMod("com.github.GTNewHorizons:Galacticraft:3.0.73-GTNH:dev")
transformedMod("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.24:dev")
transformedMod("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.25:dev")
transformedMod("com.github.GTNewHorizons:HungerOverhaul:1.0.4-GTNH:dev")
transformedMod("com.github.GTNewHorizons:MrTJPCore:1.1.4:dev") // Do not update, fixed afterwards
transformedMod("com.github.GTNewHorizons:Railcraft:9.15.0:dev") { exclude group: "thaumcraft", module: "Thaumcraft" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
import java.io.StringWriter;

import org.objectweb.asm.Opcodes;
import org.objectweb.asm.tree.*;
import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.ClassNode;
import org.objectweb.asm.tree.FieldInsnNode;
import org.objectweb.asm.tree.InsnList;
import org.objectweb.asm.tree.MethodInsnNode;
import org.objectweb.asm.tree.MethodNode;
import org.objectweb.asm.tree.TypeInsnNode;
import org.objectweb.asm.tree.VarInsnNode;
import org.objectweb.asm.util.Printer;
import org.objectweb.asm.util.Textifier;
import org.objectweb.asm.util.TraceMethodVisitor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.mitchej123.hodgepodge.util;

import java.util.*;
import java.util.ArrayDeque;
import java.util.ConcurrentModificationException;
import java.util.Deque;

import net.minecraft.nbt.NBTTagCompound;

Expand Down

0 comments on commit a3e7898

Please sign in to comment.