From f818677b2ea4d2e9a022b99f7ce7699807ceeee6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 4 Oct 2025 22:59:15 +0100 Subject: [PATCH] reduced amount of loot in illages --- .../tfg/loot_tables/chests/nordic_illager_basic.json | 4 ++-- .../loot_tables/chests/nordic_illager_smithy.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kubejs/data/tfg/loot_tables/chests/nordic_illager_basic.json b/kubejs/data/tfg/loot_tables/chests/nordic_illager_basic.json index 8116d5692..bf83db0c2 100644 --- a/kubejs/data/tfg/loot_tables/chests/nordic_illager_basic.json +++ b/kubejs/data/tfg/loot_tables/chests/nordic_illager_basic.json @@ -600,8 +600,8 @@ ], "rolls": { "type": "minecraft:uniform", - "max": 12, - "min": 8 + "max": 10, + "min": 6 } } ] diff --git a/kubejs/data/tfg/loot_tables/chests/nordic_illager_smithy.json b/kubejs/data/tfg/loot_tables/chests/nordic_illager_smithy.json index 5a12b6631..872bcd9a9 100644 --- a/kubejs/data/tfg/loot_tables/chests/nordic_illager_smithy.json +++ b/kubejs/data/tfg/loot_tables/chests/nordic_illager_smithy.json @@ -342,22 +342,22 @@ { "type": "minecraft:item", "name": "minecraft:sentry_armor_trim_smithing_template", - "weight": 10 + "weight": 7 }, { "type": "minecraft:item", "name": "minecraft:vex_armor_trim_smithing_template", - "weight": 10 + "weight": 7 }, { "type": "minecraft:item", "name": "minecraft:wild_armor_trim_smithing_template", - "weight": 10 + "weight": 7 }, { "type": "minecraft:item", "name": "minecraft:coast_armor_trim_smithing_template", - "weight": 10 + "weight": 7 }, { "type": "minecraft:item", @@ -367,8 +367,8 @@ ], "rolls": { "type": "minecraft:uniform", - "max": 12, - "min": 8 + "max": 10, + "min": 6 } } ]