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.