Jump Sounds

Jump Sounds

Mod

A java port of the jumping and landing sound logic from Bedrock Edition!

Client Decoration

20.0k downloads
67 followers
Createda year ago
Updated22 days ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Jump Sounds

This simple mod adds in the Jumping and Landing sound logic from Bedrock Edition using a 100% custom block friendly implementation!

Adding Block Jumping/Landing Sounds

Both Jumping and Landing use the vanilla "fall" sound event for each respective block, both due to fittingness and for the sake of compatibility. To add custom sounds, simply create a resource pack that modifies the vanilla "fall" sound event for the respective block(s). Otherwise, they simply will use the respective step sounds by default.

Adding Generic Jumping/Landing Sounds

Create a sounds.json file in the assets/jump_sounds directory, and add sound event definitions for "entity.player.jump" and "entity.player.land", mapped to your sounds respectively. And that's it!

Example sounds.json structure:

{
	"entity.player.jump": {
		"sounds": [
			"jump_sounds:jump/jump1",
			"jump_sounds:jump/jump2",
			"jump_sounds:jump/jump3",
			"jump_sounds:jump/jump4"
		]
	},
	"entity.player.land": {
		"sounds": [
			"jump_sounds:land/land1",
			"jump_sounds:land/land2",
			"jump_sounds:land/land3",
			"jump_sounds:land/land4"
		]
	}
}

(Special thanks to @astralordana for minor code cleanup and general guidance)


Project members

I_am_Merp

Owner


Technical information

License
MIT
Client side
required
Server side
unsupported
Project ID