Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
Updated 2 weeks ago
All versions
4.2.6
Release
TerraFirmaCraft 1.21.1-4.2.62 months ago 5,937
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Additions
- Added Dromedary and Bactrian Camels
- These are based on the Vanilla camel, and ported into TFC by @strangelyng
- Camels are slower than the average horse, but get a speed bonus on all dry blocks
- Dromedaries can carry two riders and are immune to cactus damage
- Bactrians may be sheared, and are not slowed by snow
- Added obsidian shards which can be used to craft arrowheads, knives, and javelins
- Allow bones to be used as handles for stone tools again
- Common tags for TFC Biomes
Changes
- Log piles now require double-clicking to insert/retrieve entire stacks. This means that retrieving entire stacks no longer requires an empty hand.
- Allow butterfly particles to appear more often, and at any time of year that it is warm enough
- Restricted butterflies to daytime, and moths to nighttime
- Changed noises for seals
- Increased wool output of sheep to not be substantially worse than all over woolly animals
- New driftwood models
- Made prey animals avoid predators like they were supposed to
- Made lakes get placed more consistently in worldgen
Fixes
- Fixed being able to shear baby animals
- Made the bases of stratovolcanoes less circular, particularly when they form islands
- Fixed plants/leaves not correctly animating with the seasons
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:vgC0QYyC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:vgC0QYyC"
}

