The Bumblezone (Quilt/Fabric)

The Bumblezone (Quilt/Fabric)

12M Downloads

Crash Upon Breaking Block

Areorah opened this issue ยท 2 comments

commented

Ok so this is the line it is crashing at.

Hand hand = playerEntity.getActiveHand();
ListNBT listOfEnchants = playerEntity.getHeldItem(hand).getEnchantmentTagList();

But what is super weird is the active hand is null when it shouldn't be. The player is mining so their mining hand should be returned... Very odd.

Will look into!

commented