
FeatherMorphClient
ArchivedA client integration mod for the FeatherMorph plugin
42.7Kdownloads
24followers
42.7Kdownloads
24followers
FeatherMorphClient has been archived. FeatherMorphClient will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 4 months ago
All versions
0.18.0-beta.2
Beta
0.18.0-beta.24 months ago 1,388
Compatibility
Minecraft: Java Edition
26.1–26.1.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New Feature
- Added Protocol "Compatibility" Mode option in the debug section
- Report this mod is implementing API 17, so that you won't have a limited experience on 1.21.11 servers.
- This option may be removed at any time.
Other
- Changed EntityCulling integration on how to make them not cull our client-side disguise entities.
- Removed
EntityHitboxDebugRendererMixinadded in earlier alpha versions. - Changed how we render the disguise entity again.
- Move disguise to the player's position when rendering, because simply modifying RenderState's position doesn't solve all the problems 🙃
Full Changelog: https://github.com/NiFeather/FeatherMorphClient/compare/0.18.0-alpha.3...0.18.0-beta.2
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:I5NIj6Y1:lqbZZhBp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I5NIj6Y1:lqbZZhBp"
}

