TwelveIterationMods / Waystones

Minecraft Mod. Adds waystones you can teleport to after they've been activated.
https://mods.twelveiterations.com/mc/waystones/
Other
275 stars 110 forks source link

Waystone removed event #891

Closed sisby-folk closed 3 weeks ago

sisby-folk commented 3 weeks ago

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.

sisby-folk commented 3 weeks ago

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

sisby-folk commented 3 weeks ago

ah this is done in 1.21, nevermind