1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-19 14:00:20 +02:00

allow sleeping in beds!

fixed by using some code from mt_game, with changes
This commit is contained in:
Vanessa Ezekowitz
2017-09-29 01:03:05 -04:00
parent 228e25e123
commit 4eaf265e65
3 changed files with 181 additions and 17 deletions

View File

@ -19,4 +19,6 @@ dofile(handlerpath.."registration.lua")
-- some nodes have particle spawners
dofile(handlerpath.."water_particles.lua")
dofile(handlerpath.."mt_game_beds_functions.lua")
dofile(handlerpath.."sit.lua")