Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated last month
All versions
2.6.0
Release
2.6.0-1.20.1 - Fabric9 months ago 26.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Sorry for the delay, IRL happened, and 1.21.10 was not a fun update for this mod.
What's Changed
- 1.21.10 support by @viciscat with @tr7zw in https://github.com/tr7zw/FirstPersonModel/pull/585
- Added config screen tab to hide RenderLayers of players. This can be used to hide other mods additions while in first-person (needs to be ingame in 1.21.5 and before. Also, Vanilla names will be weird on Fabric/older versions)
- Fix shadow offsets from mods hooking in the api not working like Alien Evolution: First-person Model
- Reworked offset logic to be more stable and hopefully cause less issues
- Fixed spectator mode issues like missing offsets and body parts being visible
- Fixed debug hitbox being visible in newer versions
- Fixed PlayerAnimator support for 1.21.6
- Fully reworked/updated build system and pipeline. Please report any issues like versions not working!
- If you are reading changelogs, you might care about the mod. There is a new options menu on the lib "TRender" (hidden on Fabrics mod menu under "tr7zw Library Modules" and potentially hidden by the setting at the top "Libraries: Shown/Hidden"). It lets you change the UI Style, and enable automatic stack trace reporting for faster bug fixing of my mods. Consider turning this on to help detect issues faster.
Full Changelog: https://github.com/tr7zw/FirstPersonModel/compare/2.5.0...2.6.0
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:H5XMjpHi:rdM3pwTV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H5XMjpHi:rdM3pwTV"
}

