Use new player attribute API for bed spawns
This commit is contained in:
parent
9f683542af
commit
b6ee94f9b2
3 changed files with 2 additions and 68 deletions
|
@ -1,7 +1,6 @@
|
|||
mcl_beds = {}
|
||||
mcl_beds.player = {}
|
||||
mcl_beds.pos = {}
|
||||
mcl_beds.spawn = {}
|
||||
|
||||
mcl_beds.formspec = "size[8,15;true]" ..
|
||||
"bgcolor[#080808BB; true]" ..
|
||||
|
@ -14,4 +13,3 @@ local modpath = minetest.get_modpath("mcl_beds")
|
|||
dofile(modpath .. "/functions.lua")
|
||||
dofile(modpath .. "/api.lua")
|
||||
dofile(modpath .. "/beds.lua")
|
||||
dofile(modpath .. "/spawns.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue