#Detect bell being rung

5 messages · Page 1 of 1 (latest)

urban parcel
#

I'd like to detect when a bell is rung after being shot with an arrow. Any suggestions?

dawn marshBOT
#

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

urban parcel
#

I tried using a calibrated sculk sensor with vanilla mechanics, but AFAIK there's no way to make the sensor quiet as waterlogging it will cause it to wash away the comparator or redstone dust used to power it

dusk light
#

Vanilla comparators can read out things behind a solid block

urban parcel
#

Thanks, unfortunately that doesn't solve the issue of powering a waterlogged calibrated sculk sensor, which seems to be impossible. I was able to work around this issue by listening for EntityEvents.spawned("minecraft:arrow" , adding arrows to a list, and then checking their positions when they land. If they land in a bell, then do the thing