Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Nov 19, 2024
1 parent 55f510e commit ea3bb48
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/java/reobf/proghatches/main/MyMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,10 @@ public class MyMod {
NBTTagCompound t=new NBTTagCompound();
AEFluidStack.create(new FluidStack(FluidRegistry.WATER,123).writeToNBT(t));
*/
try {
Class.forName("com.glodblock.github.client.gui.GuiInterfaceWireless$InterfaceWirelessEntry");
} catch (ClassNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}

}



instance = this;
}

Expand Down

0 comments on commit ea3bb48

Please sign in to comment.