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
-
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.swingingis 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_motionbeing 1000 times smaller than intended - (1.7) Fixed
legacy_hitscanmodule using a wrong Y coordinate. (Fixesmat_default2016-1.2.1playing 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=trueJVM flag is set. - Alias map-related messages. Visible when the
log.category.aliasmapconfig option is enabled. - Messages used for debugging MAtmos itself. Visible when the
-Dmatmos.log.engine=trueJVM flag is set.
- Removed the configvars module (which created
dataconfigvars.cfg), since it was unused and seemingly broken since its inception.