This repository has been archived on 2023-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
|
mcl_beds = {}
|
|
mcl_beds.player = {}
|
|
mcl_beds.pos = {}
|
|
mcl_beds.bed_pos = {}
|
|
|
|
local modpath = minetest.get_modpath("mcl_beds")
|
|
|
|
-- Load files
|
|
|
|
dofile(modpath .. "/functions.lua")
|
|
dofile(modpath .. "/api.lua")
|
|
dofile(modpath .. "/beds.lua")
|