mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 03:51:05 +01:00
9 lines
171 B
Lua
9 lines
171 B
Lua
mcl_loottables = {
|
|
tables = {},
|
|
entries = {},
|
|
}
|
|
|
|
local modpath = minetest.get_modpath("mcl_loottables")
|
|
|
|
dofile(modpath .. "/api.lua")
|
|
dofile(modpath .. "/entries.lua")
|