Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
2.0.2
Release
KubeJS TFC 2.0.22 months ago 777
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- The data type commands (
/kubejs_tfc <search|describe|list_ids>) can now handle all TFC recipe types - Configured feature types have been given a full, proper look over to address assorted issues
- Additionally, the extant types are now fully documented on the docs site, though without examples
- Fix issue with the
tfc:leavesblock builder in TFC 4.2.5+ caused by change in constructor signature. TFC 4.2.5 is now the minimum version - Add ability to generate models using TFC's leaves model loader with
tfc:leavesblock builders - The order of child ingredients given to
TFC.ingredient.and(...)no longer impacts which items the ingredient will be displayed as in recipe viewers when using TFC's precise ingredient types - Add
TFC.data.food.setRecipeTransientNonDecaying(...)which may allow some non-TFC recipe types to have non-rotten outputs
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:mhtClB2S:2tLoZSdy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mhtClB2S:2tLoZSdy"
}



