The freeplay.lua will include list.lua, and list.lua will include all the different mods, and the different mods will be a function, so:
List.lua
Code: Select all
include"f-mod"
include"treefarm"
f-mod.all()
treefarm.all()
Code: Select all
function all()
--code blablabla code
end
Also, I know this is a planned feature, but I wanted to do this :p