Feature-filled home decor modpack.
Go to file
VanessaE d6c8e075a4 Merge pull request #2 from kaeza/master
Added locked stuff cabinets, refrigerator, and oven.
2013-02-25 12:02:52 -08:00
textures Added the ability to place a sign onto a brass or wrought iron fence 2013-02-08 02:31:40 -05: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 changelog. 2012-09-25 04:56:19 -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 added alternate crafting recipe for glass-and-wood grid-style doors 2013-02-13 15:28:11 -05:00
depends.txt first commit 2012-07-12 17:56:15 -04:00
door_models.lua completely rewrote all doors code to condense them 2013-01-23 05:45:42 -05:00
door_nodes.lua made signs check for node ownership/protection before allowing placement. 2013-02-10 19:23:29 -05:00
fences.lua made signs check for node ownership/protection before allowing placement. 2013-02-10 19:23:29 -05:00
init.lua Added locked store-able nodes 2013-02-25 15:03:09 -02:00
kitchen_cabinet.lua Minor tweak to positioning of inventory in half-height kitchen cabinets. 2012-09-30 02:06:05 -04:00
lighting.lua added wall-mounted regular and thin glow lights in yellow and white. 2012-10-03 18:53:17 -04:00
listnodes.sh first commit 2012-07-12 17:56:15 -04:00
locked.lua Added locked store-able nodes 2013-02-25 15:03:09 -02:00
nightstands.lua Various changes 2012-09-30 01:51:59 -04:00
oven.lua Various changes 2012-09-30 01:51:59 -04:00
refrigerator.lua Applied cornernote's fix for the previous check-for-space attempt. 2012-10-03 04:12:36 -04:00
signs_lib.lua Added the ability to place a sign onto a brass or wrought iron fence 2013-02-08 02:31:40 -05:00
television.lua Television has been moved to a separate file and now shows an 8-image 2012-09-25 18:33:25 -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.