blob: 7b9a3538d1b0f2e2bcd6f6ecc189f8d5393e0c99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
campfire_redo mod for Minetest
==============================
This is a remake of the old broken "campfire" mod by an unknown author.
Use:
Place one, add some fuel, and watch it burn. Add more fuel as necessary.
Crafting:
{
output = "campfire_redo:campfire 1",
recipe = {
{"","default:stick",""},
{"default:stick","","default:stick"}
}
}
Code License: Unlicense, see https://unlicense.org/ for more information.
Texture License: Based on default_stick.png and fire_basic_flame_animated.png from minetest_game (https://github.com/minetest/minetest_game), CC BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/).
|