Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated last month
All versions
2.5.0
Release
2.5.0-1.20.1 - Fabriclast year 1.47M
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
- Update for 1.21.6/7
- Fix issues with Forge/NeoForge
- Switch to new config screen, auto vanilla hand items/items turning off the mod can now be configured from there ingame
- fix: Translate untranslated parts of
zh_cnandzh_tw. by @Meow0x7E in https://github.com/tr7zw/FirstPersonModel/pull/539 - Update
ru_ru.jsonby @mpustovoi in https://github.com/tr7zw/FirstPersonModel/pull/558
New Contributors
- @Meow0x7E made their first contribution in https://github.com/tr7zw/FirstPersonModel/pull/539
- @mpustovoi made their first contribution in https://github.com/tr7zw/FirstPersonModel/pull/558
Full Changelog: https://github.com/tr7zw/FirstPersonModel/compare/2.4.9...2.5.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:kpcMdIKp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H5XMjpHi:kpcMdIKp"
}


