homedecor_modpack/lrfurn
Vanessa Ezekowitz 3ea7d5d84e don't deduct sofas from inventory in creative mode 2017-02-22 14:57:52 -05:00
..
models convert lrfurn to use param2 colorization 2017-01-30 17:10:01 -05:00
textures convert lrfurn to use param2 colorization 2017-01-30 17:10:01 -05:00
README.txt import lrfurn mod 2014-07-18 19:37:08 -04:00
armchairs.lua use unified dyes' on_rotate handler for some nodes 2017-02-18 13:01:49 -05:00
coffeetable.lua Add missing translations. 2017-01-29 21:57:15 -03:00
depends.txt convert lrfurn to use param2 colorization 2017-01-30 17:10:01 -05:00
endtable.lua Add missing translations. 2017-01-29 21:57:15 -03:00
init.lua use unified dyes' rotation correction functions 2017-02-17 23:07:25 -05:00
longsofas.lua don't deduct sofas from inventory in creative mode 2017-02-22 14:57:52 -05:00
sofas.lua don't deduct sofas from inventory in creative mode 2017-02-22 14:57:52 -05:00

README.txt

Living Room Furniture (lrfurn) mod for Minetest


by thefamilygrog66

Description:
Coloured Long Sofas (3 blocks wide), Sofas (2 blocks wide), 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 long sofa, 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:

	Long Sofa

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

	+---------------+---------------+-------+
	| coloured wool | coloured wool |       |
	+---------------+---------------+-------+
	|   wood slab   |   wood slab   |       |
	+---------------+---------------+-------+
	|     stick     |     stick     |       |
	+---------------+---------------+-------+
	
	Armchair
	
	+---------------+-------+-------+
	| coloured wool |       |       |
	+---------------+-------+-------+
	|   wood slab   |       |       |
	+---------------+-------+-------+
	|     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.