Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
All versions
2.0.0+1.20.1-fabric
Release
Am I Up To Date? 2.0.0 for 1.20.1 Fabric5 months ago 25
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Re-write
- Use more efficient JSON library
- Switch config to YACL
- Split end user settings out to a different file
- Modpack authors there is a migration tool that runs on start-up to migrate settings from the old config to the new, but you should double-check your settings!
- Beta Users: It should detect that there has been activity on your config and not touch it
- Use new
?include_changelog=falseparameter on the Modrinth API URL- Existing users this will auto append to your URL if it isn't present
- All text is translatable now
- Fixed the "Ignore Update" clickable message not working (#10)
- Add Compatibility with 'Vanilla Notebook' (#14)
- [Beta Relative] Fix crash on NeoForge when parsing the version JSON
I've decided to delay my FancyMenu support as it will require a change in the way I break up versions. It should be out shortly though!
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| aiutd-2.0.0+1.20.1-fabric-sources.jar | Unknown | 73.99 KiB |
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:tgacmJEn:E2OE5N1J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tgacmJEn:E2OE5N1J"
}



