diff options
| author | cheapie <no-email-for-you@example.com> | 2016-09-04 18:43:52 -0500 | 
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2016-09-04 18:45:45 -0500 | 
| commit | 8342c18f07fb0099016d851245853deadbd04378 (patch) | |
| tree | d83bddb600802519c99edb7d4cb72217d6913a60 /README | |
| download | campfire_redo-master.tar campfire_redo-master.tar.gz campfire_redo-master.tar.bz2 campfire_redo-master.tar.xz campfire_redo-master.zip | |
Diffstat (limited to 'README')
| -rw-r--r-- | README | 19 | 
1 files changed, 19 insertions, 0 deletions
| @@ -0,0 +1,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/). | 
