Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
0.14
Beta
v0.142 years ago 3,044
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
CHANGES
- Added transfur animation (controllable by gamerule)
- Added grab ability for most latexes
- Reworked white latex swimming
- Swimming WLs can see highlights on entities standing on WL
- Added built-in resourcepacks and datapacks
- Includes: PBR texture pack
- Remodeled many entities: manta rays, stiger, squirrel, mimic plant, buff sharks, and crocodile
- Added "latex mutant bloodcell wolf" (female WL), added M/F "phage latex wolf" (DL), added female white wolf.
- Added railing block
- Added roombas and a charger
- Added rip animation for shorts when transfurring into certain variants
- Added flasked versions of transfur variants
- Added server configs to disable grabbing players, and to disable obnoxious abilities
- Added server config to alter maximum player model size
- Added server config to whitelist and blacklist coverable blocks
- Reworked placed gas canisters to emit a fluid version of gas
- Added air conditioner block that will block gases
- Added instant transfur datapack
- Renamed many blocks, items, and entities
- Added command alias tf -> transfur, untf -> untransfur, progresstf -> progresstransfur
- Added regresstf and gettf
- TF commands now allow selecting multiple players
- Added title screen content warning
- Added animation compat with MrCrayfish's gun mod
- Added animation compat with playerAnimator mod
- Added animation compat with carry-on
- Added animation compat with What are they up to
- Legless variants can now sit/ride
- Added advancement (fly for 15 seconds)
- Added compat with CTM
- Added compat with beyond earth
- And an optional datapack
- Added compat with chisels and bits
- Optimized seatable blocks
- Removed goo vignette
- Added danger-meter
- Adjusted how latexes spawn
- Adjusted DL crystal generation
BUG FIXES
- Fixed missing entity model crash
- Fixed syringe disappearing when used in a full inventory
- Tamed DLs now always absorb
API CHANGES
- Added changed:on_transfur function tag
- Added changed:transfur_damage and changed:transfur_tolerance attributes
- These are intended to be modifiable by items
- Added "infinite" tag to placed gas canisters for map makers
- Combined noVision and nightVision for variant builder
- Reworked transfur variant to modify the players attributes to the variant's attributes
- Renamed isPlayerOrganic to isPlayerNotLatex
- Inverted changed:organic_latex to changed:latex
- Fusions are now controlled with datapacks
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:Sa78uwsB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pqfVJxqj:Sa78uwsB"
}

