mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-08 11:20:26 +01:00
6cadc7cf26
To maximize the palette, this uses the colorwallmounted param2 style, which necessitated modifying the models to make wallmounted look like normal facedir. This means couches and chairs can now only ever be placed upright, facing one of N/S/E/W like a couch or chair normally would, but since the screwdriver was already disabled, it was basically impossible to rotate them to any other orientation anyway. Since this is colorwallmounted, it uses the 32-color abridged Unified Dyes palette. |
||
---|---|---|
.. | ||
models | ||
textures | ||
armchairs.lua | ||
coffeetable.lua | ||
depends.txt | ||
endtable.lua | ||
init.lua | ||
longsofas.lua | ||
README.txt | ||
sofas.lua |
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.