Mod

Better Campfires

Quick rating

Better Campfires

No reviews yet

🔥 Campfires can give buffs, burned out, affected by rains,... and are fully configurable!

Cozy
Survival
Hostile Mobs
QoL & Tweaks
Weather & Environmental Effects
Realism & Immersion
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Optional

About

Project Details

Type
Mod
License
MIT License
Latest Version
bettercampfires-2.5.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

🔥Better Campfires🔥

A mod of my Easycraft modpack <3

If you're using Lithium, it's recommended to put this line into lithium.properties config file to make the Campfires burn out work: mixin.world.block_entity_ticking.sleeping.campfire=false

Better Campfires is a Minecraft mod designed to improve the campfire mechanics, making them more versatile and interactive for players. It introduces a variety of new features to enhance gameplay, buffs, debuffs, and more realistic campfires, which are fully configurable!

Features

  • Custom Buffs For Players: Players receive buffs when near a campfire, adding a strategic element to survival gameplay.
  • Campfires can start unlit: default is false in the config file.
  • Custom Buffs For Hostile Mobs: You can add debuffs or buffs for hostile mobs.
  • Rains And Snow Can Extinguish Campfires: Rains now can extinguish the campfires.
  • Campfires Burn Out: Campfires are burnt out after a certain time.
  • Campfires Burn Hostile Mobs: Campfires now can burn hostile mobs.
  • Campfire Fuels: Fuels to make your campfire burn longer. (works if Campfires Burn Out is enabled)

Giving Buffs: so many buffs!

Configuration

After changing the config, you need to restart the game to apply new changes.

Example Configuration (No Supporting For Cooking Mod Items, Hope Someone Can Make A Pull Request <3)

{
  "campfires_start_unlit": false,
  "campfires_can_burn_out": true,
  "can_check_burn_out_time_left": true,
  "campfires_burn_out_time": 24000,
  "campfires_extinguish_by_rain": true,
  "rain_exinguish_time_multiply": 10,
  "campfires_extinguish_by_snow": true,
  "snow_extinguish_time_multiply": 3,
  "campfires_can_buff": true,
  "campfires_can_buff_for_non_hostile_mobs": true,
  "campfires_can_buff_for_hostile_mobs": true,
  "campfires_can_burn_hostile_mobs_based_on_buff_radius": true,
  "buff_radius": 7,
  "buff_check_interval": 30,
  "buffs": [
    {
      "effect": "minecraft:regeneration",
      "duration": 200,
      "amplifier": 0
    },
    {
      "effect": "minecraft:resistance",
      "duration": 200,
      "amplifier": 0
    }
  ],
  "hostile_mob_buffs": [
    {
      "effect": "minecraft:weakness",
      "duration": 100,
      "amplifier": 0
    },
    {
      "effect": "minecraft:slowness",
      "duration": 100,
      "amplifier": 0
    }
  ],
  "campfire_fuels": [
    {
      "fuelId": "#minecraft:logs",
      "addBurnTime": 1600
    },
    {
      "fuelId": "#minecraft:planks",
      "addBurnTime": 400
    },
    {
      "fuelId": "minecraft:stick",
      "addBurnTime": 200
    },
    {
      "fuelId": "minecraft:coal",
      "addBurnTime": 2400
    },
    {
      "fuelId": "minecraft:charcoal",
      "addBurnTime": 2400
    },
    {
      "fuelId": "minecraft:coal_block",
      "addBurnTime": 19200
    }
  ]
}

Modrinth Download

CursedForge Download

🔥Better Campfires🔥

If you're using Lithium, it's recommended to put this line into lithium.properties config file to make the Campfires burn out work: mixin.world.block_entity_ticking.sleeping.campfire=false

Better Campfires is a Minecraft mod designed to improve the campfire mechanics, making them more versatile and interactive for players. It introduces a variety of new features to enhance gameplay, buffs, debuffs, and more realistic campfires, which are fully configurable!

Features

  • Custom Buffs For Players: Players receive buffs when near a campfire, adding a strategic element to survival gameplay.
  • Campfires can start unlit: default is false in the config file.
  • Custom Buffs For Hostile Mobs: You can add debuffs or buffs for hostile mobs.
  • Rains And Snow Can Extinguish Campfires: Rains now can extinguish the campfires.
  • Campfires Burn Out: Campfires are burnt out after a certain time.
  • Campfires Burn Hostile Mobs: Campfires now can burn hostile mobs.
  • Campfire Fuels: Fuels to make your campfire burn longer. (works if Campfires Burn Out is enabled)

Giving Buffs: so many buffs!

Configuration

After changing the config, you need to restart the game to apply new changes.

Example Configuration (No Supporting For Cooking Mod Items, Hope Someone Can Make A Pull Request <3)

{
  "campfires_start_unlit": false,
  "campfires_can_burn_out": true,
  "can_check_burn_out_time_left": true,
  "campfires_burn_out_time": 24000,
  "campfires_extinguish_by_rain": true,
  "rain_exinguish_time_multiply": 10,
  "campfires_extinguish_by_snow": true,
  "snow_extinguish_time_multiply": 3,
  "campfires_can_buff": true,
  "campfires_can_buff_for_non_hostile_mobs": true,
  "campfires_can_buff_for_hostile_mobs": true,
  "campfires_can_burn_hostile_mobs_based_on_buff_radius": true,
  "buff_radius": 7,
  "buff_check_interval": 30,
  "buffs": [
    {
      "effect": "minecraft:regeneration",
      "duration": 200,
      "amplifier": 0
    },
    {
      "effect": "minecraft:resistance",
      "duration": 200,
      "amplifier": 0
    }
  ],
  "hostile_mob_buffs": [
    {
      "effect": "minecraft:weakness",
      "duration": 100,
      "amplifier": 0
    },
    {
      "effect": "minecraft:slowness",
      "duration": 100,
      "amplifier": 0
    }
  ],
  "campfire_fuels": [
    {
      "fuelId": "#minecraft:logs",
      "addBurnTime": 1600
    },
    {
      "fuelId": "#minecraft:planks",
      "addBurnTime": 400
    },
    {
      "fuelId": "minecraft:stick",
      "addBurnTime": 200
    },
    {
      "fuelId": "minecraft:coal",
      "addBurnTime": 2400
    },
    {
      "fuelId": "minecraft:charcoal",
      "addBurnTime": 2400
    },
    {
      "fuelId": "minecraft:coal_block",
      "addBurnTime": 19200
    }
  ]
}

Modrinth Download

CursedForge Download

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~71,000
Total Downloads
CurseForge
~61,000
Modrinth
~9,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync