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