Impossible to add enchanted loot when modifying loot tables after 1.21
dayofpi opened this issue ยท 2 comments
The EnchantRandomlyLootFunction expects a RegistryEntryList<Enchantment>
or a WrapperLookup
, neither of which can be obtained with the current modify event.
Ugh. Valid issue, guess I should fix it. The clock is ticking (almost 24h before release), however it should not be impossible. We'll pass the DRM, which functions as the wrapper.
Is this issue solved by the introduction of the fabric-loot-api-v3
module in #3903?