-- -- 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")