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" + } + ] + } + ] } ] }