Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
Updated 6 days ago
All versions
4.2.7
Release
TerraFirmaCraft 1.21.1-4.2.76 days ago 2,592
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Additions
- Added obsidian knapping, and a full obsidian stone tool set
- Added the Obsidian Macuahuitl, a stone age equivalent of a sword
Changes
- Removed tool tier requirements for mining TFC ores and minerals
Technical
- Added a variety of helpful block and item tags for use by addons and pack devs, such as:
- A tag for all biomes with lakes consistently exposed to the sky
- A tag for biomes that generate only as isolated islands
- Tags for various categories of plants
Fixes
- Hyenas will no longer howl like wolves
- Add missing tags and cooking recipes for the new fish
Optional dependencies
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:eBIfZlEM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:eBIfZlEM"
}



