1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-27 03:50:17 +02:00

Delete old beds mod and add new beds mod

(from mt_game)
This commit is contained in:
Ombridride
2015-03-03 21:01:25 +01:00
parent 51f0455410
commit 731cc4e82e
25 changed files with 209 additions and 236 deletions

View File

@ -0,0 +1,16 @@
beds = {}
beds.player = {}
beds.pos = {}
beds.spawn = {}
beds.formspec = "size[8,15;true]"..
"bgcolor[#080808BB; true]"..
"button_exit[2,12;4,0.75;leave;Leave Bed]"
local modpath = minetest.get_modpath("beds")
-- load files
dofile(modpath.."/functions.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/beds.lua")
dofile(modpath.."/spawns.lua")