Major (breaking) changes
Rename several trigger scoreboards
All profile- and some animation-related trigger scoreboards have been renamed. This will allow for easier addition of features in future releases.Move animation function
The primary function for configuring animations has been moved to a new namespace.From:
/function at-conf:animation
To:
/function at-anim:load
Remove animation
red-dark has been consolidated to a new animation that looks very similar. The migration takes place automatically during update procedure.New form of documentation
Beginning with v1.1.0, any documentation will be done primarily within the new AT Docs site. As a consequence, the manual document will no longer be shipped directly with the data pack.Features
Add six animations
- red-fade
- orange-fade
- blue-fade
- pink-fade
- green-fade
- yellow-fade
Implement option to list animations
Existing animations may now be displayed in-game using:/function at-anim:list
/trigger list-animations
Extend functionality of profile list command
As with the new animation list command, profiles can now be clicked directly within the chat window to suggest the corresponding load command.Technical
Re-order animation trigger values
They are now grouped according to color themes.Add namespace at-anim
It contains animation-related controls and is used for user input.Update pack.mcmeta
AT is now compatible with Minecraft 1.21.2 & 1.21.3.Features
Implement uninstall function at-main:uninstall
This removes all scoreboards and NBT storages used by AT:/function at-main:uninstall
Add timer visibility setting
The timer output (actionbar field) can now be hidden / shown using one of two functions to toggle between both states:/function at-conf:visibility
/trigger visibility
Add option to disable / enable trigger scoreboards
In some of your projects, you might want to remove all trigger scoreboards. This can now be achieved easier than ever using a new function in the at-conf namespace:/function at-conf:triggers
Add three animations
- red-yellow
- white-purple
- white-gray