13 lines
296 B
Lua
Raw Normal View History

2021-08-19 21:58:56 -04:00
fl_stone = {}
fl_stone.details = {
version = 1,
name = "fl_stone",
author = "wsor",
license = "MIT",
}
2021-04-18 21:54:18 -04:00
local modpath = minetest.get_modpath("fl_stone")
2021-08-19 21:58:56 -04:00
dofile(modpath .. "/sounds.lua")
2021-07-18 00:08:38 -04:00
dofile(modpath .. "/stone.lua")
dofile(modpath .. "/sand.lua")
dofile(modpath .. "/other.lua")