Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last year
All versions
Mouth-2.5.1
Release
SSkins Mouth 2.5.1last year 374
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Minecraft Mod Installation Info
Minecraft Version
- Version:
1.20.1
Forge Version
- Forge:
47.4.3
Installed Mod
- Mod Name:
DMSMouthUtils - File:
DMSMouthUtils+mc1.20.1-2.5.1+forge.jar - Mod Version:
2.5.1 - Platform: Forge
Required Dependency
- Required Mod:
Plasmo Voice - Required Version:
forge-1.20.1-2.1.3
Notes
- Please ensure that Plasmo Voice version
2.1.3for Forge is installed, or theDMSMouthUtilsmod may not work correctly.
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:yDK0FReu:O1Seb86X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yDK0FReu:O1Seb86X"
}


