Add beetroot items

This commit is contained in:
Wuzzy 2017-02-06 18:29:13 +01:00
parent db84957be4
commit 282e14cc18
9 changed files with 37 additions and 30 deletions

View file

@ -92,8 +92,7 @@ dofile(minetest.get_modpath("mcl_farming").."/potatoes.lua")
dofile(minetest.get_modpath("mcl_farming").."/mushrooms.lua")
-- ========= BEETROOT =========
-- TODO: Add beetroot textures
--dofile(minetest.get_modpath("mcl_farming").."/beetroot.lua")
dofile(minetest.get_modpath("mcl_farming").."/beetroot.lua")
local time_to_load= os.clock() - init
print(string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load))