aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMary <33456283+FourIsTheNumber@users.noreply.github.com>2024-11-16 12:18:25 -0500
committerGitHub <noreply@github.com>2024-11-16 17:18:25 +0000
commit5e3713627c58e4559100f09f09585c4bdfe94fb3 (patch)
treecc246775fe6d20d92732075d6f552e089c42528b /src
parent2b3a190ed3a3f7821baba7489117592f33c29f5e (diff)
downloadGT5-Unofficial-5e3713627c58e4559100f09f09585c4bdfe94fb3.tar.gz
GT5-Unofficial-5e3713627c58e4559100f09f09585c4bdfe94fb3.tar.bz2
GT5-Unofficial-5e3713627c58e4559100f09f09585c4bdfe94fb3.zip
Restore hydration cell recipe (#3507)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/loaders/postload/recipes/ExtractorRecipes.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/loaders/postload/recipes/ExtractorRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/ExtractorRecipes.java
index d51e6761fb..fb6baaa77b 100644
--- a/src/main/java/gregtech/loaders/postload/recipes/ExtractorRecipes.java
+++ b/src/main/java/gregtech/loaders/postload/recipes/ExtractorRecipes.java
@@ -39,6 +39,7 @@ public class ExtractorRecipes implements Runnable {
addExtractionRecipe(new ItemStack(Blocks.brick_block, 1), new ItemStack(Items.brick, 4));
addExtractionRecipe(new ItemStack(Blocks.nether_brick, 1), new ItemStack(Items.netherbrick, 4));
addExtractionRecipe(new ItemStack(Blocks.snow, 1), new ItemStack(Items.snowball, 4));
+ addExtractionRecipe(ItemList.Cell_Water.get(1), getIC2Item("hydratingCell", 1));
GTValues.RA.stdBuilder()
.itemInputs(ItemList.Battery_SU_LV_SulfuricAcid.get(1L))