diff options
author | rubenwardy <rubenwardy@gmail.com> | 2014-11-16 12:48:24 +0000 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2014-11-16 12:48:24 +0000 |
commit | 30f3b6d7bc3415e37bb4bfb53ad3667dedab42c9 (patch) | |
tree | a596b7a0fadb5b77c61f04980cbc032aee1211ca /food_basic/README.md | |
parent | e2d20a6a2cd41dd156b821c6bc4807e4855e5c37 (diff) |
Move stuff around
Diffstat (limited to 'food_basic/README.md')
-rw-r--r-- | food_basic/README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/food_basic/README.md b/food_basic/README.md new file mode 100644 index 0000000..c5dcd0c --- /dev/null +++ b/food_basic/README.md @@ -0,0 +1,42 @@ +The Food Mod +============ + +This is the main mod in the food mod collection. + +Version 2.3 + +The Aims +-------- + +All content should follow these aims: +* Basis for expansion - supplies a framework of ingredients for other mods to build upon +* Mod support without dependancies - this allows flexibility for the user +* Minetest-game worthy - (Minimalism) This mod only contains traditional foods - such as cakes, soups and bread. + +Documentation +------------- + +Recipe guide: https://www.dropbox.com/s/tsvjmobv9n3isu0/food_crafting.pdf?dl=1 + +Expansion Packs +--------------- + +There are expansion mods available. Just install them in a mod folder, and everything should be fine. + +* Sweet Foods - https://github.com/rubenwardy/food_sweet +* Modern food (Needs updating) - burgers, soft drinks, pop corn, coffee, etc + +Licensing +--------- + +Created by rubenwardy +License for code: GPL 3.0 or later. +License for textures: CC-BY-SA + +Exceptions: + +* Baked potato texture by Doc, WTFPL +* Dough, flour and wheat textures from default farming mod, WTFPL +* Egg and milk textures from Mobf, CC BY SA + +Have I missed out credit? Please tell me. |