Additional Enchanted Miner

Additional Enchanted Miner

22M Downloads

Pass FakePlayer to canSilkHarvest

josephcsible opened this issue ยท 1 comments

commented

if (block.canSilkHarvest(getWorld(), pos, state, null) && this.silktouch

Can you pass a FakePlayer to canSilkHarvest instead of null? This caused josephcsible/Oreberries#10 to occur. I worked around it via josephcsible/Oreberries@a842ed4, but I don't think I should have to do that.

commented

Thank you for your report.

This is my mistake because canSilkHarvest doesn't have a parameter annotated @Nullable.