Jump to content

[1.7.10] [Solved] Set a block to have no drops?


Recommended Posts

Posted

The title says it. I've looked around and couldn't find anything.

Posted

HarvestDropsEvent

clear list.

 

OR - If your customBlock:

Use:

getItemDropped

quantityDropped

Or:

getDrops - for total power over drops (like the event). Return empty list.

1.7.10 is no longer supported by forge, you are on your own.

Posted

Thanks, will this work?

@Override
public ArrayList<ItemStack> getDrops(World world, int posX, int posY, int posZ, int metadata, int fortune){
    return new ArrayList<ItemStack>();
}

Posted

Ya, Minecraft is weird. On good days everything works, on bad days the same thing crashes the game.

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.

Announcements



×
×
  • Create New...

Important Information

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