homedecor_modpack/lrfurn
Craig Davison ade26437ee Remove references to group:wood_slab 2015-07-30 08:30:46 +01:00
..
models use mesh nodes for lrfurn sofas and armchairs 2015-04-06 21:35:25 -04:00
textures optimize all PNGs 2015-05-11 12:51:03 -04:00
README.txt import lrfurn mod 2014-07-18 19:37:08 -04:00
armchairs.lua Remove references to group:wood_slab 2015-07-30 08:30:46 +01:00
coffeetable.lua Remove references to group:wood_slab 2015-07-30 08:30:46 +01:00
depends.txt import lrfurn mod 2014-07-18 19:37:08 -04:00
endtable.lua Remove references to group:wood_slab 2015-07-30 08:30:46 +01:00
init.lua fix missing protection on sofas and coffee tables 2015-07-21 05:08:40 -04:00
longsofas.lua Remove references to group:wood_slab 2015-07-30 08:30:46 +01:00
sofas.lua Remove references to group:wood_slab 2015-07-30 08:30:46 +01: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.