1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-07-23 09:10:20 +02:00
Commit Graph

123 Commits

Author SHA1 Message Date
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
4d6a3a8a02 Merge pull request #19 from LeMagnesium/fr_translation
Added french translation into Intllib's local files
2015-05-03 12:47:09 +01:00
489f2797ab Added french translation into Intllib's local files
- Added french translation in the local files. Every field is translated.
2015-05-02 15:08:57 +02:00
7dd36b85e1 Update README.md 2015-03-18 08:59:16 +00:00
df72779470 Correct typo 2015-02-27 08:50:15 +00:00
98d9d20cd9 Support for hphunger 2015-02-27 08:49:49 +00:00
93896c0824 Add hbhunger to food/depends.txt 2015-02-27 08:46:48 +00:00
ca32dc17ce Fix bug 2015-01-04 17:31:30 +00:00
2897fe334f Assignment to undeclared global 2014-12-20 20:08:45 +00:00
f1dcbbb7c8 Merge branch 'master' of https://github.com/rubenwardy/food 2014-11-16 13:15:28 +00:00
0164302915 Fix bugs 2014-11-16 13:05:15 +00:00
30f3b6d7bc Move stuff around 2014-11-16 12:48:24 +00:00
381e418408 Update credits 2014-11-16 12:41:45 +00:00
e2d20a6a2c Add orange juice 2014-11-16 12:38:20 +00:00
fee1ca8670 Fix food/diet/hud/mtfoods depend loop 2014-09-29 18:56:11 +01:00
5adab9f406 Change license of ingredient list 2014-09-18 14:50:32 +01:00
a574323b56 Support farming redo 2014-08-31 17:40:35 +01:00
ba7a432e05 Create description.txt 2014-08-31 17:33:29 +01:00
cf3716e3c0 Food mod version 2014-08-27 19:53:32 +01:00
af275aa5cc Disable debug 2014-08-27 19:48:55 +01:00
2c3e8c3056 Update to 2.3 2014-08-27 19:45:30 +01:00
96f9e7295d Module based 2014-08-27 19:30:45 +01:00
e4b9ff0373 override function fix if no groups 2014-04-18 08:49:12 +01:00
dbcd373e30 Merge pull request #12 from CiaranG/fixes
A few fixes
2014-04-15 14:41:40 +01:00
f2508662f7 Minor typo fix 2014-04-14 19:06:40 +01:00
90344ad00a Support both kinds of animalmaterials eggs 2014-04-14 19:06:25 +01:00
3a335e9de2 A couple of fixes to item overriding
This resolves several problems, including the one repeatedly reported
in the mod's forum topic about "insane recipes".
2014-04-14 19:06:17 +01:00
9de90d2766 Fix depends.txt 2014-04-13 19:11:15 +01:00
fa8223d0b2 Release 2.2 - support for diet mod 2014-04-13 19:10:36 +01:00
230ea9bf54 Support for mobfcooking and fixes.
Credit to Xanthin.
2014-04-11 16:48:31 +01:00
1e5e81b95d Update init.lua 2014-04-10 19:26:42 +01:00
810022f19c Release 2.1 2014-04-10 19:18:25 +01:00
11175d025f Update init.lua 2014-04-08 19:44:58 +01:00
a91d869b49 Fix chicken soup problem 2014-04-08 18:54:35 +01:00
18d21cbfb2 Merge pull request #8 from Xanthin/translation
only a few typos
2014-04-08 15:43:01 +01:00
a74316b4ef fix typo 2014-04-06 20:30:10 +02:00
de188a8593 fix typo 2014-04-06 20:29:06 +02:00
3f5338ec8c Merge pull request #7 from CiaranG/master
Add support for bushes sugar
2014-03-16 19:01:14 +00:00
953057a817 Merge pull request #6 from Xanthin/Translation
food localisation
2014-03-16 19:01:01 +00:00
733fbcd1cc Add support for bushes sugar 2014-03-16 10:20:34 +00:00
be35e79615 added juice 2014-03-11 12:53:38 +01:00
796a7cace3 added soup and juice
fixed soup and juice
2014-03-11 12:49:55 +01:00
1c4cbd162c Update init.lua 2014-03-11 12:46:06 +01:00
2f6042c189 fixed Soups 2014-03-11 12:23:56 +01:00
ad571992c3 delted S() for soup and juice
doesn't work so easy, need other method
2014-03-09 20:15:17 +01:00
cbff898c50 added soup translation 2014-03-09 20:03:38 +01:00
091bec3b34 added S() to soup 2014-03-09 20:02:48 +01:00
a6e7873ce8 Fixed wrong spelling 2014-03-08 22:49:34 +01:00
0ea9342354 Fixed wrong spelling 2014-03-08 22:49:09 +01:00
93eee4dc2f added german translation 2014-03-08 22:38:32 +01:00