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 } } ]