Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 months ago
All versions
2.3.2
Release
yesstevemodel-forge-1.19.2-2.3.2-release2 years ago 8,201
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
2.3.2 Update log
- Synchronize 1.16.5/1.18.2/1.19.2/1.20.1/1.21.1 Forge/Fabric/NeoForge, a total of ten versions
- Fix the problem that
AnimationContentis empty, causing the log screen to refresh - Fix the problem that 1.16.5/1.18.2 Forge is incompatible with the old version of tac grenade
- Fix the 1.21 NeoForge/Fabric memory pool mechanism to avoid the problem of log screen refreshing
- Fix 1.21 NeoForge/Fabric to fix the molang of getting enchantments
- Fix the problem of 1.21 Fabric pre-setting Forge Cloth Config API Port, now version 1.21.1 can be used directly
- Fix the bug of 1.21 not saving the configuration file
- Fix the bug of missing tacz bayonet animation
- Fix the problem of animation flickering in some perspectives
- Modify the parallel animation of the default model to avoid affecting other animations
- The default controller animation of sword swinging has lower body movements
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:bfXyk5qg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:86xjpqqS:bfXyk5qg"
}

