Tags
Creators
Details
All versions
2.0.8-beta.5
Beta
2.0.8-beta.5-mc1.20.1-fabric2 years ago 78.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Features
- Do not rotate when eating.
- add config: do_not_rotate_when_eating.
- Render in vanilla way when camera entity opacity is close to 1.0
- Determine aiming mode by animation (bow or spear) #69
- Add config:
determine_aim_mode_by_animation.
- Add config:
- Add category camera_offset in yacl config screen.
- Remove config
turn_with_camera_when_enter_first_person. - When switching to third person, camera start from eye position.
- No transition when enter temporary first person.
Bug fix
- Numbers are not allowed in item patterns. #67
- The default namespace of item patterns is always
minecraft. #68
Other
- Check transitioning in render tick pre. e45c556
- Reformat code, suppress some warnings.
- Update .editorconfig.
- Update build scripts.
- Log error when entity rotation is NaN. This can help debugging.
- Optimize item pattern matching.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:S3D3QF0M:w8kSyMIL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:S3D3QF0M:w8kSyMIL"
}

