Tags
Creators
Details
2.3.9
Compatibility
Required content
Changes
- Added loader support 0.15.11, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.16.4, 0.16.5, 0.16.6, 0.16.7, 0.16.8, 0.16.9, 0.16.10. 0.16.11, 0.16.12, 0.16.13, 0.16.14, 0.17.0, 0.17.1, 0.18.3, 0.18.4
- Optimized effects
- Improved avatar quality
The mod requires dependencies:
FabricAPI: https://modrinth.com/mod/fabric-api ModMenu: https://modrinth.com/mod/modmenu PlaceHolder API: https://modrinth.com/mod/placeholder-api You don't need to download anything, the mod will automatically download all the necessary requirements for it and for others (ModMenu, etc.)
If you lost a mod during the update Modrinth App(although it is in the mods folder) Click on Refresh, or restart the Modrinth app
- Bug/Crash - https://discord.gg/JZBM2pcsQ
- My Telegram - t.me/flytomarchik_mods
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:rs0VQAsJ:RDrQFHxt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rs0VQAsJ:RDrQFHxt"
}



