Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
2.4.1
Release
yesstevemodel-forge-1.18.2-2.4.1-releaselast year 69.1K
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
2.4.1 YSM Update Log
- Fixed the bug that Forge 1.18.2 could not open the maid skin interface
- Fixed the maid rendering bug. Now there will be no memory leak when using Forge 1.18.2-1.20.1 to render maids, statues, and figures, which greatly improves the frame rate
- Added function to switch the rendering of the sophisticated backpack
- Added molang for the sophisticated backpack:
ctrl.has_sophisticated_backpack, when the sophisticated backpack is displayed, this variable returns true - Forge 1.18.2-1.20.1 restores the old ogg file
- Fixed some ctrl variables to ensure that they are exactly the same as the main animation playback conditions
- Cleaned up redundant network packets
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:86xjpqqS:OBu7Fu3L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:86xjpqqS:OBu7Fu3L"
}

