Tags
Creators
Details
5.0.0-beta.1+fabric-1.21.11
Compatibility
Required content
Changes
Finally done and dusted the core of what v5.0 was supposed to be. Now all that's left is to re-implement the couple missing features and that's gonna be a full release. For now, it's a beta.
Changelog
- User interface layout and resource pack sprite rearrangement
- User interface is now customizable via resource packs (sprites and textures)
- "Settings" interface has been moved to a separate tab
- Removed "File > New" for now. No point in having it when there's no editing capabilities
API Changelog
- The "Tabbed Document Interface" now supports having different "types" of tabs. For example one type could be dedicated to showing statistics data, while another could be dedicated to showing a "Settings" interface, etc.

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:n6PXGAoM:KhB1nFfY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:KhB1nFfY"
}

