Go to file
Vanessa Ezekowitz f1f75f3897 add proper attribution and license info for the sounds used by the doors and
gates
2013-12-14 20:16:50 -05:00
extra_fonts Made spaces much thinner 2013-10-18 04:48:31 -04:00
locale Brazilian portuguese translation 2013-11-11 10:58:56 -02:00
sounds add colon to sign, minor tweak to semicolon texture 2013-06-13 00:03:04 -04:00
textures opops, forgot the default one 2013-10-18 04:49:04 -04:00
.gitignore added a proper .gitignore file. 2012-07-30 17:59:20 -04:00
LICENSE add proper attribution and license info for the sounds used by the doors and 2013-12-14 20:16:50 -05:00
README add explicit license declarations 2013-07-18 12:27:56 -04:00
changelog.txt brought changelog up-to-date 2013-03-16 21:17:23 -04:00
copyright.txt add proper attribution and license info for the sounds used by the doors and 2013-12-14 20:16:50 -05:00
crafts.lua Fix recipes. 2013-11-02 06:49:31 -02:00
depends.txt first commit 2012-07-12 17:56:15 -04:00
door_models.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
doors_and_gates.lua fix nil refs caused by a renamed function 2013-11-08 04:59:19 -05:00
electronics.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
fences.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
furnaces.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
furniture.lua Phased out all deprecated minetest.env:* uses in favor of minetest.* 2013-06-30 23:55:07 -04:00
furniture_bathroom.lua Some I18N cleanup. 2013-10-21 22:50:45 -02:00
furniture_medieval.lua Some I18N cleanup. 2013-10-21 22:50:45 -02:00
furniture_recipes.lua Add several new colors of armchairs 2013-04-03 17:03:42 -04:00
init.lua fix nil refs caused by a renamed function 2013-11-08 04:59:19 -05:00
kitchen_cabinet.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
lighting.lua fix crash in old lights conversion abm 2013-11-09 20:52:01 -05:00
listnodes.sh Condense shutters into a nice loop, give them wood sounds instead of leaves. 2013-08-28 05:31:42 -04:00
locked.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
misc_nodes.lua only register the alias for wrongly-named curtain nodes 2013-11-08 05:11:58 -05:00
nightstands.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
ownership.lua fix nil refs caused by a renamed function 2013-11-08 04:59:19 -05:00
refrigerator.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
shingles.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
shutters.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
signs_lib.lua Do not pass a nil itemstack to on_rightclick 2013-12-13 14:17:36 -06:00
slopes.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02:00
tables.lua Use a single `intllib.Getter' for all the texts. 2013-10-21 22:31:54 -02: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

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.