Skip to content

Commit

Permalink
Restore hydration cell recipe (#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
FourIsTheNumber authored Nov 16, 2024
1 parent 2b3a190 commit 5e37136
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5e37136

Please sign in to comment.