All versions
2.1.0-beta1+mc26.2
Beta
2.1.0-beta1 - Minecraft 26.23 weeks ago 12K
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
NeoForge
Quilt
Supported environments
Client-side
Changes
- Switch away from formatting codes internally. Scribble still uses formatting codes to write the books, however Mojang has made it very clear that they're deprecated and steps have been made in 26.2 to remove them from more places. In a future release, this means Scribble will likely need to fall back to using actual text components ("JSON text") to do its book formatting through a server-side mod.
- Fix cursor behaviour at the end of lines.
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:yXAvIk0x:lHq8aTGm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yXAvIk0x:lHq8aTGm"
}

