Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
SpeedRunIGT

SpeedRunIGT

Displays the timer with Speedrun RTA, IGT in Minecraft

108.0k
71
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
1.16.1
1.15.2
1.14.4
1.13.2
1.12.2
1.12
1.11.2
1.10.2
1.9.4
1.8.9
1.8.3
1.8
1.7.10
1.7.4
1.7.2
1.6.4
1.5.2
1.4.7
1.4.2
1.3.1

Platforms

Fabric
Quilt

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

RedLime
RedLime Owner

Details

Licensed MIT
Published 3 years ago
Updated 4 days ago
DescriptionChangelogVersions

Show all versions

1
21
22

2.10

by RedLime on Dec 16, 2021
Download
  • Removed fabric life cycle API (unuse)
  • Reworked timer display options
  • Added 'timer show in options screen' option
  • Some retime bugs fixed.
  • Added version info in log files
  • Renamed a log files name
  • Block using with GhostRunner (cause by the bugs, I'll fix it later... maybe)

2.9

by RedLime on Dec 11, 2021
Download

Fixed IGT doesn't run after changed dimension

2.8

by RedLime on Dec 7, 2021
Download

Fixed some missing point detecting keybinding

2.7

by RedLime on Dec 6, 2021
Download
  • More accurate timer when a timer start or stop
  • Fixed some logger problem

2.6

by RedLime on Dec 4, 2021
Download
  • Support change category in playing.
  • Change start timer keybinding to reset timer (work only custom category)

2.5

by RedLime on Dec 4, 2021
Download
  • Added Split Scale, Split Color Change in Timer Display Options
  • Fixed some bugs in counting times.

2.4

by RedLime on Dec 1, 2021
Download

A calculating RTA and IGT are has changed.

2.3

by RedLime on Nov 27, 2021
Download
  • More accurate timer
  • Added start of timer timing option

2.2

by RedLime on Nov 26, 2021
Download
  • More accurate IGT retimes.
  • Added 'Custom' category for Co-op.
  • Added Timer toggle option in timer display options
  • Changed many API

2.0

by RedLime on Nov 24, 2021
Download

Added Timer Customize, and some bug fixed.

  • Showcase Video

1.9

by RedLime on Nov 22, 2021
Download

Changed IGT counting to be based on client-side ticks.

1.8

by RedLime on Nov 10, 2021
Download

Added Category Timer

1.7

by RedLime on Nov 3, 2021
Download

1.6

by RedLime on Nov 3, 2021
Download

1.5

by RedLime on Nov 3, 2021
Download

change addOptionButton API

1.4

by RedLime on Nov 2, 2021
Download

Added button add api. I'll rewrite api wiki page on Github

1.3

by RedLime on Nov 2, 2021
Download

1.2

by RedLime on Nov 2, 2021
Download

Added an Options API.

register option :

public static final SpeedRunOptions.OptionArgument<TimerPosition> TIMER_POS = new SpeedRunOptions.OptionArgument<>(new Identifier(SpeedRunIGT.MOD_ID, "timerpos"), TimerPosition.SAMPLE_ENUM) {
    @Override
    public TimerPosition valueFromString(String string) {
        return TimerPosition.valueOf(string);
    }

    @Override
    public String valueToString(TimerPosition value) {
        return value.name();
    }
}.register();

get/set option :

SpeedRunOptions.getOption(SpeedRunOptions.TIMER_POS);
SpeedRunOptions.setOption(SpeedRunOptions.TIMER_POS, TimerPosition.SAMPLE_ENUM);

1.1

by RedLime on Oct 28, 2021
Download

Updated an API. (InGameTimer#onComplete(Supplier<InGameTimer>)). It doesn't important update for using.

1.0

by RedLime on Oct 21, 2021
Download
1
21
22

Modrinth is open source.

main@16c5a5a

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.