Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
MAtmos
MAtmos is a sound atmosphere generator for Minecraft 1.12 and 1.7.10. Originally created by Hurricaaane, it is now maintained by the community.
Whenever you join a multiplayer server or single-player world, MAtmos will search your surroundings and generates a soundscape of natural noises to match, filling out that perpetual silence of Minecraft.
What's new?
* New system for detecting when the player is outdoors, indoors, or deep indoors
* A new soundpack making use of the new features: Matmos 2020 "Zen"
* Update checking for sound packs which support it
* Versions are now built for Forge
* Many bug fixes and performance improvements
Soundpacks
MAtmos lets you create your own soundscapes using special resource packs called soundpacks. Some of the ones that have been created are:
MAtmos 2020 "Zen"
The flagship soundpack, featuring seamless loops and indoors/outdoors variations for ambiences. It aims to add high quality sounds that enhance the atmosphere without feeling out of place. (MAtmos 34 or higher required.)
Download: GitHub / CurseForge
(by makamys)
Default soundpack (+introduction)
The original MAtmos soundpack from 2012, updated to work on the latest version.
Download: GitHub / CurseForge
(by Hurricaaane)
Rhapsodia
Rhapsodia's goal is to enhance the audio experience in Minecraft. So, now the rain looks like rain, thunder is thundering hard, or you can drink your potion without sounding like your grand-ma while she eats her soup.
Download: GitHub
(by Sarys)
More soundpacks
https://github.com/makamys/MAtmos/wiki/Soundpacks
Usage
By default, MAtmos does not include any sounds. To get started, move the soundpacks you want to your resource packs folder an enable them.
Pressing F4 opens the MAtmos settings menu which can be used to adjust the volume levels of the individual expansions that make up soundpacks. You can even combine different expansions from different soundpacks! Customize your experience to exactly the way you like it.
Suggested companion mods
Dynamic Surroundings for better footstep sounds. (Yes, it's compatible.) Disable its biome sounds in the config to only get the footsteps.
Sound Filters / Sound Physics (1.7.10 fork) for reverb and muffling of sounds behind walls.
Mixin troubleshooting
MAtmos uses Mixin in order to apply some modifications to the game. The regular versions of the mod jars embed Mixin, so MAtmos can run standalone: the 1.7.10 version embeds Mixin 0.7.11, while the 1.12.2 version embeds Mixin 0.8.3. However, this can cause issues with other mods if they provide or require a different version.
If you're getting Mixin errors on launch, try these steps in order:
- Use the versions of MAtmos ending in
+nomixin
, which do not embed Mixin (but require a different mod to provide the library). - Add a Mixin bootstrap mod, such as MixinBooter on 1.12.2 or UniMixins on 1.7.10.
Additionally, there are some mods that use ASM transformers which break when Mixin is present. Mixingasm can be used to fix this. UniMixins includes it on 1.7.10, and on 1.12.2 you can add just its Mixingasm module next to MixinBooter.