A Minecraft mod for Fabric that allows datapack and mods to modify loot tables instead of replacing them. Loot modification is applied at data loading, so there's no performance impact during gameplay.
Vanilla datapacks can only replace existing loot tables, which is not good for being compatible with other datapacks that also try to replace the same table.
This mod fixes that by implementing a system of loot modifiers, which do just that, modify loot (tables)!
Unlike some other mods (ahem KubeJS) which work by running code at runtime to intercept and change drops, Loot Table Modifier modifies the loot tables as they're loaded from datapacks.
This means that the mod will only hurt performance during data loading, but has no performance impact during gameplay!¹
This mod does nothing when installed on its own. There needs to be some sort of datapack present that uses loot modifiers.
If you are using some mod or datapack which depends on Loot Table Modifier, just download the latest version for the Minecraft version you use from the versions page and add it to your mods folder.
List of projects utilizing Loot Table Modifier:
Follow the documentation available here.
This mod is allowed to be used in Modrinth modpacks.
I don't think I can legally prevent redistribution when using the MIT license, but I'd really appreciate if the mod wouldn't be redistributed as part of a modpack on other platforms.
config/monkeylib538/telemetry.json or by running the /monkeylib538 telemetry set isEnabled false command.
Conversation