Using the mod:To use the campfire, you have to craft one. You need 2 stick and 3 stone to craft it following way:
- Code: Select all
default:stick
group:stone default:stick group:stone
group:stone
Just rightclick with a flint_and_steel in your hand on the campfire and it will flame.
In config file you can change next parametres:
- Code: Select all
new_campfire_limit = 1; -- Values: 0 - unlimit campfire, 1 - limit
new_campfire_ttl = 90; -- Time in sec
new_campfire_stick_time = new_campfire_ttl/2; -- How long does the stick increase. In sec
Discussion / Issues: Discussion should take place here, on the forum post. Bugs can best be reported by creating an issue on https://bitbucket.org/g00g01/new_campfire/issues or here.
Code: LGPLv2.1+, textures: CC BY-SA 3.0 Unported
Mod dependencies: default, fire
Download:
New version only minetest 4.15-dev or above !!!
Download v.0.2.3
Old version for minetest 4.14 - 4.15
Download v.0.1.3
Download v.0.1.1
Video link: https://youtu.be/DEoYb-Jz0Mw
- Code: Select all
# Change Log:
[0.1.0] - 2017-02-07
- Release
[0.1.1] - 2017-02-08
- added initllib support
- improved texture fire
[0.1.3] - 2017-03-15
- added: sound file, new textures, changed model, config_file
- added campfire life time
[0.2.0] - 2017-02-13
- added animation particles of fire and smoke
[0.2.3] - 2017-03-15
- added: sound file, new textures, changed model, config_file
- added campfire life time