1. I added GLM Global Loot Modifier to the system, that uses the same exact filters and configs that Loot Table Modifier uses, both modifier togglable and both can run at the same although stack size modifiers will stack, but custom loot tables won't stack. And I also made the filters to include any modded inject tables.
2. added some new configs a debug method GLM if its ON it will spawn a chest above the original chest without the modified loot, to debug what GLM removed. Now you can remove any craftable item also you can change weight quality of the Empty Stack used to replace the removed items and a new protection flag to skip any uncraftable items.
3. caching is removed because modded loot tables cant be serialized and saved by Minecraft base CODEC engine.
4. I added other.toml which is the config for the rest or a custom loot table, so I didn't leave a single table technically you can process all. Also added dynamic config generator incase you wanted to have a different config for specific mod or loot table inside the custom_loots_list.txt and found_loot_tables.txt file to know the names of all the tables in your modpack, you can target in 4 ways (contain , starts with , exact) with addable namespace, for each a config file is generated like chests and other configs.
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: -Loot Table Found: minecraft:chests/bastion_treasure
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - air-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(2,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - ancient_tome-ItemRarity:UNCOMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(25,no_stack)->(13,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - air-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(5,no_stack)->(3,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - air-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(9,no_stack)->(5,no_stack)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - netherite_ingot-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - ancient_debris-ItemRarity:COMMON
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - netherite_scrap-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(8,1.0)->(4,1.0)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - ancient_debris-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_sword-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------Randomly Kept diamond_sword and its Quality Modified: (weight,stmin,stmax)-(6,no_stack)->(3,no_stack)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_chestplate-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_helmet-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_leggings-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------Randomly Kept diamond_leggings and its Quality Modified: (weight,stmin,stmax)-(6,no_stack)->(3,no_stack)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_boots-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------Randomly Kept diamond_boots and its Quality Modified: (weight,stmin,stmax)-(6,no_stack)->(3,no_stack)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_sword-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_chestplate-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_helmet-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_boots-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_leggings-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond-ItemRarity:COMMON
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (ForceBlocked) - enchanted_golden_apple-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(2,1.0)->(1,1.0)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - spectral_arrow-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,12.0,25.0)->(1,6.0,12.5)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_block-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_block-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_ingot-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_ingot-ItemRarity:COMMON
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - crying_obsidian-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,3.0,5.0)->(1,1.5,2.5)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - quartz-ItemRarity:COMMON
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - gilded_blackstone-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,5.0,15.0)->(1,2.5,7.5)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - magma_cream-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,3.0,8.0)->(1,1.5,4.0)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - snout_armor_trim_smithing_template-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - netherite_upgrade_smithing_template-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - life_bottle-ItemRarity:UNCOMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(5,1.0,3.0)->(3,1.0,1.5)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_longsword-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_twinblade-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_rapier-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_cutlass-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_katana-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_glaive-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_warglaive-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_spear-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_sai-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_claymore-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_chakram-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_greataxe-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_greathammer-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_scythe-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - iron_halberd-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_longsword-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_twinblade-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_rapier-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_cutlass-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_katana-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_glaive-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_warglaive-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_spear-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------Randomly Kept gold_spear and its Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_sai-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_claymore-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_greathammer-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_chakram-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_greataxe-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_scythe-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - gold_halberd-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_longsword-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_twinblade-ItemRarity:COMMON
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------Randomly Kept diamond_twinblade and its Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_rapier-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_cutlass-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_katana-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_spear-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_glaive-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_warglaive-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_sai-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_claymore-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_greathammer-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_chakram-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_greataxe-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_scythe-ItemRarity:COMMON
[09:43:47] [Render thread/ERROR] [lootmodifier_k/]: ---Item Removed: (MainFilter) - diamond_halberd-ItemRarity:COMMON
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - thunderbrand-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - brimstone_claymore-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - slumbering_lichblade-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - shadowsting-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - dormant_relic-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - whisperwind-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - emberlash-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - waxweaver-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - hiveheart-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - stars_edge-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - wickpiercer-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - tempest-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - flamewind-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - ribboncleaver-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - caelestis-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - amphibious_hands-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - blaze_nucleus-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - blindfold-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - broken_ankh-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - broken_magnet-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - callus-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - cracked_crown-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - creeper_sense-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - dark_nelumbo-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - dragons_eye-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - electric_paddle-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - ethereal_wings-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - experience_battery-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - experience_magnet-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - explosion_proof_jacket-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - fate_emerald-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - fertilizer-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - four_leaf_clover-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - fractured_nullstone-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - fragile_cloud-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: ----Item Kept : (MainFilter) - ghast_eye-ItemRarity:EPIC
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: ------KeptItem Quality Modified: (weight,stmin,stmax)-(1,no_stack)->(1,no_stack)
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: -Table minecraft:chests/bastion_treasure Modified
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: --------------------------------------------------------------
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: -Loot Table Found: irons_spellbooks:chests/priest_house
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: -Table irons_spellbooks:chests/priest_house Modified
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: --------------------------------------------------------------
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: -Loot Table Found: graveyard:chests/brewing_loot
[09:43:47] [Render thread/WARN] [lootmodifier_k/]: -Table graveyard:chests/brewing_loot Modified
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: --------------------------------------------------------------
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: Saved 822 patched loot tables to config: \config\Loot Modifier (Chests)\_patched_loot_tables_cache.json
[09:43:47] [Render thread/INFO] [lootmodifier_k/]: Items Count In LootTables: 63205 -> Removed and Filtered Items: 31072 -> Kept Items: 32675 -> Randomly Kept Items: 887 this was at 3% I just got lucky to get 887