Beds - MCreator-Examples/Tale-of-Biomes GitHub Wiki
GUI TEXTURES
![]() |
![]() |
![]() |
![]() |
![]() |
OVERVIEW
Beds allow the player to sleep in Eldenmoor. The player does not lie down but rather an effect plays using overlays to make the screen go dark before the player wakes up. Beds are used to pass time mainly but also nice as a decorative block. Beds can also set the spawn point of the player.
CRAFTING
Currently, the block can't be crafted.
GENERATION
Currently, the block is not generated in Eldenmoor.
TIME & WEATHER
TIME
When the player sleeps the time will try to add the closest hour to reach 6:00 AM
in-game this time may be between 0 and 1000 in ticks.
For example, if the player sleeps at 13444 the player will wake up at the 444 tick in the next day.
WEATHER
When the player uses the bed the weather will be clear for 1 to 7 days Time = 24000 ticks * (1 ~ 7) days
SLEEPING
It is only possible to sleep between the following times based on the weather:
Weather | Time |
---|---|
Clear | 12542 to 23459 |
Raining | 12010 to 23991 |
Thunder | Any time |
SPAWNPOINT
It is possible to set your spawn point at the location where you right-click on the bed with the desired rotation.
Setting the spawn point can be done regardless of the time of day and weather.