From 8342c18f07fb0099016d851245853deadbd04378 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 4 Sep 2016 18:43:52 -0500 Subject: Add content --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7b9a353 --- /dev/null +++ b/README @@ -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/). -- cgit v1.2.3