Releases: makamys/MAtmos
MAtmos 35.4.2.2
- Fixed NullPointerException that happened with some mods when
dealias.oredict
was enabled. In 1.7.10 it happened with: Gregtech 4.15.36, Et Futurum Requiem 2.2.1 with raw ores turned off, and reportedly Serene Seasons.
MAtmos 35.4.2.1
- Fixed major performance regression introduced in 35.4.2
(Fun fact: this is the first release published entirely via API calls! Hooray for automation!)
MAtmos 35.4.2 for Minecraft 1.12.2
Stability improvements
- Made logging of errors less spammy, both in the chat and the log
- Added option to disable printing exceptions to chat altogether (
log.printcrashestochat
) - Fixed crash that happened with GT6+Techguns item toolswitch sounds in 1.7.10
- Fixed crash that happened when near TFC+ slabs or planks in 1.7.10
- Removed bound on max block ID. Now NEID/JEID should work without crashes. The
world.maxblockid
option was removed since this makes it unnecessary. - Maybe fixed a crash that happened when starting MAtmos which may or may not have been caused by SereneSeasons in 1.7.10. Extra info is now printed when that crash happens to aid future troubleshooting.
A note on versioning: from now on the mod versions will be kept the same across versions to simplify things (so the 1.7.10 equivalent of this release is 1.7.10-35.4.2).
MAtmos 35.4.2 for Minecraft 1.7.10
Stability improvements
- Made logging of errors less spammy, both in the chat and the log
- Added option to disable printing exceptions to chat altogether (
log.printcrashestochat
) - Fixed crash that happened with GT6+Techguns item toolswitch sounds
- Fixed crash that happened when near TFC+ slabs or planks
- Removed bound on max block ID. Now NEID/JEID should work without crashes. The
world.maxblockid
option was removed since this makes it unnecessary. - Maybe fixed a crash that happened when starting MAtmos which may or may not have been caused by SereneSeasons. Extra info is now printed when that crash happens to aid future troubleshooting.
A note on versioning: from now on the mod versions will be kept the same across versions to simplify things (so the 1.12.2 equivalent of this release is 1.12.2-35.4.2).
MAtmos 35.3.1 for Minecraft 1.12.2
(This release is equivalent to 1.7.10-35.4.1)
Fixed overriding of values with spaces in their names (like the one referencing Y position in the default soundpack)
MAtmos 35.3 for Minecraft 1.12.2
(This release is equivalent to 1.7.10-35.4)
Overview:
- Revamped alias map system to work with items, and included a set of built-in alias maps. As a result, item switch sounds now work with modded items (issue #4), and TFC is (mostly) compatible out of the box.
- Added way to override constants in soundpacks, this can be used to make them compatible with mods that change base world height (like TFC). See the question mark button on the advanced options screen for a quick guide.
- Fixed crash upon startup when tile entities that change blocks are present, like the Mekanism digital miner or the Industrial Foregoing crop breaker (issue #8)
- Made world time get calculated from celestial angle (makes ambience work properly with TooMuchTime)
Details:
- You can alias items too now (in alias.map)
- Implemented importing of other alias maps (
:import <path>
) - Implemented aliasing of oredict entries (e.g.
dirt=:itemDirt
will map all blocks/items matching the oredict entry "itemDirt" to dirt) - Implemented aliasing of glob-style patterns (e.g.
dirt=somemod:dirt*
) - Blocks/items with the same oredict name are dealiased to the one with the lowest id of the group (this can be toggled via
dealias.oredict
in the config). - Aliases for items are automatically guessed from their class, this removes the need for configuration in many cases (this can be toggled via
dealias.guessfromclass
in the config) - Fixed various bugs with alias maps
- Added overriding of condition values via config. This is done in
config/matmos/expansions_userconfig/<expansion_unique_name>.cfg
with properties of the form:override.condition.<condition_name>=<new_value>
. Useful for configuring soundpacks to work in worlds with altered sea level heights. There's also a GUI for this. - Fixed dev/editor mode not getting enabled if it was already turned on when MAtmos is starting
MAtmos 35.4.1 for Minecraft 1.7.10
(This release is equivalent to 1.12.2-35.3.1)
Fixed overriding of values with spaces in their names (like the one referencing Y position in the default soundpack)
MAtmos 35.4 for Minecraft 1.7.10
(This release is equivalent to 1.12.2-35.3)
Overview:
- Revamped alias map system to work with items, and included a set of built-in alias maps. As a result, item switch sounds now work with modded items (issue #4), and TFC is (mostly) compatible out of the box.
- Added way to override constants in soundpacks, this can be used to make them compatible with mods that change base world height (like TFC). See the question mark button on the advanced options screen for a quick guide.
- Fixed crash upon startup when tile entities that change blocks are present, like the Mekanism digital miner or the Industrial Foregoing crop breaker (issue #8)
- Made world time get calculated from celestial angle (makes ambience work properly with TooMuchTime)
Details:
- You can alias items too now (in alias.map)
- Implemented importing of other alias maps (
:import <path>
) - Implemented aliasing of oredict entries (e.g.
dirt=:itemDirt
will map all blocks/items matching the oredict entry "itemDirt" to dirt) - Implemented aliasing of glob-style patterns (e.g.
dirt=somemod:dirt*
) - Blocks/items with the same oredict name are dealiased to the one with the lowest id of the group (this can be toggled via
dealias.oredict
in the config). - Aliases for items are automatically guessed from their class, this removes the need for configuration in many cases (this can be toggled via
dealias.guessfromclass
in the config) - Fixed various bugs with alias maps
- Added overriding of condition values via config. This is done in
config/matmos/expansions_userconfig/<expansion_unique_name>.cfg
with properties of the form:override.condition.<condition_name>=<new_value>
. Useful for configuring soundpacks to work in worlds with altered sea level heights. There's also a GUI for this. - Fixed dev/editor mode not getting enabled if it was already turned on when MAtmos is starting
1.7.10-v35.3.9999-57b5d52
Add TFC and Railcraft alias maps
MAtmos 35.3.9999 for Minecraft 1.7.10
1.7.10-v35.3.9999 Bump version to 1.7.10-35.3.9999