Skip to content

Releases: HenriTom/Actions

Release v1.3.1

11 Feb 04:20
Compare
Choose a tag to compare

Release 1.3.1 for Fabric & Quilt 1.21.x

Variables

  • Added GlobalVariableStorage

Triggers

  • Added BIOME_ENTER trigger (Suggested by L-circle-mc)
  • Added BIOME_LEAVE trigger (Suggested by L-circle-mc)
  • Added ARMOR_UPDATE trigger
  • Added HEALTH_UPDATE trigger
  • Added HUNGER_UPDATE trigger
  • Added LEVEL_UPDATE trigger
  • Added XP_UPDATE trigger

Fixes

  • Cleaned up code
  • Fixed crashes because of Action Scheduler

Full Changelog: here

Release v1.3.0

06 Feb 15:15
Compare
Choose a tag to compare

Release 1.3.0 for Fabric & Quilt 1.21.x

Triggers

  • Added INV_UPDATE trigger (Suggested by Rain)
  • Added REGION_ENTER & REGION_LEAVE triggers (Suggested by Rain)

GUI

  • Added FilterType to AddTriggerScreen for RECEIVE_MESSAGE triggers
  • Added OtherScreen & moved SettingsScreen to it
  • Added sharing screen placeholder

Commands

  • Added info command & moved version to it

Other

  • Added Regions

Fixes

  • Exiting screens now goes to the smarter parent
  • Wrong screen titles

Full Changelog: here

Beta v1.3.0

03 Feb 12:35
Compare
Choose a tag to compare
Beta v1.3.0 Pre-release
Pre-release

Beta 1.3.0 for Fabric & Quilt 1.21.x

GUI

  • Finished GUI
    actions_beta_gui_preview

Actions

  • Added ActionScheduler
  • Action names now have a limit of 16 characters

Commands

  • Added scheduler commands

Fixes

  • Fixed crash while renaming actions
  • Fixed that you could add more than one trigger of the types: JOIN, DISCONNECT & RESPAWN
  • Changed wrong file names for some commands

Release v1.2.1

26 Jan 03:10
Compare
Choose a tag to compare

Release 1.2.1 for Fabric & Quilt 1.21.x

Actions

  • Added ability to disable/enable Actions

Commands

  • Added Clone command
  • Added Rename command
  • Added Clear command

Triggers

  • Added JOIN Trigger
  • Added DISCONNECT Trigger
  • Added RESPAWN Trigger (Suggested by Rain)

Fixes

  • Fixed kick due to invalid ChatTrigger (Reported by Rain)
  • Fixed ChatTriggers getting called twice
  • Fixed server messages containing literal{}
  • Fixed adding ChatTriggers suggests the " at the wrong place (Reported by Rain)

Full Changelog: here

Release v1.2.0

24 Jan 07:18
Compare
Choose a tag to compare

Release 1.2.0 for Fabric & Quilt 1.21.x

GUI

  • Added GUI that allows you to drag and drop actions. (Default KeyBind V)
  • Updated Icon

Language

  • Added Language Files
  • Added German Translation
  • Improved Messages

Tasks

  • Added START & END indicator as first and last task
  • Added COMMENT task

Full Changelog: here

Release v1.1.1

07 Jan 17:56
Compare
Choose a tag to compare

Release v1.1.1 for Fabric 1.21.x & Quilt 1.21

Changes:

  • Fixed /actions command not working in multiplayer
  • Fixed CHAT_RECEIVED Trigger
  • Fixed command completion throwing exceptions

Release v1.1

05 Jan 14:44
fb43266
Compare
Choose a tag to compare

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, and USE.
  • 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 the actions 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.

Release v1.0

28 Dec 07:43
Compare
Choose a tag to compare

Release of the actions mod.
This version is compatible with all 1.21.x versions.