Jump to content

Changing Drops of Vanilla Mobs


novemcinctus

Recommended Posts

I have been trying to modify the drops of vanilla mobs, and I'm running into some difficulty.

The approach I am taking is to intercept LivingDropsEvent and then append my drops to the ArrayList there.

 

I know the drops ArrayList is event.drops, but it is a list of EntityItem objects.

 

The constructor for this takes a World as an argument. Is there a way to construct one from an ItemStack?

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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