rubenwardy 
							
						 
					 
					
						
						
							
						
						32546ed20e 
					 
					
						
						
							
							Merge pull request  #26  from mahmutelmas06/corrections  
						
						... 
						
						
						
						Corrections 
						
						
					 
					
						2015-11-11 15:52:38 +00:00 
						 
				 
			
				
					
						
							
							
								Mahmut Elmas 
							
						 
					 
					
						
						
							
						
						2771480a74 
					 
					
						
						
							
							corrections  
						
						
						
						
					 
					
						2015-11-11 13:39:48 +02:00 
						 
				 
			
				
					
						
							
							
								Mahmut Elmas 
							
						 
					 
					
						
						
							
						
						29a9ed37f4 
					 
					
						
						
							
							Create tr.txt  
						
						
						
						
					 
					
						2015-11-11 00:09:36 +02:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						1724db4fba 
					 
					
						
						
							
							Stop crash on damage disabled.  
						
						
						
						
					 
					
						2015-10-27 13:47:31 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						9913055d6a 
					 
					
						
						
							
							Add travis checks  
						
						
						
						
					 
					
						2015-08-04 20:16:50 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						3edc66302e 
					 
					
						
						
							
							Warn if modules create crafts for items other than those they declare  
						
						
						
						
					 
					
						2015-08-04 09:18:28 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						6708667b67 
					 
					
						
						
							
							Remove error (it's not needed, a warning is enough)  
						
						
						
						
					 
					
						2015-07-30 09:56:17 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						5c7cc84456 
					 
					
						
						
							
							Tell user how to ignore no fallback error.  
						
						
						
						
					 
					
						2015-07-30 09:38:27 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						7c0a7b5a33 
					 
					
						
						
							
							Cache disable_fallbacks etc settings  
						
						
						
						
					 
					
						2015-07-30 09:29:04 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						22be456ab7 
					 
					
						
						
							
							Setting to disable fallbacks  
						
						
						
						
					 
					
						2015-07-30 09:23:07 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						0948eefe45 
					 
					
						
						
							
							Fix food.item_eat bug  
						
						
						
						
					 
					
						2015-07-02 10:43:00 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						f634d57d4a 
					 
					
						
						
							
							Merge pull request  #22  from asanetargoss/master  
						
						... 
						
						
						
						Fix typo when checking if hbhunger is installed 
						
						
					 
					
						2015-06-28 22:46:40 +01:00 
						 
				 
			
				
					
						
							
							
								asanetargoss 
							
						 
					 
					
						
						
							
						
						965973c013 
					 
					
						
						
							
							Fix typo when checking if hbhunger is installed  
						
						
						
						
					 
					
						2015-06-28 14:05:58 -07:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						24d05b7aed 
					 
					
						
						
							
							Merge pull request  #21  from Banasura/patch-1  
						
						... 
						
						
						
						Add support of milk & eggs from Mobs Redo 
						
						
					 
					
						2015-06-10 21:59:29 +01:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						80990e12e1 
					 
					
						
						
							
							Merge pull request  #20  from LeMagnesium/intllib_global_variables  
						
						... 
						
						
						
						Replaced calls for IntLlib's global variable 
						
						
					 
					
						2015-05-08 18:32:50 +01: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 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
						
						7dd36b85e1 
					 
					
						
						
							
							Update README.md  
						
						
						
						
					 
					
						2015-03-18 08:59:16 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						df72779470 
					 
					
						
						
							
							Correct typo  
						
						
						
						
					 
					
						2015-02-27 08:50:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						98d9d20cd9 
					 
					
						
						
							
							Support for hphunger  
						
						
						
						
					 
					
						2015-02-27 08:49:49 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						93896c0824 
					 
					
						
						
							
							Add hbhunger to food/depends.txt  
						
						
						
						
					 
					
						2015-02-27 08:46:48 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						ca32dc17ce 
					 
					
						
						
							
							Fix bug  
						
						
						
						
					 
					
						2015-01-04 17:31:30 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						2897fe334f 
					 
					
						
						
							
							Assignment to undeclared global  
						
						
						
						
					 
					
						2014-12-20 20:08:45 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						f1dcbbb7c8 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/rubenwardy/food  
						
						
						
						
					 
					
						2014-11-16 13:15:28 +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 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						381e418408 
					 
					
						
						
							
							Update credits  
						
						
						
						
					 
					
						2014-11-16 12:41:45 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						e2d20a6a2c 
					 
					
						
						
							
							Add orange juice  
						
						
						
						
					 
					
						2014-11-16 12:38:20 +00:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						fee1ca8670 
					 
					
						
						
							
							Fix food/diet/hud/mtfoods depend loop  
						
						
						
						
					 
					
						2014-09-29 18:56:11 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						5adab9f406 
					 
					
						
						
							
							Change license of ingredient list  
						
						
						
						
					 
					
						2014-09-18 14:50:32 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						a574323b56 
					 
					
						
						
							
							Support farming redo  
						
						
						
						
					 
					
						2014-08-31 17:40:35 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						ba7a432e05 
					 
					
						
						
							
							Create description.txt  
						
						
						
						
					 
					
						2014-08-31 17:33:29 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						cf3716e3c0 
					 
					
						
						
							
							Food mod version  
						
						
						
						
					 
					
						2014-08-27 19:53:32 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						af275aa5cc 
					 
					
						
						
							
							Disable debug  
						
						
						
						
					 
					
						2014-08-27 19:48:55 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						2c3e8c3056 
					 
					
						
						
							
							Update to 2.3  
						
						
						
						
					 
					
						2014-08-27 19:45:30 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						96f9e7295d 
					 
					
						
						
							
							Module based  
						
						
						
						
					 
					
						2014-08-27 19:30:45 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						e4b9ff0373 
					 
					
						
						
							
							override function fix if no groups  
						
						
						
						
					 
					
						2014-04-18 08:49:12 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						dbcd373e30 
					 
					
						
						
							
							Merge pull request  #12  from CiaranG/fixes  
						
						... 
						
						
						
						A few fixes 
						
						
					 
					
						2014-04-15 14:41:40 +01:00 
						 
				 
			
				
					
						
							
							
								Ciaran Gultnieks 
							
						 
					 
					
						
						
							
						
						f2508662f7 
					 
					
						
						
							
							Minor typo fix  
						
						
						
						
					 
					
						2014-04-14 19:06:40 +01:00 
						 
				 
			
				
					
						
							
							
								Ciaran Gultnieks 
							
						 
					 
					
						
						
							
						
						90344ad00a 
					 
					
						
						
							
							Support both kinds of animalmaterials eggs  
						
						
						
						
					 
					
						2014-04-14 19:06:25 +01:00 
						 
				 
			
				
					
						
							
							
								Ciaran Gultnieks 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						9de90d2766 
					 
					
						
						
							
							Fix depends.txt  
						
						
						
						
					 
					
						2014-04-13 19:11:15 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						fa8223d0b2 
					 
					
						
						
							
							Release 2.2 - support for diet mod  
						
						
						
						
					 
					
						2014-04-13 19:10:36 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						230ea9bf54 
					 
					
						
						
							
							Support for mobfcooking and fixes.  
						
						... 
						
						
						
						Credit to Xanthin. 
						
						
					 
					
						2014-04-11 16:48:31 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						1e5e81b95d 
					 
					
						
						
							
							Update init.lua  
						
						
						
						
					 
					
						2014-04-10 19:26:42 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						810022f19c 
					 
					
						
						
							
							Release 2.1  
						
						
						
						
					 
					
						2014-04-10 19:18:25 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						11175d025f 
					 
					
						
						
							
							Update init.lua  
						
						
						
						
					 
					
						2014-04-08 19:44:58 +01:00 
						 
				 
			
				
					
						
							
							
								rubenwardy 
							
						 
					 
					
						
						
							
						
						a91d869b49 
					 
					
						
						
							
							Fix chicken soup problem  
						
						
						
						
					 
					
						2014-04-08 18:54:35 +01:00