Tags
Creators
Details
1.2.4b
Compatibility
Required content
Changes
Create: TFMG Community Edition 1.2.4b
Rant:
Something something version idk :3
This patch fixes some recipes, a weird texture and a dupe bug
Contributors:
@pouffy @wolfieboy09 @pepagg
Please note that not all bugs are fixed and some new additions are subject to change and should be considered experimental.
Changelog:
Bug Fixes:
- IElectric now updates when the power state changes (power/voltage usage/generation) which fixes Creative Generators not updating the network.
- Fixed Blast Furnace not being able to finish recipes.
- Fixed Distillation Controller not detecting heat properly.
- Fixed names of the Layered Galena textures.
- Fixed a duplication bug related to Sable.
- Engines no longer fully assemble on a right-click with any item unless you are in Creative.
Changes:
- Distillation
- The amount drained now matches recipe input amount.
- The amount filled now matches the recipe result amount.
- Added a delay between processes based on the heat level of the tank.
- Added ponder for the Winding Machine.
Known issues:
- Engines don't have ponders.
- Vats and Tanks of different types connect to each other.
- Breaking a Cable Connector doesn't fully disconnect the other end.
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:hC1xYvnS:avOMXN07"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hC1xYvnS:avOMXN07"
}

