Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
Updated last week
All versions
4.2.8
Release
TerraFirmaCraft 1.21.1-4.2.8last month 6,797
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Additions
- Armadillos! These new prey animals will curl up in a ball to survive attacks from predators. Thanks Strangelyng!
Changes
- Reorganized the Creative Menu to be more similar to the vanilla layout. Thanks Aleki for your hard work on this one!
- Reorganized the Field Guide to be easier to navigate by moving many topics from the Advanced Mechanics tab into the new Core Mechanics, Food and Agriculture, Crafting, and Metalworking tabs
- Add a reference to the in-world mud recipe to the mud bricks entry in the field guide
- Butterfly particles no longer appear when it is raining
Technical
- Add a rock settings registry, which allows datapacks to override the rock settings for a world without needing to rewrite the entire world preset file
Fixes
- Fixed lentils being impossible to cook
- Fixed beverages giving way too much nutrition (closes #3679)
- Fixed obsidian hoes not being damaged by breaking grass
- Fixed seasonal leaf colors not handling null positions properly
- Made obsidian javelin texture the right color
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:RJ6r1FC1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:RJ6r1FC1"
}

