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

7 Commits

Author SHA1 Message Date
fe801df53e Merge branch 'master' of https://github.com/rubenwardy/food
To correct the problem with buckets being lost while creating butter from milk buckets.
2017-04-06 23:14:58 -07:00
16a51aa924 Git Modded
Changes:
	modified:   food_basic/ingredients.lua
        Include new recipe instructions so as not to destroy buckets when making cheese
	modified:   food_basic/support.lua
        Include separate class for milk buckets
2017-04-06 20:28:50 -07:00
93de17fdc3 Fix intllib boilerplate code 2017-04-03 00:50:59 +01: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
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