A Tool-Assisted Speedrun-Mod for Minecraft 1.16.1.
This mod is able to capture inputs and play them back, by pretending to be a keyboard.
We are currently shifting over to Fabric 1.16.1. The development branch used to work with Legacy Fabric 1.12.2 and now works with Fabric 1.16.1 while the release branch is still on Forge 1.12.2
This means all Alpha Releases currently only work for Forge 1.12.2 and the latest Beta Release only works for Legacy Fabric 1.12.2.
Future Beta releases will be on Fabric 1.16.1
Author of the original mod: tr7zw
Main Author: Scribble
Contributions by: famous1622, Pancake
Tickratechanger: Guichaguri
Tickrate 0 idea: Cubitect
Savestate idea: bspkrs, MightyPork, although implementation is totally different now
Special thanks: Darkmoon, The Minecraft TAS Community
this section is being reworked
- Clone this repository
- Open/Import the gradle project
- Use gradle version 8.4 or higher
- Use JDK 21 or higher
- Run gradle tasks
genSources
theneclipse
(instead ofeclipse
, you can simply open the project in IntelliJ)
If you're on eclipse, running eclipse
should've generated to launch configs: TASmod_Client.launch
and TASmod_Server.launch
. Select it, then click the run or debug button in your IDE.
On IntelliJ, run the gradle task runClient
or runServer
to launch the game.
Note: Additional setup is required for the server to actually start, like changing the eula.txt and setting
online-mode
to false in server.properties.
Build the mod using the gradle task remapJar