Waystones (Fabric Edition)

Waystones (Fabric Edition)

3M Downloads

Waystone removed event

sisby-folk opened this issue ยท 2 comments

commented

While working with surveystones, i noted that there's a waystone updated event, but it doesn't fire when waystones are removed. Could there be a waystone removed event or similar? KnownWaystonesEvent seems to work for this on the client as in the journey map integration, but not on the server

I think i'll have to use a mixin in the meantime / on 1.20, just trying to figure out where best to put it.

commented

Settled on PlayerWaystoneManager#removeKnownWaystone for the mixin, as i'm on serverside.

commented

ah this is done in 1.21, nevermind