mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 01:50:25 +01:00
232b274c55
subgame + mods
46 lines
1.3 KiB
Plaintext
Executable File
46 lines
1.3 KiB
Plaintext
Executable File
Minetest mod "Beds"
|
|
===================
|
|
by BlockMen (c) 2014
|
|
|
|
Version: 1.1
|
|
|
|
About
|
|
~~~~~
|
|
This mod adds a bed to Minetest which allows to skip the night. To sleep rightclick the bed, if playing
|
|
in singleplayer mode the night gets skipped imideatly. If playing on server you get shown how many other
|
|
players are in bed too. If all players are sleeping the night gets skipped aswell. Also the night skip can be forced
|
|
if more than 50% of the players are lying in bed and use this option.
|
|
|
|
Another feature is a controled respawning. If you have slept in bed (not just lying in it) your respawn point
|
|
is set to the beds location. If dying you will respawn there.
|
|
|
|
|
|
|
|
You can craft two types of beds:
|
|
|
|
|
|
Simple shaped bed:
|
|
|
|
wool wool wool
|
|
wood wood wood
|
|
|
|
Fancy shaped bed:
|
|
|
|
wool wool stick
|
|
wood wood wood
|
|
|
|
Notice: You can use any color of wood or wool, mixing different is also possible.
|
|
|
|
|
|
License of source code, textures: WTFPL
|
|
---------------------------------------
|
|
(c) Copyright BlockMen (2014)
|
|
|
|
|
|
|
|
This program is free software. It comes without any warranty, to
|
|
the extent permitted by applicable law. You can redistribute it
|
|
and/or modify it under the terms of the Do What The Fuck You Want
|
|
To Public License, Version 2, as published by Sam Hocevar. See
|
|
http://sam.zoy.org/wtfpl/COPYING for more details.
|