1.0.0
Compatibility
Required content
Changes
EMI Tinkers' Construct Fuels
EMI Tinkers' Construct Fuels is a small client-side addon that adds a dedicated EMI category displaying all available Tinkers' Construct smeltery fuels.
Instead of searching through JSON files or external documentation, all fuel properties are available directly from the recipe viewer.
Features
- Displays every registered Tinkers' Construct fuel.
- Shows fuel consumption (mB).
- Shows required temperature.
- Shows fuel duration.
- Shows heating rate.
- Automatically supports fuels added by datapacks or other mods.
Requirements
- Minecraft 1.20.1
- Forge
- EMI
- Tinkers' Construct
Notes
This addon only adds recipe viewer integration. It does not modify gameplay or add any new content.
Compatible with datapacks and mods that register additional Tinkers' Construct fuels.
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:kVrMKqPD:9sGQtHLi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kVrMKqPD:9sGQtHLi"
}



