TASmod
Tool-Assisted Speedrun Mod for Minecraft. Records inputs and plays them back.
Only for 1.12.2 at the moment, 1.16.1 version will follow eventually. More information: Future of Mineraft TAS tools
Features
- Recording and playing back inputs
- Slowing down the game / Slowmotion
- Frame Advance, but with Minecraft ticks (Tickadvance)
- Savestates
- RNG manipulation
Gui
In the bottom left of the screen are 2 UI elements:
- The number represents the input index. When recording, it shows how many ticks where recorded, when playing back, show the current index of the input being fed to the game.
- A keystroke display: White keys are the keys recognized by Minecraft, green are the keys you are pressing on your keyboard. A difference can be seen when playing in lower tickrates
Commands
-/record To start a recording. This records the inputs to RAM. The number should now increase because it detects the inputs.
-/clearinputs: Clears the currently stored inputs. Do this before starting a new recording, since /record only adds inputs and does not clear them.
-/play: Plays back the stored inputs. Before that, it teleports you to the location where you started recording.
WARNING Unfortunately the vanilla teleporting takes some time, so the player won't be able to move in the first few ticks, which oftentimes desyncs the TAS immediately. So record like 7 ticks at the start where you not move to account for that. Will be fixed sometime in the futureā¦
/saveTAS filename: Stores the current inputs under the given filename in .minecraft/saves/tasfiles.
/loadTAS filename: Replaces the current inputs with the inputs from the file with the given filename.
/folder savestate|tasfiles Opens the savestate or tasfile folder on your disk
/savestate <save|load|delete> <index> Saves, loads or deletes the savestate under the specified index. You can find more infos ingame by using /savestates.
Hotkeys
F8 Toggles between tickrate 0 and other tickrates. Pauses the game on both client and server side.
F9 You can advance one tick at a time while you are in tickrate 0.
J Makes a savestate under .minecraft/saves/savestates. If you are recording, a savestate of the recording will be made under .minecraft/saves/tasfiles/savestates
K Loads the savestate. It will also work during recording or playback.
F6 Customize the HUD. Leftclick and drag to change the position, Rightclick to add a background
F10 Aborts a playback
Known issues
- In low tickrates / tickrate 0 you have to hold the key until the next tick so that the game recognises it. This feels awkward to use.
- No Gui: Everything is handled via commands at the moment, but a gui is planned.
Bugs and help
You can find our issue tracker under https://github.com/MinecraftTAS/TASmod/issues or join our Discord

