15 lines
445 B
Lua

--
-- Farming mod
--
farming = {}
dofile(minetest.get_modpath("rp_farming").."/api.lua")
dofile(minetest.get_modpath("rp_farming").."/nodes.lua")
dofile(minetest.get_modpath("rp_farming").."/plants.lua")
dofile(minetest.get_modpath("rp_farming").."/craft.lua")
dofile(minetest.get_modpath("rp_farming").."/achievements.lua")
dofile(minetest.get_modpath("rp_farming").."/mapgen.lua")
dofile(minetest.get_modpath("rp_farming").."/aliases.lua")