4 lines
143 B
Lua
Raw Normal View History

2021-04-18 21:54:18 -04:00
local modpath = minetest.get_modpath("fl_stone")
2021-07-18 00:08:38 -04:00
dofile(modpath .. "/stone.lua")
dofile(modpath .. "/sand.lua")
dofile(modpath .. "/other.lua")