Balm (Fabric Edition)

Balm (Fabric Edition)

27M Downloads

Apply loot modifiers even on empty loot tables

BlayTheNinth opened this issue ยท 1 comments

commented

Vanilla early-exits if a loot table is empty, which means global loot modifiers will not be applied. It would be nice to run loot modifiers on empty tables too, maybe just with a tag that re-enables the early-exit for the slight performance benefit of skipping loot contexts on water / portals / air.

commented

Deciding against this since there's only so few cases that use noLootTable() and it could easily be no-opped with a mixin for individual cases.