From 7adab384e153f4f3ec62258dc8b16470a1bf1c9d Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 4 Jul 2022 17:23:14 +0100 Subject: [PATCH] Updated brewing recipe format --- recipes/brewing.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/brewing.json b/recipes/brewing.json index ff227a0..e90c89d 100644 --- a/recipes/brewing.json +++ b/recipes/brewing.json @@ -2611,16 +2611,16 @@ "meta": 0, "name": "minecraft:dragon_breath" }, - "input_item_id": "minecraft:splash_potion", - "output_item_id": "minecraft:lingering_potion" + "input_item_name": "minecraft:splash_potion", + "output_item_name": "minecraft:lingering_potion" }, { "ingredient": { "meta": 0, "name": "minecraft:gunpowder" }, - "input_item_id": "minecraft:potion", - "output_item_id": "minecraft:splash_potion" + "input_item_name": "minecraft:potion", + "output_item_name": "minecraft:splash_potion" } ] }