From 2552f64a004d11f87b40b9919a9e97f8cd91899f Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Sun, 23 Jan 2022 22:43:10 +0300 Subject: [PATCH] build0004 --- trading/cleric_trades.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/trading/cleric_trades.json b/trading/cleric_trades.json index 33cd31e..b12f1e9 100644 --- a/trading/cleric_trades.json +++ b/trading/cleric_trades.json @@ -127,6 +127,26 @@ ] } ] + }, + { + "trades": [ + { + "wants": [ + { + "item": "minecraft:emerald", + "quantity": { + "min": 9, + "max": 11 + } + } + ], + "gives": [ + { + "item": "minecraft:potion_type:strong_healing" + } + ] + } + ] } ] }