Skip to content

Commit

Permalink
Essentia Condenser Nuke #2
Browse files Browse the repository at this point in the history
As promised, the second something that could feasibly replace the condenser gets introduced, I'd nuke the condenser, here that is.

I'm going to leave the condenser itself in-tact as a block in-case someone actually wants to fix it in the future (this just removes the recipe replacements from coremod, base recipes were handled as well)

Sister PR to:
GTNewHorizons/MagicBees#34
and
GTNewHorizons/Gadomancy#26
  • Loading branch information
Alastors committed Dec 13, 2023
1 parent 24c2204 commit 4f5bc50
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/main/java/com/dreammaster/scripts/ScriptGadomancy.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public void loadRecipes() {
TCHelper.removeArcaneRecipe(getModItem(Gadomancy.ID, "BlockAuraPylon", 1, 0, missing));
TCHelper.removeArcaneRecipe(getModItem(Gadomancy.ID, "BlockAuraPylon", 1, 1, missing));
TCHelper.removeArcaneRecipe(getModItem(Gadomancy.ID, "BlockKnowledgeBook", 1, 0, missing));
TCHelper.removeArcaneRecipe(getModItem(Gadomancy.ID, "BlockEssentiaCompressor", 3, 0, missing));
ThaumcraftApi.addInfusionCraftingRecipe(
"GADOMANCY.GOLEMSILVERWOOD",
getModItem(Gadomancy.ID, "itemSilverwoodGolemPlacer", 1, 8, missing),
Expand Down Expand Up @@ -656,33 +655,6 @@ public void loadRecipes() {
.add(Aspect.getAspect("aer"), 6).add(Aspect.getAspect("lucrum"), 3));
TCHelper.setResearchComplexity("GADOMANCY.KNOWLEDGE_BOOK", 3);
ThaumcraftApi.addWarpToResearch("GADOMANCY.KNOWLEDGE_BOOK", 4);
ThaumcraftApi.addArcaneCraftingRecipe(
"GADOMANCY.ESSENTIA_COMPRESSOR",
getModItem(Gadomancy.ID, "BlockEssentiaCompressor", 1, 0, missing),
new AspectList().add(Aspect.getAspect("aer"), 180).add(Aspect.getAspect("aqua"), 200)
.add(Aspect.getAspect("ignis"), 120).add(Aspect.getAspect("terra"), 100)
.add(Aspect.getAspect("perditio"), 140).add(Aspect.getAspect("ordo"), 160),
"abc",
"def",
"ghi",
'a',
getModItem(Thaumcraft.ID, "blockTube", 1, 6, missing),
'b',
getModItem(Thaumcraft.ID, "blockCrystal", 1, 4, missing),
'c',
getModItem(Thaumcraft.ID, "blockTube", 1, 6, missing),
'd',
getModItem(Thaumcraft.ID, "blockMagicalLog", 1, 0, missing),
'e',
getModItem(Gadomancy.ID, "ItemElement", 1, 0, missing),
'f',
getModItem(Thaumcraft.ID, "blockMagicalLog", 1, 0, missing),
'g',
getModItem(Thaumcraft.ID, "blockTube", 1, 6, missing),
'h',
getModItem(Gadomancy.ID, "ItemAuraCore", 1, 3, missing),
'i',
getModItem(Thaumcraft.ID, "blockTube", 1, 6, missing));
TCHelper.setResearchAspects(
"GADOMANCY.ESSENTIA_COMPRESSOR",
new AspectList().add(Aspect.getAspect("vacuos"), 21).add(Aspect.getAspect("perditio"), 18)
Expand Down

0 comments on commit 4f5bc50

Please sign in to comment.