2021-08-03 21:58:19 -04:00

5 lines
155 B
Lua

local modpath = minetest.get_modpath("fl_plantlife")
dofile(modpath .. "/grass.lua")
dofile(modpath .. "/flowers.lua")
dofile(modpath .. "/flowerpot.lua")