VoxeLibre/mods/ITEMS/mcl_beds/init.lua

13 lines
238 B
Lua
Raw Normal View History

2017-05-07 20:21:37 +02:00
mcl_beds = {}
mcl_beds.player = {}
mcl_beds.pos = {}
2019-02-20 20:40:06 +01:00
mcl_beds.bed_pos = {}
2017-05-07 20:21:37 +02:00
local modpath = minetest.get_modpath("mcl_beds")
-- Load files
dofile(modpath .. "/functions.lua")
dofile(modpath .. "/api.lua")
dofile(modpath .. "/beds.lua")