From 98126c599d309db5eca652314d96bcfff2091ecb Mon Sep 17 00:00:00 2001 From: Zsolt Molnar Date: Wed, 8 Jan 2025 00:43:37 +0100 Subject: [PATCH] Update village wizard chest loot table --- CHANGELOG.md | 4 +++ gradle.properties | 2 +- .../loot_table/chests/village_wizard.json | 32 +++++++++++++------ 3 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af60ee..24b88e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.2.4 + +- Update village wizard chest loot table + # 2.2.3 - Add spell scroll names diff --git a/gradle.properties b/gradle.properties index 790a2db..f1e1aed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ fabric_api_version=0.102.0+1.21.1 # Mod maven_group=net archives_base_name=wizards -mod_version=2.2.3 +mod_version=2.2.4 minecraft_compat_version=1.21 # Dependencies diff --git a/src/main/resources/data/wizards/loot_table/chests/village_wizard.json b/src/main/resources/data/wizards/loot_table/chests/village_wizard.json index 8679541..557c7b5 100644 --- a/src/main/resources/data/wizards/loot_table/chests/village_wizard.json +++ b/src/main/resources/data/wizards/loot_table/chests/village_wizard.json @@ -50,8 +50,8 @@ "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", - "min": 1, - "max": 12 + "min": 5, + "max": 16 }, "add": false } @@ -66,8 +66,8 @@ "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", - "min": 1, - "max": 12 + "min": 5, + "max": 16 }, "add": false } @@ -82,8 +82,8 @@ "function": "minecraft:set_count", "count": { "type": "minecraft:uniform", - "min": 1, - "max": 12 + "min": 5, + "max": 16 }, "add": false } @@ -105,6 +105,22 @@ } ] }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:lapis_lazuli", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "minecraft:uniform", + "min": 3, + "max": 5 + }, + "add": false + } + ] + }, { "type": "minecraft:item", "name": "wizards:wizard_robe_head" @@ -128,10 +144,6 @@ { "type": "minecraft:item", "name": "wizards:staff_wizard" - }, - { - "type": "minecraft:item", - "name": "minecraft:spyglass" } ] }