From 104763481c074d04039da6e7550133fc91da7d91 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 26 Sep 2025 23:19:26 +0100 Subject: [PATCH] add gt matches to illage loot table --- .../chests/nordic_illager_smithy.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 186880c7e..5a12b6631 100644 --- a/kubejs/data/tfg/loot_tables/chests/nordic_illager_smithy.json +++ b/kubejs/data/tfg/loot_tables/chests/nordic_illager_smithy.json @@ -323,6 +323,22 @@ } ] }, + { + "type": "minecraft:item", + "name": "gtceu:matches", + "weight": 70, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8, + "min": 4 + }, + "function": "minecraft:set_count" + } + ] + }, { "type": "minecraft:item", "name": "minecraft:sentry_armor_trim_smithing_template",