Commit Graph

6 Commits

Author SHA1 Message Date
William H. beea247565 Add support of milk & eggs from Mobs Redo
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-24 19:41:33 +02:00
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
LeMagnesium 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
rubenwardy ca32dc17ce Fix bug 2015-01-04 17:31:30 +00:00
rubenwardy 0164302915 Fix bugs 2014-11-16 13:05:15 +00:00
rubenwardy 30f3b6d7bc Move stuff around 2014-11-16 12:48:24 +00:00