Pseudo-add beetroot (no textures yet)

This commit is contained in:
Wuzzy 2017-02-01 13:27:49 +01:00
parent 3371479ff7
commit f2798ac11e
3 changed files with 117 additions and 0 deletions

View file

@ -91,5 +91,9 @@ dofile(minetest.get_modpath("mcl_farming").."/potatoes.lua")
-- ========= MUSHROOMS =========
dofile(minetest.get_modpath("mcl_farming").."/mushrooms.lua")
-- ========= BEETROOT =========
-- TODO: Add beetroot textures
--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))