2021-07-31 20:01:29 -04:00

4 lines
127 B
Lua

local cpath = minetest.get_modpath("fl_agriculture") .. "/crops"
dofile(cpath .. "/carrot.lua")
dofile(cpath .. "/potato.lua")