forked from MineClone5/MineClone5
update init.lua to load the respawn anchors
This commit is contained in:
parent
57c099943a
commit
1dd81decd5
|
@ -10,3 +10,4 @@ local modpath = minetest.get_modpath("mcl_beds")
|
|||
dofile(modpath .. "/functions.lua")
|
||||
dofile(modpath .. "/api.lua")
|
||||
dofile(modpath .. "/beds.lua")
|
||||
dofile(modpath .. "/respawn_anchor.lua")
|
Loading…
Reference in New Issue