Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
3.0.0+1.20+
Release
3.0.0 - 1.20-1.20.23 years ago 5.2M
Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Finally got around to getting FastQuit 3.0.0 out of beta!
- rewrote config system (now uses Cloth Config API)
- if you are updating from 2.x or older you will have to reconfigure your FastQuit options
- added a new option "Allow multiple running Worlds", if disabled you won't be able to join a new singleplayer world until the one in the background has finished saving
- this is to prevent some mod conflicts and will automatically disable itself when an incompatible mod is detected
- fixes an issue with Quilt Standard Libraries
- added some new translations:
- Estonian (thanks Madis0)
- Traditional Chinese (thanks notlin4)
- Ukrainian (thanks BurrConnie)
- Vietnamese (thanks ImVietnam)
- updated some translations:
- Simplified Chinese (thanks GodGun968)
- Italian (thanks Oondanomala)
Please note that some of these translations were made before newer updates and might be incomplete.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:x1hIzbuY:tNgyOUMr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x1hIzbuY:tNgyOUMr"
}



