Ore Tree:Reborn

Ore Tree:Reborn

261k Downloads

Log Block incompatible with loot modifiers

brnbrd opened this issue ยท 1 comments

commented

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.

commented

It's added.