Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Jan 15, 2025
1 parent e94350f commit be4726d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/reobf/proghatches/main/MyMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ public class MyMod {


if((Boolean)Launch.blackboard.get("fml.deobfuscatedEnvironment") ){
DualityInterface.class.getDeclaredFields();
/*DualityInterface.class.getDeclaredFields();
CraftFromPatternTask.class.getDeclaredFields();
NEECraftingHandler.class.getDeclaredFields();
GregTech5RecipeProcessor.class.getDeclaredFields();
FluidPatternTerminalRecipeTransferHandler.class.getDeclaredFields();
FluidPatternTerminalRecipeTransferHandler.class.getDeclaredFields();*/
/*CraftingCPUCluster.class.getDeclaredFields();
NBTTagCompound t=new NBTTagCompound();
AEFluidStack.create(new FluidStack(FluidRegistry.WATER,123).writeToNBT(t));
Expand Down

0 comments on commit be4726d

Please sign in to comment.