food/food_basic
LeMagnesium 244e0e3be6 Replaced calls for IntLlib's global variable
At the beginning of the files, when the mod looks for intllibs, it does it by looking for
a variable defined by the library, but when the intllib mod isn't loaded, it ends up calling
for a global variable. Here is a more clean way to check whether or not the variable exists
using a lua function instead of a call for this variable.
2015-05-03 20:18:59 +02:00
..
locale Added french translation into Intllib's local files 2015-05-02 15:08:57 +02:00
textures Fix bugs 2014-11-16 13:05:15 +00:00
README.md Move stuff around 2014-11-16 12:48:24 +00:00
depends.txt Fix bug 2015-01-04 17:31:30 +00:00
description.txt Move stuff around 2014-11-16 12:48:24 +00:00
ingredients.lua Replaced calls for IntLlib's global variable 2015-05-03 20:18:59 +02:00
init.lua Replaced calls for IntLlib's global variable 2015-05-03 20:18:59 +02:00
support.lua Move stuff around 2014-11-16 12:48:24 +00:00

README.md

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.

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.