Go to file
Vanessa Ezekowitz 7cc664d47f removed redundant glowlight recipes, fixed thin->quarter, thick->half
naming issue caused by previous commit.
2013-04-24 12:38:20 -04:00
locale add logging support to signslib and re-add intllib support 2013-03-22 14:49:57 -03:00
sounds Merged 3dforniture 2013-03-26 21:27:25 -03:00
textures Similar tweak for corner privacy fence textures 2013-04-20 07:32:51 -04:00
.gitignore added a proper .gitignore file. 2012-07-30 17:59:20 -04:00
README tweaked README 2012-07-12 17:58:46 -04:00
changelog.txt brought changelog up-to-date 2013-03-16 21:17:23 -04:00
characters Added the ability to place a sign onto a brass or wrought iron fence 2013-02-08 02:31:40 -05:00
copyright.txt first commit 2012-07-12 17:56:15 -04:00
crafts.lua removed redundant glowlight recipes, fixed thin->quarter, thick->half 2013-04-24 12:38:20 -04:00
depends.txt first commit 2012-07-12 17:56:15 -04:00
door_models.lua Added localization support 2013-03-05 05:18:56 -02:00
doors_and_gates.lua fixed broken gate recipes and a couple of swapped gate aliases. 2013-04-20 16:42:35 -04:00
electronics.lua Split most of nodes.lua off into separate files by category. 2013-03-17 19:09:42 -04:00
fences.lua swap backside/backside2 added in previous commit 2013-04-20 08:08:28 -04:00
furniture.lua Rewrote 3dforniture lamp code and fixed the light level ordering bug 2013-04-21 05:04:24 -04:00
furniture_bathroom.lua Added inventory images for some of the smaller items. 2013-03-26 22:05:19 -04:00
furniture_medieval.lua Added inventory images for some of the smaller items. 2013-03-26 22:05:19 -04:00
furniture_recipes.lua Add several new colors of armchairs 2013-04-03 17:03:42 -04:00
init.lua Several changes (see below) 2013-04-20 00:11:31 -04:00
kitchen_cabinet.lua Changed sounds from leaves to wood 2013-03-16 20:46:30 -03:00
lighting.lua Convert glowlights/glowcubes to 6d facedir 2013-04-24 12:30:21 -04:00
listnodes.sh first commit 2012-07-12 17:56:15 -04:00
locked.lua Fixed missing cooking ABM code for locked ovens. 2013-03-08 23:22:10 -05:00
microwave_oven.lua Assorted fixes 2013-04-05 08:17:50 -03:00
nightstands.lua Changed sounds from leaves to wood 2013-03-16 20:46:30 -03:00
nodes.lua Split most of nodes.lua off into separate files by category. 2013-03-17 19:09:42 -04:00
oven.lua Assorted fixes 2013-04-05 08:17:50 -03:00
refrigerator.lua Changed sounds from leaves to wood 2013-03-16 20:46:30 -03:00
shingles.lua Split most of nodes.lua off into separate files by category. 2013-03-17 19:09:42 -04:00
shutters.lua Add several new colors of armchairs 2013-04-03 17:03:42 -04:00
signs_lib.lua Use "|" for linebreaks in infotext 2013-04-05 19:04:05 -04:00
tables.lua Moved detection of infinite creative-mode stacks to init.lua, changed lights and tables to use it. Fixed tables properly. Fixed missing drops in large square tables. Fixed incorrect texture placement on on-side small square glass and wood tables. 2013-04-17 03:14:09 -04:00

README

This is what I consider to be a fairly feature-filled home decor mod.  
It supplies a bunch of stuff found in most homes, like flower pots, home 
electronics, brass and wrought-iron tables, and lots more!

All items can be accessed either by crafting various other items 
together, or with the usual /give commands.  To get a list of the actual 
node names, just go into the homedecor/ folder and run the listnodes.sh 
Bash script.  Note that a few of the listed nodes are kinda useless by 
themselves (like the various parts of the folding doors).

All of the images used for the recipes in the forum post tracking this 
mod are included in the crafting-guide/ folder.

Most stuff can be made from materials found through a game world.  Some 
stuff can only be crafted by using materials from another mod (look for 
the orange highlights).  Currently, this mod can use materials from 
moreores, mesecons, wool, and unifieddyes if present. You can still use 
the usual /give commands to get the items that depend on these mods if 
you don't use them installed.

This mod is still a work-in-progress, but should be complete enough not 
to irritate anyone. :-) Namely, dressers still need to be fleshed out, 
many items can be used as fuel but the burn times need tuning, and I 
need to tune the cook time and fuel usage on the four smelted items.

This mod was put together using a recent git pull, and requires a 
build/pull dated June 17, 2012 or later.  Most stuff should work fine on 
older builds as well, but a few nodes in this mod require Nodebox 
support, a feature added to Minetest on that date.  It will NOT work 
with Minetest v0.3 (that version doesn't support mods).

Much of the code (especially for the doors) plus the bucket were taken 
from the files which come with Minetest and altered to suit.  Many 
thanks to Jeija for coming up with an elegant cylinder using nodeboxes; 
see his 'irregular' mods).  His code is used herein (you can guess where 
:-) ).

Dependencies: none (just the game's default stuff)

Recommends: buckets, flowers, unifieddyes, junglegrass, moreores, 
mesecons, wool

License: GPL for all lua code.  WTFPL for all of my textures and 
everything else.

The distribution archive also supplies a copy of Ironzorg's Flowers mod 
and of my Unified Dyes mod, since this mod provides more stuff when 
those two are present.  You can remove these if you want - they're only 
needed if you want to craft the various dyed/colored items.