Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
0.14c
Release
v0.14c2 years ago 18.6K
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
CHANGES
- Improved camera positioning for taur variants, and when grabbed
- Improved entity positioning when riding a taur that's in first person
- Added animation compatibility with "Do a Barrel Roll"
- Added animation compatibility with "Timeless and Classics Zero"
- Added animation compatibility with "Parcool"
- Changing resource packs will now invalidate cached generated textures
- Added basic compatibility with "Entity Model Features"
- Made stiger's eyes customizable
BUGFIXES
- Fixed being unable to break blocks directly after being untf'd while being tf'd
- Fixed incorrectly tagged mixin
- Fixed null crash related to the roomba
- Fixed null crash when TF event is canceled
- Fixed issue related to railing blocks
- Added exception catch to model baking
- Fixed issues related to suited mobs
- Fixed mixin error with Beyond Earth
- Fixed null crash with invalid dropped syringe block
- Fixed mixin error with Survive mod
- Fixed Z-fighting with variant eyes renderer
API CHANGES
- Added AbstractAbilityInstance.tickIdle()
- Added descriptions to abilities
- Added TransfurVariant<?> and TransfurContext to KeepConsciousEvent
- Added cancelable TransfurAttackEvent
- Extended additional eyes layer to behave akin to custom eyes layer
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:pqfVJxqj:pYiPWhFV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pqfVJxqj:pYiPWhFV"
}

