Releases: makamys/MAtmos
Releases · makamys/MAtmos
MAtmos 34.2 for Minecraft 1.12.2
- Improved indoor scanning by raycast scanning through walls
- Moved F3+T hint back to menu
- LiteLoader: fixed SoundSystem not getting overridden
- Fixed crashing or not getting detected when other Mixin mods are present
- Fixed crash when profiler is opened while MAtmos is disabled
- Fixed ScanAir.isTransparentToSound() logic
Starting with this release, I'm building Mixin 0.7 versions for compatibility with outdated mods (the normal version of MAtmos uses Mixin 0.8).
1.12.2-v34.2
ignore meh
MAtmos 34.3 for Minecraft 1.7.10
- Improved indoor scanning by raycast scanning through walls
- Moved F3+T hint back to menu
- Fixed crashing or not getting detected when other Mixin mods are present
- Fixed crash when profiler is opened while MAtmos is disabled
- Fixed ScanAir.isTransparentToSound() logic
MAtmos 34.2 for Minecraft 1.7.10
- Fixed target version being 1.12.2. This fixes the update notifier wrongly checking for 1.12.2 versions.
MAtmos 34.1 for Minecraft 1.12.2
- Fixed crash when opening MAtmos menu with the ambient volume set to 0%
- Updated SoundSystem for LiteLoader builds (fixes sounds occasionally going silent until the resource packs are reloaded)
- Moved hint about reloading resource packs to the Advanced menu
MAtmos 34.1 for Minecraft 1.7.10
- Fixed paulscode SoundSystem not getting overloaded. This fixes streamed sounds sometimes going silent until the resources are reloaded.
MAtmos 34 for Minecraft 1.7.10
Backport of MAtmos 34.1 from 1.1.12 to 1.7.10.
MAtmos 34 for Minecraft 1.12.2
- 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 also built for Forge
- Made large_scanner more responsive
- Many bug fixes and performance improvements
Changes for soundpack authors
- Finished implementing streamed sounds
- New scanner:
scan_raycast
scans the blocks near the hits of roughly uniformly distributed rays. Has a weighted version (raycast_w
) which gives a smaller weight the further away the block is.
Variables:.spaciousness
: Larger the more spacious the player's environment is
(e.g. low in a cave, high in an expansive area).is_outdoors
: boolean which is true if the player is outdoors
- New scanner:
scan_air
finds nearby skylit air blocks using a flood fill until a threshold is reached. Used internally for indoor detection. It exposes the.is_near_surface
boolean variable scan_large
andscan_raycast
have_above
and_below
versions which only count blocks above and below the player, respectivelyw_general
has 4 new fields:can_snow_here
,biome_is_snowy
,biome_temperature
,biome_rainfall
- Additions to json format (see the mat_zen soundpack for examples):
- New built-in sets:
_OUTDOORS
,_INDOORS
and_DEEP_INDOORS
- A machine can have multiple streams which will all be played when the machine is active (
stream
can be a list) - Machines can be dual machines (using
stream_pair
andevent_pair
), which is a shorthand for having an indoors and and outdoors variation of the machine - Prefixing a set with
!
in a machine means its negated version
- New built-in sets:
- mat_pack.json:
- Required MAtmos version can be specified (
engineversion
) updatejson
URL can be specified (uniquename
andversion
must also be specified)
- Required MAtmos version can be specified (
- expansions.json:
- Global volume for the expansion can be set through the
volumemodifier
property
- Global volume for the expansion can be set through the
MAtmos r28b for Minecraft 1.7.10
Reupload of release downloaded from http://minecraft.ha3.eu/matmos/ on 2019-11-20, when it was still online.
MAtmos r26b for Minecraft 1.6.4
Reupload of release downloaded from http://minecraft.ha3.eu/matmos/ on 2019-07-28, when it was still online.