Actions

The Actions mod allows you to automate tasks in Minecraft.

File Details

Actions 1.4.0

  • R
  • Feb 25, 2025
  • 601.35 KB
  • 138
  • 1.21.4+9
  • Fabric + 1

File Name

actions-1.4.0-1.21.x.jar

Supported Versions

  • 1.21-Snapshot
  • 1.21.2-Snapshot
  • 1.21.1-Snapshot
  • 1.21.5-Snapshot
  • 1.21.4-Snapshot
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:actions-1184597:6237264"

Quilt

modImplementation "curse.maven:actions-1184597:6237264"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Actions Release 1.4.0 for Fabric & Quilt 1.21.x

Variables

  • Added color variables
  • Added math_random_int
  • Added world_time_string, world_time_day, world_time_hour and world_time_minute
  • Added time_millis, time_nanos, time_date, time_date_year, time_date_month, time_date_day, time_date_hour, time_date_minute and time_date_second
  • math_random can now return negative numbers too
  • Added local variables
  • Made call variables printable with %cvar.[index/all]

Tasks

  • Added JUMP_TASK task
  • Added SOUND task
  • Added END task
  • Added IF task
  • Added SET_SLOT Task
  • Added VARIABLE_INCREMENT task
  • Added VARIABLE_REMOVE task
  • Added VARIABLE_SET task

Triggers

  • Added TICK trigger

Commands

  • Added variables command
  • Added reload regions command
  • Added save regions command

Fixes

  • Fixed that variables always got replaced in every message
  • Fixed different types of variables weren't replaced together
  • Fixed global variables clearing before updating
  • Fixed some content in editing screens getting deleted