Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 508 Bytes

File metadata and controls

16 lines (13 loc) · 508 Bytes

Developer API documentation

Including ImmediatelyFast using Gradle

To use ImmediatelyFast with Gradle you can use the Modrinth maven server:

repositories {
    maven { url "https://api.modrinth.com/maven" }
}

dependencies {
    modImplementation("maven.modrinth:immediatelyfast:x.x.x") // Get latest version from modrinth
}

Main Class

The main class is net.raphimc.immediatelyfast.ImmediatelyFast. It holds the currently loaded config, runtime config and the version of the mod.