Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
Updated 3 days ago
All versions
4.2.9
Release
TerraFirmaCraft 1.21.1-4.2.93 days ago 1,111
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes
- Made the field guide respond dynamically to config values and temperature settings.
- All config values mentioned in the field guide (i.e. decay modifier values) now change when the config changes.
- All temperatures in the field guide respond to the user's temperature config setting.
- Climate ranges for growth will respond if the user changes the data associated (requires reloading the world).
- Worldgen related values (i.e. spawning ranges) do NOT change based on data, but will change units based on the user config.
- The online field guide will render the default values.
- Made wild crop maturity months configurable.
- Fix a rare worldgen crash.
- Added a JEI category for lamp fuels.
- Changed how plant slowdown works to be less punishing for midair/jumping entities.
- Clarified and fixed several errors in the field guide.
- Fix peanut butter and cassava nutrition.
- Fixed bell molds being in the wrong position in the creative menu.
- Fixed rotten eggs being hatchable (though I think this isn't an issue on 1.21 because eggs laid by chickens aren't decayable)
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:Rf4m5H5l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:Rf4m5H5l"
}

