Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
Updated yesterday
All versions
3.2.4
Release
TerraFirmaCraft 1.20.1-3.2.42 years ago 3,195
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
A small update, with some fixes and updated localization.
Changes
- Updated localization for Russian, Polish
Fixes
- Fix temperature interpolation being reversed on a chunk basis, causing the temperature in chunks to be subtly different across chunk borders (< 0.1°C)
- Fix undo recipes for cobble and mossy cobble slabs and walls (#2726)
- Fix a duplication exploit involving the Corpse mod (#2676)
- Fix knapping recipes using an ingredient, with a knapping type requiring >1 item, to display correctly in JEI (#2725)
- Fix some pot recipes from addons/datapacks not displaying properly in JEI (#2712)
- Fix some confusing wording in the Bloomery section of the Field Guide
Technical Fixes
ClientSelfTestEventnow fires regardless of if-eais present- Pot recipes that use
ItemStackProviders must now obey one of two conditions:- All item stack providers must not depend on the input
- There must be an equal number of inputs and providers, and all providers must be identical. This must occur because there is no internal matching from ingredients -> providers, and so any input slot may be matched up to any provider. Output of the recipe is undefined behavior if this rule is not followed.
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:zImsrUVb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:zImsrUVb"
}

