Go to file
thefamilygrog 77614ea608 initial upload to github 2013-04-05 20:40:43 -04:00
textures initial upload to github 2013-04-05 20:40:43 -04:00
.gitattributes initial upload to github 2013-04-05 20:40:43 -04:00
.gitignore initial upload to github 2013-04-05 20:40:43 -04:00
README.txt initial upload to github 2013-04-05 20:40:43 -04:00
armchairs.lua initial upload to github 2013-04-05 20:40:43 -04:00
coffeetable.lua initial upload to github 2013-04-05 20:40:43 -04:00
depends.txt initial upload to github 2013-04-05 20:40:43 -04:00
endtable.lua initial upload to github 2013-04-05 20:40:43 -04:00
init.lua initial upload to github 2013-04-05 20:40:43 -04:00
sofas.lua initial upload to github 2013-04-05 20:40:43 -04:00

README.txt

Living Room Furniture (lrfurn) mod for Minetest


by thefamilygrog66

Description:
Coloured Sofas, Armchairs, Coffee Tables and End Tables, loosely based on PilzAdam's beds mod. There are 9 colours in all: red, orange, yellow, green, blue, violet, black, grey and white.

When you right-click on a sofa or armchair, it transports you onto it, and replenishes your HP. Good if you've just escaped nasty mobs, didn't fare so well in battle, or just had a bad fall. The coffee table - which isn't coloured, just wooden - is pretty much just for decoration. It stands half a block high and nearly 2 blocks long. The end table is similar to the coffee table, though roughly half the length (i.e. only one block) and square.

Recipes:
Sofa

+---------------+---------------+---------------+
| coloured wool | coloured wool | coloured wool |
+---------------+---------------+---------------+
|   wood slab   |   wood slab   |   wood slab   |
+---------------+---------------+---------------+
|     stick     |               |     stick     |
+---------------+---------------+---------------+

Armchair

+---------------+---------------+-------+
| coloured wool | coloured wool |       |
+---------------+---------------+-------+
|   wood slab   |   wood slab   |       |
+---------------+---------------+-------+
|     stick     |     stick     |       |
+---------------+---------------+-------+

Coffee Table (only wood texture)

+-----------+-----------+-----------+
|           |           |           |
+-----------+-----------+-----------+
| wood slab | wood slab | wood slab |
+-----------+-----------+-----------+
|   stick   |           |   stick   |
+-----------+-----------+-----------+

End Table (only wood texture)

+-----------+-----------+-----------+
|           |           |           |
+-----------+-----------+-----------+
| wood slab | wood slab |           |
+-----------+-----------+-----------+
|   stick   |   stick   |           |
+-----------+-----------+-----------+

Mod dependencies: default, wool

License:
Sourcecode: WTFPL (see below)
Graphics: WTFPL (see below)

See also:
http://minetest.net/

         DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.