MAtmos

MAtmos is a sound atmosphere generator for Minecraft.

File Details

MAtmos 36 for Minecraft 1.7.10

  • R
  • Oct 27, 2023
  • 4.23 MB
  • 2.0K
  • 1.7.10
  • Forge

File Name

matmos-1.7.10-36.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:matmos-366256:4819513")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Made some improvements that allow sound packs to be more accurate (e.g. less missed/misfired weapon hit sounds)
    • Modules other than the scanners are now updated every tick rather than every other tick
    • Ticking is now done on client ticks, rather than on the first render tick following a client tick
    • ply_action.swinging is now set on the same tick the player clicks (which is one tick earlier than before), and stays on as long as the player is digging or spam clicking
    • Fixed sqrt values in ply_motion being 1000 times smaller than intended
    • (1.7) Fixed legacy_hitscan module using a wrong Y coordinate. (Fixes mat_default2016-1.2.1 playing whack sounds when clicking a vanilla chest with a sword.)
  • Greatly reduced default log verbosity. Log messages are now split into four groups:
    • Essential messages. Always visible.
    • Soundpack-related messages. Visible when in dev/editor mode, or when the -Dmatmos.log.soundpack=true JVM flag is set.
    • Alias map-related messages. Visible when the log.category.aliasmap config option is enabled.
    • Messages used for debugging MAtmos itself. Visible when the -Dmatmos.log.engine=true JVM flag is set.
  • Removed the configvars module (which created dataconfigvars.cfg), since it was unused and seemingly broken since its inception.