Tags
Creators
Details
2.3.0
Compatibility
Required content
Changes
This is the third release using a new build system I've been working on that maintains 1.20.4-1.16.5 Fabric/Forge/NeoForge all in the same codebase. Assuming everything goes well, this means that 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4, 1.20.2, etc will all become supported and maintained, and contain all the latest, and greatest features and bug fixes. This also means the horrible 1.16.5 version is finally dead.
What's Changed
- All the versions by @tr7zw in https://github.com/tr7zw/FirstPersonModel/pull/410
- Added map_atlases:atlas to auto vanilla hands
- Hiding the cape while swimming, so it can't clip into the camera
- Added NeoForge support
- Fix mod compatibility issues where crouching doesn't apply the offset
- Fix cases where vanilla hands still rendering the held inworld item(for example Create or MrCrayfish's Gun mod)
- Better hiding of stuff attached to the body while swimming and arms with vanilla hands
- All fixes/changes/additions from 1.20 versions are now in all versions, back to 1.16.5
- Add compatibility for Create mod by @XSentinelu in https://github.com/tr7zw/FirstPersonModel/pull/393
- Add Mod Menu entry and create ru_ru.json by @XSentinelu in https://github.com/tr7zw/FirstPersonModel/pull/401
Full Changelog: https://github.com/tr7zw/FirstPersonModel/compare/2.2.3-1.20.2...2.3.0
Known incompatibilities
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:T9f4xYMs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H5XMjpHi:T9f4xYMs"
}

