Changelog
- Made the amount of time a campfire is lit data-driven. By default, the campfire is lit for 2 minutes. To change the time, make a datapack for the
data/realistic-campfires/campfire/time/
directory withtime.json
file in this directory with the following data:
{
"minutes": int,
"seconds": int
}
Note that both these values are optional. If the added time of minutes
and seconds
exceeds 300
seconds, then it will be capped to 300
seconds, or 5 minutes
.
-
Made it so you can place another log on the campfire, even if it is already lit. Before being extinguished, the game will check the campfire's state to light it on fire again.
-
Added custom textures and models if the campfire is lit and there is a log in it
Dependencies
Files
realistic-campfires-3.1.0+1.21.jar(394.03 KiB) Primary Download
External resources
Project members
shadowhunter22
Owner
Technical information
License
ARR
Client side
required
Server side
required
Project ID