Skip to content

MAtmos 35.4.3

Compare
Choose a tag to compare
@makamys makamys released this 17 Jun 22:29
· 60 commits to master since this release
  • Added some missing blocks to the TFC+ alias map (Thanks facetorched! Also thanks to RollerMobster for helping with the previous TFC+ alias map, who I forgot to credit in the changelog back then.)
  • Fixed crash when returning to the MAtmos GUI from the resource packs screen (this happened when MAtmos was started with no sound packs enabled, and the resource pack screen was entered using the button in the MAtmos GUI)
  • Fixed sound effects not respecting expansion volume (this happened with the Zen 2020: Sound effects expansion)
  • (1.12) Fixed empty item stacks not getting detected properly. This caused item switch sounds to re-trigger when switching between empty hotbar slots.
  • Optimized various things under the hood, like the 1.7.10 version's tick handler running twice per tick due to a mistake. Tick time has been reduced from 4.77% to 1.69% on that version according to LagGoggles - almost one third of the previous value.
  • Removed MAtmos from the F3 profiler pie chart, since the results there were inaccurate and misleading. A simple tick profiler was added instead, which prints tick times to the log. It is disabled by default, and can be activated via the -Dmatmos.tickProfiler=true JVM flag.