- First version for Minecraft 1.10.2 available on Modrinth
- Fixed "Backing pool cannot be null!" issue with getPool().
- First version for Minecraft 1.11 available on Modrinth
- Removed debug print statements
- Fixed issue with getPool() and mod-added pools
- Fixed issues when calling addPool() and getPool() on the same pool
- Ignore frozen loot tables and loot pools silently
- Fixed NPE when using getPool() on a table that has no pools. LT now logs an error instead
- Fixed erroneous error when setting bonus rolls
- Implemented methods for adding empty loot entries
- Corrected incorrect log message for addPool()
- Replaced \mt loottables entity subcommand with \mt loottables target, which gets the loot table of the targeted entity. This is more accurate for entities that can have different loot tables depending on certain conditions(E.g sheep).
- First version for Minecraft 1.12.2 available on Modrinth
- Fixed NullPointerException when LootTweaker attempts to log issues with loot tables not created by the vanilla loot manager. Loot tables are now repaired before editing or dumping them.
- Fixed NullPointerException during server startup when other mods have ownerless event listeners. This is invalid, so it is logged.



