Jump to content

Crash on Breaking Block?


BlockChunkWorld

Recommended Posts

Hi, I am trying to add an block drop event so that ice will drop a random amount of ice shards on breaking, and it works fine. However, if I try breaking the ice with only my hand, I get a crash. What am I doing wrong?

if (event.block == Blocks.ice && event.harvester.getHeldItem().getItem() != BlocksMod.IceSaw)
event.drops.add(new ItemStack(BlocksMod.IceShard, r.nextInt(4) + 0)); 

 

Thanks in advance! :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.