Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
All versions
3.2.22
Release
TerraFirmaCraft 1.20.1-3.2.222 months ago 13.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes
- Added a fallback for the rock surface height cache. This should prevent some crashes with Distant Horizons.
- Fixed anvil updates not syncing to other players.
- Fixed colored steel buckets not displaying fluid color.
- Fixed crucibles blocking rain from being viewed by forges.
- Fixed not being able to replace flowing fluid with a source of the same fluid type using a TFC bucket.
- Fixed TFC fluids not preventing fall damage.
- Fixed donkeys being able to hold multiple chests.
- Allow making yellow dye from native gold powder.
- Fixed some issues with mangrove generation.
- Fixed some issues with submerged tree generation.
- Fixed an interaction where barrel racks would break when moved.
- Fixed an issue where rats might try to despawn on the client only.
- Fixed a problem where cats appeared sleeping even when they were not.
- Changed some entity models to be slightly more compatible with Create.
- Added a tag that can be used by packmakers to prevent icicle generation on certain blocks.
Optional dependencies
Any compatible version
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:JaCEZUhg:oa33yuzy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:oa33yuzy"
}

