From 5c7e7960270ef329f7c9e037d08adbf5ae2ba3d6 Mon Sep 17 00:00:00 2001 From: Frej Alexander Nielsen Date: Fri, 25 Aug 2023 20:17:31 +0200 Subject: [PATCH] 1.19.4 protocol fixes (#759) * Add explicitMaxDurability feature * Update bedrock features.json * Fix smithing_trim recipe * Fix smithing_trim recipe --------- Co-authored-by: Frej Alexander Nielsen Co-authored-by: extremeheat --- data/pc/1.19.4/protocol.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/pc/1.19.4/protocol.json b/data/pc/1.19.4/protocol.json index e0a760937..45d3ee6da 100644 --- a/data/pc/1.19.4/protocol.json +++ b/data/pc/1.19.4/protocol.json @@ -5115,16 +5115,16 @@ "container", [ { - "name": "base", + "name": "template", "type": "ingredient" }, { - "name": "addition", + "name": "base", "type": "ingredient" }, { - "name": "result", - "type": "slot" + "name": "addition", + "type": "ingredient" } ] ],