Class LootModificationHandler

java.lang.Object
net.darkhax.bookshelf.common.impl.data.loot.modifiers.LootModificationHandler

public class LootModificationHandler extends Object
Handles collecting loot pool modifications from various mods and then applying those modifications to loot tables.
  • Field Details

  • Constructor Details

    • LootModificationHandler

      public LootModificationHandler()
  • Method Details

    • processLootTable

      public void processLootTable(net.minecraft.resources.ResourceLocation tableId, net.minecraft.world.level.storage.loot.LootTable table)