Links
Tags
Creators
Details
26.1v0.6.26a-fabric
Compatibility
Changes
Added new animations for holding a spear (Closes #905)
Updated Simplified Chinese Translations (#887, #930, #975)
New CPM plugin registration on Forge and NeoForge
New paper plugin with Folia support (Closes #842)
26.2 snapshot 8 port
Fixed crash with Real Camera 0.7.0 (Closes #881)
Re-added Real Camera compat on 1.21.8 and 26.1
Re-added Vivecraft support on 1.21.11+
Fixed duplicated chat messages on babric b1.7.3 servers (Closes #969)
Fixed gesture gui crashing on babric b1.7.3 when playing on a server (Closes #968)
Fixed texture editor not working on 1.21.8+ (Closes #917)
Fixed editor issue with ImmediatelyFast (Closes #821)
Fixed incorrect resource reloader usage (Closes #970)
Fixed animations breaking in the Inventory Screen (Closes #965)
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:h1E7sQNL:Gg4CPNtW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h1E7sQNL:Gg4CPNtW"
}

