Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
0.14b
Release
v0.14b2 years ago 4,148
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
CHANGES
- Reverted latexes spawning in daylight
- /curepale actually cures normal plays
- Added some compatability with Origins
- Added brief cooldown to prevent aggroing latexes right after TF
- Reworked animation definition code to be data oriented
- Removed unused TF variant tags
- Added temporary_only tag to fix soft-banning (benign tf with keepForm)
BUGFIXES
- Fixed not being able to put flasks in the infuser
- Fixed crash related to DL pup with armor
- Fixed blindness issue with distant horizon
- Fixed hurt animation when TF to less max health
- Fixed FerriteCore crash related to block state neighbor tables
- Fixed TFd players taking suffocation damage when they shouldn't
- Fixed sprint food efficiency math error
- Reworked food efficiency mixins to be less invasive
- Reworked fall flight mixins to be less invasive
- Fixed clothing sizes on partial TF and latex human
- Fixed some TF anim issues with certain entities
- Fixed stiger not holding extra items
- Fixed crash with special latex renderer
- Added early out check for railing block updates
- Fixed campfire block being latex coverable
API CHANGES
- Added REDUCED vision type, used with raccoon and white latexes
- Moved UniversalAbilitiesEvent to mod loading event bus
- Added event function that can be mixin'd into
- Created annotation processor for @RequiredMods
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:elkSLmQk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pqfVJxqj:elkSLmQk"
}

