All versions
0.8.1
Release
DecoFirmaCraft (TFC) 0.8.111 months ago 5,799
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
- fixed for newer tfc versions, i dont think itll work for older versions now sorry but i havent tested
- added large stone bricks, crafted like regular bricks except instead of a brick item it uses smooth stone, test it out!
- columns now act as supports with a 9x9x2 area, only supporting 1 block above and the layer on the same level as the column, since they cant collapse like supports and are super compact. should make for nice cave bases
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| dfc-0.8.1-NoOre.jar | Unknown | 5.84 MiB |
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:p06DPXOV:Eq7rlKJL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p06DPXOV:Eq7rlKJL"
}



