server-nalc/mods/homedecor_modpack/lrfurn
LeMagnesium d31e5446bf
[lrfurn] Fix global variable. Fix #508
- Us: "But it's okay in Lua to use undefined variables!"
 - Minetest: "Yep. But we don't want that. Now cooperate."
2016-09-01 12:18:24 +02:00
..
models Change rights in the repository (755) 2015-05-26 23:37:16 +02:00
textures Compress all images files with Trimage(full part : 13321 files) 2016-03-12 14:34:23 +01:00
README.txt Update home decor and plantlife 2015-03-02 21:55:02 +01:00
armchairs.lua [homedecor] Update 2015-10-15 19:50:55 +02:00
coffeetable.lua [lrfurn] Fix global variable. Fix #508 2016-09-01 12:18:24 +02:00
depends.txt Update home decor and plantlife 2015-03-02 21:55:02 +01:00
endtable.lua Updated homedecor modpack 2015-08-02 20:49:50 +02:00
init.lua [homedecor] Update 2015-10-15 19:50:55 +02:00
longsofas.lua [homedecor] Update 2015-10-15 19:50:55 +02:00
sofas.lua [homedecor] Update 2015-10-15 19:50:55 +02: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.