Changelog
[0.3.1] - 2025-08-31
Rebased to Meteor Client 1.21.8, Build #26.
Added
- Configuration in waypoints to allow them to auto-hide when the player gets in range.
- Automatic death waypoints now auto-hide when the player gets within 4 blocks.
Changed
- Updated some formatting in the changelog.
- Module tooltips now contain their hyphenated id.
- A 1 tick attack in
.input
will now perform a punch rather than a dig.
.macro
Command Overhaul
In the past, calling a macro from itself would cause a game crash.
To mitigate this, the .macro
command now schedules macros to be run in the next tick.
As such, the syntax of the command has been overhauled:
.macro <name> | Schedules the given macro
.macro <name> <time> | Schedules the given macro after <time> duration
.macro clear | Clears all scheduled macros
.macro clear <name> | Clears the given macro
Files
asteroid-0.3.1.jar(3.56 MiB) Primary Download
Details
Licensed GPL-3.0-only
Published a year ago
Updated 6 days ago