Posted August 31, 201312 yr This is sort of many questions within a question. I want a cow to drop my custom entity I have created (my entity acts like an item but it's not an item). 1) I want to know how to get a mob to drop an entity when it dies without editing base classes 2) I want 3 of this entity to be dropped when the cow dies Is there any way to do this? Thanks in advance.
August 31, 201312 yr Author 1) LivingDeathEvent 2) world.spawnEntityInWorld(args) 3 times So if I wanted it to drop it 10 times, I'd put the method 10 times?
August 31, 201312 yr So if I wanted it to drop it 10 times, I'd put the method 10 times? for loops. If you guys dont get it.. then well ya.. try harder...
August 31, 201312 yr Author So if I wanted it to drop it 10 times, I'd put the method 10 times? for loops. Okey dokey thank you
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.