Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Realistic Campfires
Info
Change how the vanilla campfire works by requiring you to put more work in creating and maintaining a campfire.
To use this mod, download the mod it and move it to your .minecraft/mods
folder. Additionally, you will need to install this mod on your server for it to work properly. The Fabric API jar for this mod is also needed for the client and server.
Features
Whenever you place down a campfire, it will not be lit. In order to light it on fire, you need to do the following things:
Right click
a campfire while holding a log in your main hand- Grab a flint and steel and light the fire. By default, the fire will last for five (5) minutes
After being lit, the campfire will last for five (5) minutes before being extinguished. The amount of time can be configured via a datapack.
- Make a datapack in the
data/realistic-campfires/campfire/time/
directory. - Create a
time.json
file in this directory with the following data:
{
"minutes": int,
"seconds": int
}
Note that both these values are optional. If none of these values are present, then the game will default to 5 minutes
.
Other features include:
- A custom campfire model that indicates a log has been dropped onto the campfire
Shift + right click
to get the log back (note: you need to do so with an empty hand!)- Break the campfire and get the log back.
Other features include:
- Rain will extingish the campfire
- Water, if one block above the campfire, will extingish the campfire
These features apply to both the campfire and soul campfire blocks.
There are also custom textures for the different logs you drop onto the campfire instead being the default oak log.
Versions
This mod is Fabric ONLY. There is no plan to support Forge.
This mod is available for the following Minecraft versions:
1.20
1.20.1
1.20.2
1.20.3
1.20.4
1.20.5
1.20.6
1.21
1.21.1
1.21.2
1.21.3
Client and Server Support
This mod is required to be added to both the client and server for this mod to work properly.