From 5e3713627c58e4559100f09f09585c4bdfe94fb3 Mon Sep 17 00:00:00 2001 From: Mary <33456283+FourIsTheNumber@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:18:25 -0500 Subject: [PATCH] Restore hydration cell recipe (#3507) --- .../java/gregtech/loaders/postload/recipes/ExtractorRecipes.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/gregtech/loaders/postload/recipes/ExtractorRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/ExtractorRecipes.java index d51e6761fb8..fb6baaa77b4 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 void run() { 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))