Skip to content
null-version-nova edited this page Nov 21, 2023 · 1 revision

change_dimension(data)

This calls every time the player enters a new dimension. Minecraft automatically stops all sounds when this happens, so the mod is hardcoded to do that too.

player_respawn(data)

This calls every time the player respawns after death. Going home from the end does not count, even though that is technically considered a respawn, it calls change_dimension instead.

water_submersion(data)

This calls every time the player is submersed in water or stops being submersed in water.

play_song(data)

This calls once the delay finishes. If the delay is never set, it is called 5 seconds after joining a world, and 50 seconds after a song has finished.

Clone this wiki locally