diff options
-rw-r--r-- | api.lua | 2 | ||||
-rw-r--r-- | init.lua | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ - -- FOOD MOD +-- FOOD MOD -- A mod written by rubenwardy that adds -- food to the minetest game -- ===================================== @@ -6,7 +6,7 @@ -- 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").."/support.lua") |