From 0473971208eac8116dd0761e595d3a0a83d8e4ee Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 17 Mar 2026 18:33:47 +0100 Subject: feat(): update to 1.21.11 --- .../minecraft/loot_table/gameplay/piglin_bartering.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/main/resources/data/minecraft/loot_table/gameplay/piglin_bartering.json') diff --git a/src/main/resources/data/minecraft/loot_table/gameplay/piglin_bartering.json b/src/main/resources/data/minecraft/loot_table/gameplay/piglin_bartering.json index 09f15e8..61599ab 100644 --- a/src/main/resources/data/minecraft/loot_table/gameplay/piglin_bartering.json +++ b/src/main/resources/data/minecraft/loot_table/gameplay/piglin_bartering.json @@ -63,6 +63,21 @@ } ] }, + { + "type": "minecraft:item", + "name": "minecraft:dried_ghast", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 9, + "max": 36 + } + } + ] + }, { "type": "minecraft:item", "name": "minecraft:quartz", -- cgit v1.2.3