Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 3 years ago
Updated 2 years ago
All versions
* Add
* Add new render parameter
* Add new parameter to adjust bullet spread[
* Add new feature for switch to first person view when you are aiming at third person view[new parameter
2.4.4-fix2
Beta
2023.2.4.4f-fix23 years ago 22.2K
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Since version 2.4.4f, mcgltf will no longer be used as a dependency. Please note downloading new dependencies[Hegltf is within the mod]
Also need Optifine G5
This is a little update before the major update.
* Adjust emission call for mixing
* Adjust the effect of leaning
* Adjust the rendering of hand
* Add GetLivingAABBEvent API
* Add model cache to hegltf. now you can load more guns with lower memory🔸
* Add new render parameter bobbingFactor [Enhance only]
* Add Hebridge for future character updates
* Add new parameter to adjust bullet spread[accuracyMoveOffset, accuracySprintOffset, accuracyHoverOffset]
* Add new feature for switch to first person view when you are aiming at third person view[new parameter autoSwitchToFirstView in Mod_Config][Support ShoulderSurfing 2.8.1][WIP]
* Fix the issue of abnormal model display when the number of nodes (objects, bones, etc.) exceeds 128🔸
* Fix the issue of incorrect starting point of bullets when leaning🔸
* Fix the issue of incorrect bullet spreaing at times🔸
Supplementary resources
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:S8ZzzoX1:WPqMmFiH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:S8ZzzoX1:WPqMmFiH"
}

