Food mod version

This commit is contained in:
rubenwardy 2014-08-27 19:53:32 +01:00
parent af275aa5cc
commit cf3716e3c0
2 changed files with 2 additions and 2 deletions

View File

@ -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
-- ===================================== -- =====================================

View File

@ -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")