Release v1.1.1 for Quilt 1.21
Changes:
- Fixed
/actions
command not working in multiplayer - Fixed
CHAT_RECEIVED
Trigger - Fixed command completion throwing exceptions
Release v1.1.1 for Fabric 1.21.x
Changes:
- Fixed
/actions
command not working in multiplayer - Fixed
CHAT_RECEIVED
Trigger - Fixed command completion throwing exceptions
This update introduces several new features and improvements to the actions
mod, including the addition of movement and mining tasks, message-based triggers, and enhanced command suggestions. The most important changes are outlined below:
Enhancements to Actions:
- Updated
ActionManager
to include new task types:MOVE
,MINE
, andUSE
. - Introduced
ReceiveMessageTrigger
to handle actions triggered by receiving specific messages. - Actions now get deleted from the files if you delete them via command.
Command Improvements:
- Added a new
version
command to display the current version of theactions
mod.
Utility Additions:
- Added
KeybindUtil
to map string representations of keys to their key codes.
These changes collectively enhance the functionality and flexibility of the actions
mod, enabling more complex and varied automation tasks in Minecraft.
Actions v1.0 Release
This version supports the 1.21 version of quilt.
Actions v1.0 Release
This version supports all 1.21.x versions.