Log Block incompatible with loot modifiers
brnbrd opened this issue ยท 1 comments
The way you've implemented your log block (by overriding Block#getDrops and not providing a loot_table JSON), you are not allowing its generated loot to be noticed by loot_modifiers, such as enchantments. Your mod should really remove this unnecessary override, and just provide a loot_table JSON.