Skip to content

Commit

Permalink
dont use the ic2 fluidgen for the potentia gen
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem committed Sep 22, 2024
1 parent 9461701 commit 653747a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/dreammaster/scripts/ScriptEMT.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import gregtech.api.enums.OrePrefixes;
import gregtech.api.enums.TierEU;
import gregtech.api.util.GTOreDictUnificator;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;
import thaumcraft.api.ThaumcraftApi;
import thaumcraft.api.aspects.Aspect;
import thaumcraft.api.aspects.AspectList;
Expand Down Expand Up @@ -2814,7 +2815,7 @@ public void loadRecipes() {
new AspectList().add(Aspect.getAspect("potentia"), 48).add(Aspect.getAspect("permutatio"), 32)
.add(Aspect.getAspect("machina"), 16).add(Aspect.getAspect("praecantatio"), 32)
.add(Aspect.getAspect("metallum"), 32),
getModItem(IndustrialCraft2.ID, "blockGenerator", 1, 7, missing),
GregtechItemList.Generator_SemiFluid_LV.get(1),
new ItemStack[] { getModItem(Thaumcraft.ID, "FocusTrade", 1, 0, missing), ItemList.Emitter_MV.get(1L),
getModItem(Minecraft.ID, "hopper", 1, 0, missing), ItemList.Electric_Motor_MV.get(1L),
getModItem(IndustrialCraft2.ID, "blockElectric", 1, 7, missing),
Expand Down

0 comments on commit 653747a

Please sign in to comment.