TASmod icon indicating copy to clipboard operation
TASmod copied to clipboard

Minecraft Tool-Assisted Speedrun (TAS) Tools with input playback

Results 40 TASmod issues
Sort by recently updated
recently updated
newest added

Part 3 of my ongoing quest to refactor the mod. While the first PR (#179) was hooking into the vanilla code, the second PR (#200) was about storing the inputs...

Refactor
TASFile

I was made aware that the keyaboard can perform subtick inputs as well, similar to the mouse. This is only really useful in guiscreens when using the keyboard to switch...

Bug
Enhancement
TASFile

- [ ] Move version specific code to it's own class - [ ] Create interface for the must haves

Refactor
TASFile

Commands like `/play` and `/record` are currently global. Every player on the server will start recording or playing back. This may not always desirable, maybe someone wants to spectate. This...

Enhancement
Multiplayer

I recommend everyone to just put the resources.zip in the resourcepack folder in that case... Will probably add a warning telling people to do that or automatically move the resources...

Bug
Savestates

I know Unit Testing in a Minecraft environment seems odd, but I am confident that at least some classes can be tested. When we switch to Legacy Fabric and refactor...

Enhancement
Core

This will be used for an eventual downgrade and update of Minecraft

Feature
Core

A really fun "late game" feature is the creation of fake Minecraft players. Then when recording, you'd be able to switch to the fake player and "take over", allowing you...

Feature
Core

I have seen this in osu! lazer recently, where hud elements can be tacked to either the top or the bottom of the screen and it moves with the screen......

Enhancement
Gui

After the long and time consuming task with MinecraftTAS/LoTAS#93, let's do the smart thing and already start adding I18n components already before adding all complicated gui components.

Enhancement
Core