mindcraft
mindcraft copied to clipboard
I've added `!ride` and `!dismount` commands to `actions.js`.
New commands:
!ride: Allows the agent to ride the matching entity of a given type.!dismount: Allows the agent to dismount the currently ridden entity.
Both commands have been added to the actionsList in src/agent/commands/actions.js.