Tags
Creators
Details
Licensed EUPL-1.2
Published 3 years ago
All versions
4.1.2
Release
TerraFirmaCraft 1.21.1-4.1.22 months ago 10.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes
- Several fixes and updates to channels:
- Fix interactions where multiple channels attempt to fill one point. (#3498)
- Fix a stack overflow if two source channels point at each other.
- Remove theoretical dupe glitch.
- Fix mold tables not rendering with Sodium installed.
- Casting channels now deal damage to players when containing molten metal.
- Glassblowing changes:
- Added an overlay to allow players to see what they are doing.
- The overlay shows the current heat as well as the action's progress, and shows when an action is completed.
- Added glass blowpipes with batches to the creative menu, preventing the default broken-seeming blowpipe items appearing.
- Reduced cooldown/use duration times for glassblowing processes.
- Update bucketed bluegill texture.
- Added missing copper door recipe.
- Added melting recipes for several metal-containing items.
- Added a tag to allow packmakers to prevent icicle generation.
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:h1Db2uRD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaCEZUhg:h1Db2uRD"
}

