Currently, I have this code snippet:
On drop, last dropped item,
and further methods have all failed (I know this due to using debug messages and several other ways of testing, all which should have worked if it was being detected).
Any way to detect this type of dropping? If it helps, this is in an On death event and I did use cancel drops but I have tested and confirmed that the chest still drops, so why can't I detect it dropping?
Python:
drop 1 of chest named "{@prefix} &c%victim%'s DeathPackage" at event-location
Python:
on spawn:
event-entity is an item
#rest
Any way to detect this type of dropping? If it helps, this is in an On death event and I did use cancel drops but I have tested and confirmed that the chest still drops, so why can't I detect it dropping?
Last edited: