Tags
Creators
Details
All versions
2.3.9-1.21-fabric
Release
Truly-Modular-miapi-fabric-2.3.9-1.212 weeks ago 110
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
v2.3.9 (1.21)
Changes
- added cache system to optimise tool calls from other mods
- reworked optimised speed lookups to sidestep vanillas lookup system
- optimised tool damage lookup
- reworked and expanded throw
- can now throw with offset from player
- can now set min timer
- can now configure auto-throw on min timer
- added cooldown on throw
- added support for poses
Fixes
- fixed serveronly reload bug
- fixed chainmodel end rotation
- fixed disconnects related to crafting enchants
- fixed wood translation being missing
- fixed sometimes removing stats from loot
- fixed item rendering flickering in odd circumstances
- fixed crash when smithing with an invalid material
- fixed crash when Construct from Fungal Infection: Spore
- fixed stability issues with reloading texture packs
- fixed minor stability issues related to Overlay Rendering
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:c4Uf1TKc:GXb3C3G6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c4Uf1TKc:GXb3C3G6"
}

