
FirmaLifeHardCore
A mod that completely overhauls Firmalife's cellar and greenhouse mechanics — no Climate Station required. Enclosed spaces are auto-detected via BFS floodfill with dynamic AABB tracking. Any insulating blocks form a functional cellar or greenhouse.
Links
Tags
Creators
Details
0.3.4-beta
Compatibility
Required content
Changes
0.3.4-beta
Fixes
- Cheese wheels can now actually age — receivers are split by climate type:
CheeseWheelBlock.setValidcomputesshouldAge = valid && climate == ClimateType.CELLARin one pass, andSprinklerBlockEntity.setValidignoresclimateentirely and just syncsvalid. Both assume the receiver only ever receives one climate type — true for vanilla Firmalife, broken for us, because we broadcast both cellar and greenhouse to every receiver and the last call won. The unifiedclimate_receiverstag is replaced by two tags:cellar_receivers(food shelves, hangers, large vessels, cheese wheels) andgreenhouse_receivers(planters, sprinklers).CellarDetectorsorts every receiver position into the matching set at scan time (greenhouse wins if both), andbroadcastToContainerssends each climate only to its own receivers — cheese wheels only ever seeCELLAR, sprinklers/planters only ever seeGREENHOUSE. Old saves load the legacyreceiverslist as cellar receivers; the next re-scan reclassifies by tag.
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:diur6Jqx:XAFuUiiA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:diur6Jqx:XAFuUiiA"
}
