Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Sounds

Sounds

It's what it says on the tin. A complete upgrade to Minecraft's SFX with over 170 new sound effects for UIs, items, blocks and more.

4.47M
2,533
Game Mechanics
Social
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x

Platforms

Fabric
Forge
NeoForge

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

IMB11
IMB11 Owner

Details

Licensed ARR
Published last year
Updated last month
DescriptionGalleryChangelogVersions

Show all versions

1
9
10

Sounds 0.6.1

by IMB11 on Mar 11, 2024
Download

Sounds 0.6.1

by IMB11 on Mar 11, 2024
Download

Sounds 0.6.1

by IMB11 on Mar 11, 2024
Download

Old configurations will not be compatible, please backup any configuration files if you have edited the config.

  • Reorganised configuration screen.
  • Automatic EMI support.
  • Added new action sounds: Frost Walker Ice creation, Lead snapping and Dynamic Eating Sounds (based on hunger)
  • Fixed issues relating to high memory usage.
  • Fixed a issue with inventory drag sounds on LAN servers.

As always, these updates take a while to create, why dont you support development on my Ko-Fi?

https://ko-fi.com/mineblock11

Sounds 0.5.0

by IMB11 on Jan 20, 2024
Download

Sounds 0.5.0

by IMB11 on Jan 20, 2024
Download

Sounds 0.5.0

by IMB11 on Jan 20, 2024
Download

This update fixes some issues discovered in 0.4.0 and adds some new niche features.

  • Fix incorrect behaviour when enableDynamicSounds = false - @MUKSC
  • Fix NullPointerException when bow pull sound is disabled - @MUKSC
  • Refactored item sound effect logic - @MUKSC
  • Fix "Open To Lan" issues with duplicating sounds - @MUKSC
  • Fix EMI "Shift" sound spam. - @MUKSC
  • Added chat sound cooldown options.
    • This will prevent chat sounds from being spammed on busy servers.
    • This does not apply to typing sounds.
  • Fixed issue where BlockItem sounds override any sounds specified via the JSON system, regardless of priorities.
  • Migrated to stonecutter-kt by @kikugie

Thanks to @MUKSC for fixing quite a few issues whilst I was preparing for and doing my exams, I really appreciate it.

Full Changelog: https://github.com/IMB11/Sounds/compare/0.4.0...0.5.0

Sounds 0.4.0

by IMB11 on Dec 12, 2023
Download

Sounds 0.4.0

by IMB11 on Dec 12, 2023
Download

Sounds 0.4.0

by IMB11 on Dec 12, 2023
Download
  • Rebranded to “Sounds”
  • Updated to 1.20.4
  • Added button to open Sounds config in the sound option menu.
  • Reorganized configuration screens into three new sections:
    • UI Sounds
    • Gameplay Sounds
    • Mod Sounds
  • Added sounds for the following block interactions:
    • Repeaters
    • Comparators
    • Jukeboxes
    • Daylight Sensors
  • Added sound for interacting with Furnace Minecarts.
  • Added sounds for the following game events:
    • Positive Status Effect Gain
    • Positive Status Effect Loss
    • Negative Status Effect Gain
    • Negative Status Effect Loss
  • Added support for EMI (https://modrinth.com/mod/emi)
  • Added new dynamic sounds for:
    • Spawn Eggs (Including normal eggs)
    • Netherite Upgrade Trim
    • Disc Fragment 5
    • Brush
    • Dragons Breath
    • All enchanting books.
  • Added new optional volume and pitch fields to sound definition files, these will be used to override the default volume and pitch for any specific items specified in the definition.
  • Changed the functionality of the message mention sound effect.
    • For the sound effect to play, your username must be prefixed with an @ symbol in the chat message.
    • You can disable this in the config.
  • Added the ability to ignore system messages for chat sound effects.
  • Added option to disable sounds for empty hotbar slots.
  • Added “Inventory Typing” sound, which is played when you type into the anvil text or creative inventory search box.

Full Changelog: https://github.com/IMB11/Sounds/compare/0.3.0...0.4.0

Sonance 0.3.0

by IMB11 on Nov 12, 2023
Download

Sonance 0.3.0

by IMB11 on Nov 12, 2023
Download

[1.20-1.20.1] Sonance 0.2.1

by IMB11 on Nov 8, 2023
Download

Full Changelog: https://github.com/mineblock11/Sonance/compare/0.2.0+1.20...0.2.1+1.20

[1.20.2] Sonance 0.2.1

by IMB11 on Nov 8, 2023
Download

Full Changelog: https://github.com/mineblock11/Sonance/compare/0.2.0+1.20.2...0.2.1+1.20.2

[1.20.2] Sonance 0.2.0

by IMB11 on Nov 7, 2023
Download

See here for the full changelog.

[1.20-1.20.1] Sonance 0.2.0

by IMB11 on Nov 7, 2023
Download

New Item Sounds

  • Dry Mob Loot
  • Wet Mob Loot
  • Better Armor/Armor Material Sounds
  • Shiny Metals
  • Dirty Metals
  • Ingot Metals
  • Pottery Sherds
  • Smithing Templates
  • Banner Templates
  • Brewing Items
  • Bones
  • Fireworks
  • Various tools, such as Bows, Crossbows, Fishing Rods etc.

New Screen Sounds

  • Redstone Screens; Hoppers, Droppers and Dispensers
  • Changed some screen sounds, most notably the Beacon and Smithing Table sounds.

Changes for Resource Pack Developers

  • You can now modify the dynamic sound events using the sonance/<type> folder in resource packs. Checkout some examples for dynamic item sounds: https://github.com/mineblock11/Sonance/tree/master/src/main/generated/assets/minecraft/sonance/items
  • This now means that it's possible for servers to override their player's sonance sound events. Which is particularly useful for RPG/servers that have custom assets and dont want vanilla sounds to be played.
  • The addition of this feature, now means that Sonance is now has full feature parity with ExtraSounds!

The format for the sound definition files are:

{
	"soundEvent": "minecraft:sound.event.id"
	"keys": [
		"minecraft:some_identifier",
		"#minecraft:or_a_tag"
	]
}

Internal Changes

  • Now uses MRU's YACL Helper methods.
  • Fixed some issues relating to certain screens causing crashes.

Full Changelog: https://github.com/mineblock11/Sonance/compare/0.1.0+1.20...0.2.0+1.20

[1.20.2] Sonance 0.1.0

by IMB11 on Oct 26, 2023
Download

Port to 1.20.2. See description for more information.

Full Changelog: https://github.com/mineblock11/Sonance/compare/0.1.0+1.20...0.1.0+1.20.2

[1.20-1.20.1] Sonance 0.1.0

by IMB11 on Oct 21, 2023
Download

This is the initial release of Sonance! Check the description of the mod for more information.

Full Changelog: https://github.com/mineblock11/Sonance/commits/0.1.0+1.20

1
9
10

Modrinth is open source.

main@bd61f5d

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.