Releases: TeamTotemic/Totemic
1.20.1-0.12.15
This update contains additions that allow more customization when it comes to interactions with other mods, via data packs. This might be especially useful for developers of modpacks and other mods.
- Added new entity type tags:
buffalo_dance_targets
andeagle_dance_targets
: These mobs will be converted to Buffaloes and Bald Eagles, repsectively, by the corresponding Ceremonies.hymn_of_maturity_blacklist
: These animals will be excluded from the Hymn of Maturity baby growth acceleration.
- (Note: Data maps are not supported in 1.20.1, so customization of Steve's Lullaby is not available here.)
- Fixed a few potential crashes when feature flags are used.
- Added a bit of Christmas vibes. You might recognize this if you were around 9 years ago (!).
Hard to believe that Totemic is now over 10 years old (although the pre-1.7.10 versions seem to be lost for the most part).
1.21.1-0.12.15
This update contains additions that allow more customization when it comes to interactions with other mods, via data packs. This might be especially useful for developers of modpacks and other mods.
- Added new entity type tags:
buffalo_dance_targets
andeagle_dance_targets
: These mobs will be converted to Buffaloes and Bald Eagles, repsectively, by the corresponding Ceremonies.hymn_of_maturity_blacklist
: These animals will be excluded from the Hymn of Maturity baby growth acceleration.
- Added the data map
cleansing_ceremony_conversions
: Controls which mobs will be converted to which mobs by the Steve's Lullaby Ceremony. - Fixed a few potential crashes when feature flags are used.
- Added a bit of Christmas vibes. You might recognize this if you were around 9 years ago (!).
Hard to believe that Totemic is now over 10 years old (although the pre-1.7.10 versions seem to be lost for the most part).
1.20.1-0.12.14
- Added the block tag
totemic:zaphkiel_waltz_growable
, allowing customization of which blocks are affected by the Zaphkiel Waltz ceremony, like in 1.21- Note that only blocks which receive random ticks are actually affected by the Zaphkiel Waltz
- Added an error message when trying to start the Danse Macabre ceremony on Peaceful difficulty
- A bit of code cleanup under the hood
1.21.1-0.12.14
- Updated to Minecraft 1.21.1
- Fixed not being able to respawn in Tipis after death
- Added the block tag
totemic:zaphkiel_waltz_growable
, allowing customization of which blocks are affected by the Zaphkiel Waltz ceremony- Note that only blocks which receive random ticks are actually affected by the Zaphkiel Waltz
- Added an error message when trying to start the Danse Macabre ceremony on Peaceful difficulty
- Lots of code cleanup under the hood
1.21-0.12.13
First release for Minecraft 1.21. Please don't hesitate to report any bugs or other issues to our Github issue tracker or Discord channel.
Loading worlds from 1.20.1 or 1.20.4 appears to be working, but as always, making a world backup is highly recommended.
Minor differences from 1.20.4-0.12.13:
- The Medicine Bag is no longer enchantable and the Efficiency and Unbreaking enchantments no longer have any effect on it.
- The config file "totemic-common.toml" is now "totemic-startup.toml".
1.20.4-0.12.13
- Added a config option to allow adding custom wood types for Totem Poles. See the config file
totemic-common.toml
for details and examples.- Note that (Neo)Forge's config system is known to spuriously reset config files to their default values in some cases. If that happens, or if wood types are removed from the config, the placed Totem Poles and Bases in the world will turn into Oak wood, but should turn back into their previous wood type when the config entries are re-added.
- (@AlgorithmLX) Updated Russian localization
- (@HanJiang-cn) Updated Simplified Chinese localization, including the Totempedia
- Removed a bad link from the Rite of Spring Totempedia page
1.20.1-0.12.13
- Added a config option to allow adding custom wood types for Totem Poles. See the config file
totemic-common.toml
for details and examples.- Note that (Neo)Forge's config system is known to spuriously reset config files to their default values in some cases. If that happens, or if wood types are removed from the config, the placed Totem Poles and Bases in the world will turn into Oak wood, but should turn back into their previous wood type when the config entries are re-added.
- (@AlgorithmLX) Updated Russian localization
- (@HanJiang-cn) Updated Simplified Chinese localization, including the Totempedia
- Removed a bad link from the Rite of Spring Totempedia page
1.19.2-0.12.13
- Added a config option to allow adding custom wood types for Totem Poles. See the config file
totemic-common.toml
for details and examples.- Note that (Neo)Forge's config system is known to spuriously reset config files to their default values in some cases. If that happens, or if wood types are removed from the config, the placed Totem Poles and Bases in the world will turn into Oak wood, but should turn back into their previous wood type when the config entries are re-added.
- (@AlgorithmLX) Updated Russian localization
- (@HanJiang-cn) Updated Simplified Chinese localization, including the Totempedia
- Removed a bad link from the Rite of Spring Totempedia page
1.18.2-0.12.9.1
- Fixed a recurring crash that happens when the Zaphkiel Waltz or Hymn of Maturity ceremony is performed near the bedrock or the build height limit, for example in Superflat worlds
API changes:
- Fixed CeremonyAPI.forEachBlockIn causing an exception when the given BoundingBox extends past the build height limit (causing the abovementioned crash)
1.20.4-0.12.12.1
- Fixed a recurring crash that happens when the Zaphkiel Waltz or Hymn of Maturity ceremony is performed near the bedrock or the build height limit, for example in Superflat worlds
(Note: The 1.18.2 version is not planned to receive more updates besides critical bug fixes.)
API changes:
- Fixed CeremonyAPI.forEachBlockIn causing an exception when the given BoundingBox extends past the build height limit (causing the abovementioned crash)