Campfire Buffs 🔥
The Campfire Buffs modification introduces a unique mechanism for obtaining temporary enhancements when staying near a campfire, with all parameters fully customizable to suit your preferences.

In the default configuration, the campfire grants the player Regeneration and Resistance effects. Each enhancement lasts for 10 seconds (equivalent to 200 game ticks) at level 0 potency.
Before adding new effects, familiarize yourself with the identifiers of all available enhancements in Minecraft.
Configuration Settings
Applying modified settings requires restarting the game.
{
"buff_radius": 5, // Action radius around the campfire
"check_interval": 30, // Check interval in ticks
"require_lit_campfire": true, // Requires lit campfire
"buffs": [ // List of active enhancements
{
"effect": "minecraft:regeneration", // Regeneration effect
"duration": 200, // Duration
"amplifier": 0 // Enhancement level
},
{
"effect": "minecraft:resistance", // Resistance effect
"duration": 200,
"amplifier": 0
}
]
}