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

Qwikse

Universal API Loader

463
1
Library
AboutChangelogVersions
qwikse logo

Qwikse

Universal API Loader
A library mod for developers who doesn't want to mess with all the APIs
The mod downloads all the APIs based on the Minecraft version

Currently downloads:

  • Quilt Standard Libraries or Fabric API
  • Quilt Kotlin Libraries or Fabric Language Kotlin
  • Architectury API
  • Cloth Config
  • Forge Config API Port
  • Porting Lib

It will only download if the mod doesn't exist

This mod doesn't have to be downloaded by the end user usually, but if you're a modpack author then you could probably include this in your modpack and remove the APIs that the mod automatically adds.

Why would I ever need this?

Let's say for example, you have a mod which works on Minecraft versions 1.16.5–1.19.2 but you include the Fabric API which doesn't work on those versions, so it breaks for the end user if they don't have the API downloaded corresponding to their Minecraft version. This mod basically fixes that issue and a bunch of others

How could I use this as a mod author?

Well you should never include any of the APIs that it adds and you should only include this mod and never add the depends in the mod.json for any of the APIs that this mod adds

repositories {
    // ...
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
    // ...
}

dependencies {
    // ...
    include "maven.modrinth:qwikse:1.1.0"
    // ...
}

Thanks to sschr15 for writing and open-sourcing the magic code it uses to make the end user not have to relaunch their game when the mod finishes downloading everything

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.19–1.19.2
1.18.x
1.17.x
1.16.x
1.15.x
1.14.1–1.14.4

Platforms

Fabric
Quilt

Supported environments

Client only
Server only
Singleplayer
Client and server (optional)

Links

Report issues View source

Creators

Ran
Ran Owner

Details

Licensed MIT
Created 2 years ago
Updated 2 years ago

Modrinth is open source.

new-project-page@ac78952

© 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.