Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
All versions
4.2.5
Release
TerraFirmaCraft 1.21.1-4.2.52 weeks ago 5,098
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes
- Added Crates. These can store 36 stacks of a single item and are interacted with using no GUI.
- Added Baskets, our version of vanilla bundles.
- Fixed Cougars and Panthers not spawning.
- Updated the visual look of Chestnuts.
- Double-clicking a crate inserts all matching items
- Javelins are now able to break the same blocks that tridents can.
- Rope QOL changes:
- Rope items no longer consumed in creative.
- Ropes disappear at a distance or when their holder disappears.
- Fixed several random bugs with ropes.
- Ropes can no longer be waterlogged.
- Bowl parity (#3634)
- Updated Turkish translations (#3635)
Fixes
- Fixed kelp placement issues (#3633) (#2776)
- Fixed various rope bugs. Ropes can no longer be waterlogged.
- Fixed random dynamic block models (#3637)
- Fixed a bug with the thirst debuff.
- Restored the missing palm crate texture (#3638)
- Steel rope anchors can now be melted
- Prevented more recipes from working with rotten food.
- Fix stove melting recipe.
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:cvJPpviG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:cvJPpviG"
}

