1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-06-28 13:56:04 +02:00

19 Commits

Author SHA1 Message Date
9b97006923 Add Russian translation 2018-08-03 12:00:55 +01:00
936565a0cd Add screenshot.png 2018-05-15 20:14:10 +01:00
ccbc21a00c Add compatibility to farming redo coffe_beans 2018-01-09 12:24:15 +00:00
57d0b42892 Fix indentation in previous commit 2017-07-24 13:56:45 +01:00
ba36be5fe0 Fix buckets being lost when making butter 2017-07-24 13:55:20 +01:00
93de17fdc3 Fix intllib boilerplate code 2017-04-03 00:50:59 +01:00
5527349522 Fix bushes_classic support (for sugar) 2016-07-30 23:22:06 +02:00
dbb7b9bb65 Update mtfoods support
Remove unneeded bushes_classic support
Remove unneeded strawberries and rhubarb support (Moved to food_sweet)
2016-07-30 12:44:58 +02:00
b392b415c8 Add ethereal? in depends.txt 2016-07-29 16:52:08 +02:00
93ea79653f Update support of farming redo and mobs redo
Add support of ethereal
2016-07-29 16:49:46 +02:00
dbe3dab2f2 Add spanish locale file. 2015-12-02 09:29:27 -03:00
2771480a74 corrections 2015-11-11 13:39:48 +02:00
29a9ed37f4 Create tr.txt 2015-11-11 00:09:36 +02:00
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
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
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
ca32dc17ce Fix bug 2015-01-04 17:31:30 +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