Pseudo-add beetroot (no textures yet)
This commit is contained in:
parent
3371479ff7
commit
f2798ac11e
3 changed files with 117 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue