Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-28 | Merge pull request #22 from asanetargoss/master | rubenwardy | |
Fix typo when checking if hbhunger is installed | |||
2015-06-28 | Fix typo when checking if hbhunger is installed | asanetargoss | |
2015-06-10 | Merge pull request #21 from Banasura/patch-1 | rubenwardy | |
Add support of milk & eggs from Mobs Redo | |||
2015-05-24 | Add support of milk & eggs from Mobs Redo | William H. | |
Add the support of mobs:egg and mobs:bucket_milk from the mod Mobs Redo : https://forum.minetest.net/viewtopic.php?f=11&t=9917 | |||
2015-05-08 | Merge pull request #20 from LeMagnesium/intllib_global_variables | rubenwardy | |
Replaced calls for IntLlib's global variable | |||
2015-05-03 | Replaced calls for IntLlib's global variable | LeMagnesium | |
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 | Merge pull request #19 from LeMagnesium/fr_translation | rubenwardy | |
Added french translation into Intllib's local files | |||
2015-05-02 | Added french translation into Intllib's local files | LeMagnesium | |
- Added french translation in the local files. Every field is translated. | |||
2015-03-18 | Update README.md | rubenwardy | |
2015-02-27 | Correct typo | rubenwardy | |
2015-02-27 | Support for hphunger | rubenwardy | |
2015-02-27 | Add hbhunger to food/depends.txt | rubenwardy | |
2015-01-04 | Fix bug | rubenwardy | |
2014-12-20 | Assignment to undeclared global | rubenwardy | |
2014-11-16 | Merge branch 'master' of https://github.com/rubenwardy/food | rubenwardy | |
2014-11-16 | Fix bugs | rubenwardy | |
2014-11-16 | Move stuff around | rubenwardy | |
2014-11-16 | Update credits | rubenwardy | |
2014-11-16 | Add orange juice | rubenwardy | |
2014-09-29 | Fix food/diet/hud/mtfoods depend loop | rubenwardy | |
2014-09-18 | Change license of ingredient list | rubenwardy | |
2014-08-31 | Support farming redo | rubenwardy | |
2014-08-31 | Create description.txt | rubenwardy | |
2014-08-27 | Food mod version | rubenwardy | |
2014-08-27 | Disable debug | rubenwardy | |
2014-08-27 | Update to 2.3 | rubenwardy | |
2014-08-27 | Module based | rubenwardy | |
2014-04-18 | override function fix if no groups | rubenwardy | |
2014-04-15 | Merge pull request #12 from CiaranG/fixes | rubenwardy | |
A few fixes | |||
2014-04-14 | Minor typo fix | Ciaran Gultnieks | |
2014-04-14 | Support both kinds of animalmaterials eggs | Ciaran Gultnieks | |
2014-04-14 | A couple of fixes to item overriding | Ciaran Gultnieks | |
This resolves several problems, including the one repeatedly reported in the mod's forum topic about "insane recipes". | |||
2014-04-13 | Fix depends.txt | rubenwardy | |
2014-04-13 | Release 2.2 - support for diet mod | rubenwardy | |
2014-04-11 | Support for mobfcooking and fixes. | rubenwardy | |
Credit to Xanthin. | |||
2014-04-10 | Update init.lua | rubenwardy | |
2014-04-10 | Release 2.1 | rubenwardy | |
2014-04-08 | Update init.lua | rubenwardy | |
2014-04-08 | Fix chicken soup problem | rubenwardy | |
2014-04-08 | Merge pull request #8 from Xanthin/translation | rubenwardy | |
only a few typos | |||
2014-04-06 | fix typo | Xanthin | |
2014-04-06 | fix typo | Xanthin | |
2014-03-16 | Merge pull request #7 from CiaranG/master | rubenwardy | |
Add support for bushes sugar | |||
2014-03-16 | Merge pull request #6 from Xanthin/Translation | rubenwardy | |
food localisation | |||
2014-03-16 | Add support for bushes sugar | Ciaran Gultnieks | |
2014-03-11 | added juice | Xanthin | |
2014-03-11 | added soup and juice | Xanthin | |
fixed soup and juice | |||
2014-03-11 | Update init.lua | Xanthin | |
2014-03-11 | fixed Soups | hawkril | |
2014-03-09 | delted S() for soup and juice | Xanthin | |
doesn't work so easy, need other method |