
Modrinth · Minecraft mod
Qwikse
Universal API Loader
Quick answer
Which Qwikse release matches 1.14.3-pre2?
Qwikse 1.1.0 targets 1.14.1, 1.14.2-pre1, 1.14.2-pre2 with Fabric, Quilt. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.
Where it goes
Is Qwikse required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Qwikse 1.1.0 need?
1.1.0 on 1.14.3-pre2. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Qwikse without breaking your instance.
Built for Qwikse 1.1.0 on 1.14.3-pre2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.1.0. It targets 1.14.1, 1.14.2-pre1, 1.14.2-pre2 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.1.0. It opens that exact file at the source.
About this project
What does Qwikse add?
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
Project description from Modrinth.
Pick your setup
Qwikse by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
22w19a
2 loader builds22w18a
2 loader builds22w17a
2 loader builds22w16b
2 loader builds22w16a
2 loader builds22w15a
2 loader builds22w14a
2 loader builds22w13oneblockatatime
2 loader builds22w13a
2 loader builds22w12a
2 loader builds22w11a
2 loader buildsShowing the newest 12 of 200 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Qwikse versions and loaders
1.1.0
qwikse-1.1.0.jar
6 Sept 2022
1.0.1
qwikse-1.0.1.jar
20 Aug 2022
1.0.0
qwikse-1.0.0.jar
11 Aug 2022
Looking for an older file? The official Modrinth project page is in Resources.