Skip to content

Commit

Permalink
Fated condenser nuke #1
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, coremod PR inbound)
  • Loading branch information
Alastors committed Dec 13, 2023
1 parent 80c7b2a commit 26b81a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ private RegisteredRecipes() {}
public static IArcaneRecipe recipeAuraPylonPeak;
public static IArcaneRecipe recipeArcanePackager;
public static IArcaneRecipe recipeKnowledgeBook;
public static IArcaneRecipe recipeEssentiaCompressor;

public static InfusionEnchantmentRecipe recipeRevealer;

Expand Down Expand Up @@ -809,25 +808,6 @@ public static void init() {
ItemStack waterCore = new ItemStack(RegisteredItems.itemAuraCore);
RegisteredItems.itemAuraCore.setCoreType(waterCore, ItemAuraCore.AuraCoreType.WATER);

RegisteredRecipes.recipeEssentiaCompressor = ThaumcraftApi.addArcaneCraftingRecipe(
Gadomancy.MODID.toUpperCase() + ".ESSENTIA_COMPRESSOR",
new ItemStack(RegisteredBlocks.blockEssentiaCompressor, 3),
new AspectList().add(Aspect.WATER, 190).add(Aspect.ORDER, 150).add(Aspect.ENTROPY, 120)
.add(Aspect.FIRE, 100).add(Aspect.AIR, 160).add(Aspect.EARTH, 60),
"LRL",
"TET",
"LCL",
'L',
new ItemStack(ConfigBlocks.blockMagicalLog),
'R',
new ItemStack(ConfigBlocks.blockCrystal, 1, 4),
'T',
new ItemStack(ConfigBlocks.blockTube, 1, 6),
'E',
new ItemStack(RegisteredItems.itemElement, 1, ItemElement.EnumElementType.DARKNESS.ordinal()),
'C',
waterCore);

RegisteredRecipes.multiblockEssentiaCompressor = Arrays.asList(
RegisteredRecipes.costsCompressorMultiblock,
1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ public static void init() {
new ResearchPage("gadomancy.research_page.ESSENTIA_COMPRESSOR.2"),
new ResearchPage(RegisteredRecipes.recipeElementVoid),
new ResearchPage("gadomancy.research_page.ESSENTIA_COMPRESSOR.4"),
new ResearchPage(RegisteredRecipes.recipeEssentiaCompressor),
new ResearchPage("gadomancy.research_page.ESSENTIA_COMPRESSOR.5"),
new ResearchPage("gadomancy.research_page.ESSENTIA_COMPRESSOR.6"),
new ResearchPage(RegisteredRecipes.multiblockEssentiaCompressor),
new ResearchPage("gadomancy.research_page.ESSENTIA_COMPRESSOR.8"),
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/gadomancy/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ gadomancy.research_page.ESSENTIA_COMPRESSOR.4=By assembling a reinforced shell a
gadomancy.research_page.ESSENTIA_COMPRESSOR.6=Due to the incredible amount of energy in the core of the Essentia Condenser, it cannot safely interact with pipes, nor can essentia be directly placed into the device by hand. Golems have to be used to insert the first bit of essentia into the condenser for it to start accepting on its own. Once essentia is stored however, the Condenser will actively pull in essentia from every available jar, reservoir, and mirror within 5 blocks of he device, however it only seems to pull from containers that have less essentia inside them than the main condenser. Although direct physical interaction with the Essentia Condenser is limited to golems, infusion altars as well any device that can pull from an essentia mirror can supply themselves.
gadomancy.research_page.ESSENTIA_COMPRESSOR.8=The Essentia Condenser, like most things that contain large amounts of liquid essentia, does not deal with large amounts of physical stress very well. If any of the blocks in the structure are broken while any essentia is contained inside, the entire device will violently explode, leaving a large amount of flux and taint behind. Unlike its slightly more tame counterpart, the essentia reservoir, if the Essentia Condenser has any essentia within, it will release enough destabilized flux to immediately taint the land.
gadomancy.research_page.ESSENTIA_COMPRESSOR.9=If an element of darkness is placed on an ancient pedestal near the condenser, the core of the condenser will consume it, allowing the condenser to increase its internal capacity by a reasonable amount. The highest point the capacity of the condenser can be pushed to with this method is 3000 per aspect.<LINE>You noticed while standing near the structure, that the pull of the Element of Darkness in the Condensers core is enough to gradually pull you closer. Could it be getting bigger? You don’t think so...hopefully...
gadomancy.research_page.ESSENTIA_COMPRESSOR.4=No Recipe, sorry. Try the Apiamancer's Drainer.

tc.research_name.GADOMANCY.NODE_MANIPULATOR=Node Manipulator
tc.research_text.GADOMANCY.NODE_MANIPULATOR=Almost like roulette
Expand Down

0 comments on commit 26b81a4

Please sign in to comment.