diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |