### Include ImmediatelyFast using Gradle Source: https://github.com/raphimc/immediatelyfast/blob/26.1/docs/API_DOCS.md Add the Modrinth maven server to your repositories and include the ImmediatelyFast dependency. Replace 'x.x.x' with the latest version. ```groovy repositories { maven { url "https://api.modrinth.com/maven" } } dependencies { modImplementation("maven.modrinth:immediatelyfast:x.x.x") // Get latest version from modrinth } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.