#Item dropped into lava

5 messages · Page 1 of 1 (latest)

fallen pollen
#

How can i do something after item dropped into lava?
I want to implement a boss summon like in Terraria, You drop a conditional doll into the lava, and you get a conditional wall of flesh.

I need to summon a mob after a certain item falls into the lava, i tried working with the EntityEvents.spawned and ItemEvents.dropped event, but nothing came of it.

urban flameBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

thick shadow
#

you might listen to the entity hurt event and see if the itementity takes damage, that'd be a good one for what you want.
just log out anything in that event and see if the item shows in your logs

thick shadow
#

nevermind, those are only for living entities.... I keep thinking ItemEntity extends LivingEntity, but it doesn't

fallen pollen