Перейти к содержимому
Mineforgian

Loot Table Modifier

A Minecraft mod for Fabric and NeoForge 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.

284K загрузок29 подписчиковMITfabricneoforge

Обновлён 23 июня 2026 г. · опубликован 15 декабря 2024 г.

Loot Table Modifier

Chat with me on Discord Available on Modrinth Check out the Repository
Requires MonkeyLib538
Read the Documentation

Why?

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!¹

¹ Except when you make zombies drop a bajillion stacks of diamonds or something crazy like that, but that's really not the mod's fault 😅

Usage

Players

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:

  • Withered Bone Meal
  • I don't know of any more yet 😅 Please do hit me up on discord, make an issue/pr on the repository or something if you wanna add your project here :D

Mod, Modpack or Datapack developers

Follow the documentation available here.

This mod is of course allowed to be used in Modrinth modpacks.

This mod collects anonymous usage statistics, read more about what's collected here. No personally identifiable data is stored. Telemetry can be disabled by modifying the config at config/monkeylib538/telemetry.json or by running the /monkeylib538 telemetry set isEnabled false command.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.2.0+fabric+26.1Релиз26.1, 26.1.1, 26.1.2, 26.2fabric23 июня 2026 г..jar (145 КБ)
2.2.0+neoforge+26.1Релиз26.1, 26.1.1, 26.1.2, 26.2neoforge23 июня 2026 г..jar (144 КБ)
2.0.0-beta.4+java17+1.20.1Бета1.20.1fabric24 мая 2026 г..jar (144 КБ)
2.1.0+fabric+26.1Релиз26.1, 26.1.1, 26.1.2fabric31 марта 2026 г..jar (155 КБ)
2.1.0+neoforge+26.1Релиз26.1, 26.1.1, 26.1.2neoforge31 марта 2026 г..jar (153 КБ)
2.0.1+neoforge+26.1Релиз26.1neoforge30 марта 2026 г..jar (152 КБ)
2.0.1+fabric+26.1Релиз26.1fabric30 марта 2026 г..jar (155 КБ)
2.0.0+neoforge+1.21.2Релиз1.21.2, 1.21.3neoforge14 февраля 2026 г..jar (148 КБ)
2.0.0+neoforge+1.21.4Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10neoforge14 февраля 2026 г..jar (148 КБ)
2.0.0+neoforge+1.21.11Релиз1.21.11neoforge14 февраля 2026 г..jar (148 КБ)
2.0.0+fabric+1.21.2Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric14 февраля 2026 г..jar (152 КБ)
2.0.0+fabric+1.21.11Релиз1.21.11fabric14 февраля 2026 г..jar (152 КБ)
2.0.0+fabric+1.21.1Релиз1.21.1fabric14 февраля 2026 г..jar (152 КБ)
2.0.0+neoforge+1.21.1Релиз1.21.1neoforge14 февраля 2026 г..jar (148 КБ)
2.0.0-beta.4+neoforge+1.21.4Бета1.21.7, 1.21.8, 1.21.9, 1.21.10neoforge18 января 2026 г..jar (137 КБ)

Показаны последние 15 из 43 версий. Все версии — на Modrinth.

Ченджлог

2.0.0-beta.4+java17+1.20.1Бета1.20.1 · 24 мая 2026 г.

Previous 2.0.0-beta.4 (last one supporting 1.20.1) build had a hard dependency on Java 21, which is a bit of a problem on 1.20.1 yknow as it uses java 17

2.1.0+fabric+26.1Релиз26.1, 26.1.1, 26.1.2 · 31 марта 2026 г.

Adds custom datagen provider for LootModifiers. Dependant mods should do their datagen on Fabric and depend on the datagen subproject.

Full Changelog: https://codeberg.org/OffsetMods538/Loot-Table-Modifier/compare/2.0.1...2.1.0

2.1.0+neoforge+26.1Релиз26.1, 26.1.1, 26.1.2 · 31 марта 2026 г.

Adds custom datagen provider for LootModifiers. Dependant mods should do their datagen on Fabric and depend on the datagen subproject.

Full Changelog: https://codeberg.org/OffsetMods538/Loot-Table-Modifier/compare/2.0.1...2.1.0

2.0.1+neoforge+26.1Релиз26.1 · 30 марта 2026 г.

26.1

2.0.1+fabric+26.1Релиз26.1 · 30 марта 2026 г.

26.1

2.0.0+neoforge+1.21.2Релиз1.21.2, 1.21.3 · 14 февраля 2026 г.

There's is now a fun system of actions and predicates, which make it possible to actually modify loot tables.
There is now an online generator for these loot modifiers available on misode here.
Also check out the documentation here.

Full Changes: https://codeberg.org/OffsetMods538/Loot-Table-Modifier/compare/1.1.2...2.0.0

2.0.0+neoforge+1.21.4Релиз1.21.8, 1.21.9, 1.21.10 · 14 февраля 2026 г.

There's is now a fun system of actions and predicates, which make it possible to actually modify loot tables.
There is now an online generator for these loot modifiers available on misode here.
Also check out the documentation here.

Full Changes: https://codeberg.org/OffsetMods538/Loot-Table-Modifier/compare/1.1.2...2.0.0

2.0.0+neoforge+1.21.11Релиз1.21.11 · 14 февраля 2026 г.

There's is now a fun system of actions and predicates, which make it possible to actually modify loot tables.
There is now an online generator for these loot modifiers available on misode here.
Also check out the documentation here.

Full Changes: https://codeberg.org/OffsetMods538/Loot-Table-Modifier/compare/1.1.2...2.0.0

Полная история изменений — на Modrinth.

Комментарии

Загружаем…