forked from mtcontrib/food
		
	Food mod version
This commit is contained in:
		
							
								
								
									
										2
									
								
								api.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								api.lua
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
				
			|||||||
 -- FOOD MOD
 | 
					-- FOOD MOD
 | 
				
			||||||
-- A mod written by rubenwardy that adds
 | 
					-- A mod written by rubenwardy that adds
 | 
				
			||||||
-- food to the minetest game
 | 
					-- food to the minetest game
 | 
				
			||||||
-- =====================================
 | 
					-- =====================================
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
									
									
									
									
								
							@@ -6,7 +6,7 @@
 | 
				
			|||||||
-- Some basic foods
 | 
					-- Some basic foods
 | 
				
			||||||
-- =====================================
 | 
					-- =====================================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
print("Food Mod - Version 2.2")
 | 
					print("Food Mod - Version 2.3")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dofile(minetest.get_modpath("food").."/api.lua")
 | 
					dofile(minetest.get_modpath("food").."/api.lua")
 | 
				
			||||||
dofile(minetest.get_modpath("food").."/support.lua")
 | 
					dofile(minetest.get_modpath("food").."/support.lua")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user