@Override
public void onBlockHarvested(World worldIn, BlockPos pos, BlockState state, PlayerEntity player) {
dropXpOnBlockBreak(worldIn,pos,250);
super.onBlockHarvested(worldIn, pos, state, player);
}
That's what I generally use
8 replies
Important Information
By using this site, you agree to our Terms of Use.