Posted June 24, 20169 yr Say I killed a sheep, but instead of dropping wool, I want it to drop dirt, how would I go about doing this? I have tried doing things suggested from other sources, but just get lost. Thank you in advance!
June 24, 20169 yr Which version of Minecraft are you using? In 1.8.9 and earlier, use LivingDropsEvent to modify the drops of living entities. In 1.9 and later, you can either use LivingDropsEvent or add/remove entries from the appropriate loot table during LootTableLoadEvent . Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
June 24, 20169 yr Author I am aware of the LivingDropsEvent, but I am not familiar with the LootTableLoadEvent. I will have to look into that
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.