diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-17 18:33:47 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-17 18:33:47 +0100 |
| commit | 0473971208eac8116dd0761e595d3a0a83d8e4ee (patch) | |
| tree | 95bcac4db216fb2554284b241f1db6e741b34076 /src/main/resources/data/minecraft | |
| parent | 32234ce4d1a08090357af81ac824ab42c0462065 (diff) | |
feat(): update to 1.21.11
Diffstat (limited to 'src/main/resources/data/minecraft')
| -rw-r--r-- | src/main/resources/data/minecraft/loot_table/gameplay/piglin_bartering.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ -65,6 +65,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",
"weight": 20,
"functions": [
|
