Tags
Creators
Details
1.4
Compatibility
Changes
-
Improved text centring in help menu.
-
Added help menu tip to Broad Knife item description
-
Resolved corner blocks not connecting to other Timber Frames blocks
-
Resolved text not displaying correctly
-
Significantly improved codebase for future additions (and lowering file size)
-
Switched to an internal tag system to avoid forge tag clutter
-
Corrected mod name in-game
-
Added Barn Timber Frames
-
Added additional variant that only connects to itself called Iso (available in settings in the Broad Knife help menu)
-
Improved codebase
-
Fixed CTM detection always being true
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:M7N4aD7O:fAcW7sPz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M7N4aD7O:fAcW7sPz"
}
