Description
one old school hack rename the mod file to a name to be last in your modlist that will make it run last for any modification to catch all the other mods modifiers.
Version: 3.0.0 Date: 4/22/2026 - 11:37 AM
I added a lot of new features and removed ton of bugs., this isn't final since I have been testing it only one week but, if I find any new recent bugs I will update the mod and post it here.
for more information read the info.txt in the mod's config folder, this is just a brief.
The Features:
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.
Description
this is a utility mod a powerful tool to modify the LootTables before opening a world without GlobalLootModifer I am modifying the actual tables, so no runtime modification, I added most of the types as well.
this mod's purpose is to work with modpacks to clear the heavy loots that makes the game too easy by providing end and mid game loots at the very beginning, so you can use as difficulty mod.
Features
the mod have a powerful filtering mechanic to remove certain items from the tables:
- foods
- tools
- weapons
- ores
- armors
while you can customize how they are removed with many extra option:
- protection systems using minecrafts Rarity System and NBT properties
- quality slider to modify the quality of all the items without removing them
- a random keep feature for the removed items to randomly keep items from the filters
- quality slider for randomly kept removed items
- ability to block and blacklist items
- ability to add an item pool all the tables
- blacklist certain tables or add item pool to certain tables or remove items from certain tables
- namespace specific modifiers and more
- many debugging options to see all the process when loading the tables
I added commands to find chests in one command run for debugging purposes.
- /findzone namespace:structure namespace:block_id finds and teleports you to it
- /findblock to find blocks
Compatibility
you don't have to start a new world for new config changes to take effect or for the mod to work, LootTables are assets think of them like resourcepacks, so you can change them whenever you want but always remember to delete the cache.
when the tables load modification runs once next time you open the world the cached tables will be used to make the process faster, this means each time you want to change a setting or anything you have to delete the cached loot tables.
you can modify the cached tables they are in a Json file inside the Loot Modifier (Chests) folder these are the tables meaning you can change them and modify them even furthur.
I ran the mod in a 500 mod modpack without any issues modified any mod that used loot tables with no exceptions.
Log Example:
[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
I mostly make mods like this utility mods to fix issues in mod packs, if want to follow me I might keep making new mods or what people suggests.
I already have another mod if you are interested:
https://www.curseforge.com/minecraft/mc-mods/x-mods-resources-manager
https://www.curseforge.com/minecraft/texture-packs/x-mods-resources
I will also make this available for the other versions as well if it become popular or if it get attention.
for now report in the comments if you run into any problems or have any suggestion.


