From 142a83b007cf3c867bd474ac6141aca67fb80a14 Mon Sep 17 00:00:00 2001 From: patience Date: Tue, 21 Oct 2025 12:22:04 +0100 Subject: [PATCH] Fixed certain villager tables --- .../loot_tables/chests/village/village_weaponsmith.json | 8 ++++---- data/minecraft/villager/professions/armorer.json | 2 +- data/minecraft/villager/professions/weaponsmith.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/minecraft/loot_tables/chests/village/village_weaponsmith.json b/data/minecraft/loot_tables/chests/village/village_weaponsmith.json index e158bfa..bb4b27b 100644 --- a/data/minecraft/loot_tables/chests/village/village_weaponsmith.json +++ b/data/minecraft/loot_tables/chests/village/village_weaponsmith.json @@ -96,22 +96,22 @@ }, { "type": "minecraft:item", - "name": "minecraft:stone_chestplate", + "name": "minecraft:leather_chestplate", "weight": 5 }, { "type": "minecraft:item", - "name": "minecraft:stone_helmet", + "name": "minecraft:leather_helmet", "weight": 5 }, { "type": "minecraft:item", - "name": "minecraft:stone_leggings", + "name": "minecraft:leather_leggings", "weight": 5 }, { "type": "minecraft:item", - "name": "minecraft:stone_boots", + "name": "minecraft:leather_boots", "weight": 5 }, { diff --git a/data/minecraft/villager/professions/armorer.json b/data/minecraft/villager/professions/armorer.json index 22f8561..33261c9 100644 --- a/data/minecraft/villager/professions/armorer.json +++ b/data/minecraft/villager/professions/armorer.json @@ -8,7 +8,7 @@ "trades": [ { "sells": {"item": "emerald","count": 1}, - "wants": [{"item": "tinkers_construct:cobalt_ingot","count":2}] + "wants": [{"item": "tconstruct:cobalt_ingot","count":2}] }, { "sells": {"item": "golden_helmet","functions":[{"function":"enchant_randomly"}],"count": 1}, diff --git a/data/minecraft/villager/professions/weaponsmith.json b/data/minecraft/villager/professions/weaponsmith.json index 60aa169..0ec0cc4 100644 --- a/data/minecraft/villager/professions/weaponsmith.json +++ b/data/minecraft/villager/professions/weaponsmith.json @@ -7,7 +7,7 @@ }, "trades": [ { - "sells": {"item": "","count": 1}, + "sells": {"item": "emerald","count": 1}, "wants": [{"item": "diamond","count":4}] }, {