Tags
Creators
Details
Licensed MIT
Published last year
All versions
2.0.0+1.21.1-fabric
Release
Comfortable Campfires 2.0.0 for 1.21.1 Fabric4 months ago 63
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Added
- Comfortable Campfires can now be used to allow any block to grant effects.
- Just add a new line under
effectsin the config e.g. [effects]"minecraft:lava" = "wither" - With QoMC installed the following command can be used:
/comfortable_campfires_config effects set "minecraft:lava" wither. - If the effect you are trying to set does not exist (for example, if the mod is not loaded, Regeneration will be used instead.)
- Just add a new line under
- QoMC based config is now available for all versions between 1.20.1 and 26.1.
Changed
- Default campfires now grant Nourishment rather than Comfort, as Comfort will be removed in Farmer's Delight v1.3.
Removed
- Config options to switch between Comfort and Regeneration, as it has been replaced by this new system.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| comfortable_campfires-2.0.0+1.21.1-fabric-sources.jar | Unknown | 47.64 KiB |
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:lOZBoyio:blDxWaqY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lOZBoyio:blDxWaqY"
}



