Skip to content
Joseph B edited this page Nov 26, 2022 · 5 revisions

Looot is a minecraft forge library mod that adds additional loot functions and other loot table utilities that can be used by mods and datapacks.

Loot Functions

Global Loot Modifiers

Data Loaders

Example Mod

  • An example mod that makes use of looot's loot table utilities is viewable here
  • The example mod is not included with published looot mod jars; however, if this github repository is forked, the example mod will be loaded if you run the mod workspace via an IDE.
  • The example mod replaces the loot tables of common blocks to drop items using looot's additional loot functions to showcase how they can be used.

Using Looot in a dev environment