From 4db68dbda1cae73babcfbddc91456a06f89d0d94 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Thu, 14 Mar 2024 08:59:23 -0700 Subject: [PATCH] Fix witch water being crafted from Lava instead of Water --- .../recipes/barrel_fluid_transformation/witch_water.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generated/resources/data/exdeorum/recipes/barrel_fluid_transformation/witch_water.json b/src/generated/resources/data/exdeorum/recipes/barrel_fluid_transformation/witch_water.json index b7c53a37..6f730ca6 100644 --- a/src/generated/resources/data/exdeorum/recipes/barrel_fluid_transformation/witch_water.json +++ b/src/generated/resources/data/exdeorum/recipes/barrel_fluid_transformation/witch_water.json @@ -1,6 +1,6 @@ { "type": "exdeorum:barrel_fluid_transformation", - "base_fluid": "minecraft:lava", + "base_fluid": "minecraft:water", "byproducts": [ { "value": "minecraft:red_mushroom",