dreambuilder_game/mods/homedecor_seating
VanessaE 4394beec6a Convert the modpack into a standalone game for the Minetest engine
Integrated into the game is most of minetest_game as the stable base
2021-02-24 22:05:32 -05:00
..
locale Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
models Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
textures Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
.luacheckrc Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
README.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
armchairs.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
init.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
longsofas.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
misc.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
mod.conf Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
sofas.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -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

See also:
http://minetest.net/