Move small mushrooms to mcl_mushrooms

This commit is contained in:
Wuzzy 2017-03-01 01:16:52 +01:00
parent 54a011b521
commit 15b5d8917a
12 changed files with 94 additions and 89 deletions

View file

@ -88,9 +88,6 @@ dofile(minetest.get_modpath("mcl_farming").."/carrots.lua")
-- ========= POTATOES =========
dofile(minetest.get_modpath("mcl_farming").."/potatoes.lua")
-- ========= MUSHROOMS =========
dofile(minetest.get_modpath("mcl_farming").."/mushrooms.lua")
-- ========= BEETROOT =========
dofile(minetest.get_modpath("mcl_farming").."/beetroot.lua")