Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
0.15.0
Release
Changed: Minecraft Mod 0.15.05 months ago 6,762
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changes
- Minecraft 1.20.1.
- Overhauled latex covered blocks.
- Now require a source block to spread, and wont spread forever
- Overhauled facility generation.
- Latexes are configured to spawn in facilities
- "debugFacilitiesEnabled" server config to show piece names/zones
- Removed latex biomes.
- Armor trim parity.
- New Accessories: Wetsuit, white t-shirt, neck ties, dog collar, face mask, tsc vest.
- New Latexes: Crow, Eel, Rabbits, benign orca, female and pup gas wolf.
- New Decoration: Floor signs, Wall signs, Mugs, Shipping containers, Dark Latex puddles, Bar top, Bar stool, CD stack, taur & legless armor stands, cracked walls
- New items: Armor conversion templates
- Experimental Feature: Transfur ability tree.
- Enable the embedded datapack, and use commands to test
- Overhauled tamed Dark Latex AI. They can do cool things now.
- They can help you mine, fish, or hide you from other latexes
- Reworked laser beams.
- Nerfed Siren sing ability.
- Added debuffs to grab ability on escape.
- Added many attributes that TF variants specialize (sprint speed, sneak speed, air capacity, jump strength, fall resistance).
- Added clothing creative tab
- Revised subtitles
- Revised beehive blocks
Bug Fixes
- Transfur damage now respects player damage scaling.
- Stasis chambers drop contents on break.
- Fixed desyncs related to tracking keypresses.
API Changes
- Too many to count.
Known Issues
- Lag spike when transfurring with Pehkui installed
- Stasis chamber model has Z-Fighting
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:Vy8E1gi5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pqfVJxqj:Vy8E1gi5"
}

