Commit Graph

6 Commits

Author SHA1 Message Date
Vanessa Ezekowitz e04a0e5e4f changed all "homedecor_" variable and function names to "homedecor."
(underscore -> period).  Similarly for intllib calls and the DEBUG variable.
2013-10-09 12:47:22 -04:00
Vanessa Ezekowitz 2550672352 Replaced most uses of get_modpath() with variables cached at the top of init.lua 2013-10-09 12:27:49 -04:00
Vanessa Ezekowitz 2efa203185 Phased out all deprecated minetest.env:* uses in favor of minetest.* 2013-06-30 23:55:07 -04:00
Diego Martínez b0947a4fdf Changed sounds from leaves to wood 2013-03-16 20:46:30 -03:00
Diego Martínez 6133234771 Added localization support 2013-03-05 05:18:56 -02:00
Vanessa Ezekowitz 150b50a487 Various changes
Recipe changes:

Brass and wrought iron poles, table legs, and fences/railings were too
expensive in practice.  Increased recipe outputs.

Small square glass table now comes from one small round table (instead of
three-to-two).  Large square glass comes from one small square insted of two.  Small round, small square, and large wooden tables follow the same pattern.

All glass tables can be recycled back into glass blocks via the Vessels mod's
recipes.  All are 3:1 with glass fragments (and thus, 3:1 with glass blocks),
so there's no glass wasted.

All wooden tables can be crafted into sticks by putting three of a given item
onto the crafting grid.  Any such craft yields 4 sticks, so there's no waste.

Other changes:

3d-ified nightstands, improved their textures somewhat.

New nodes:

* Added working oven (really just a furnace with new textures)
* Added mini-fridge that stores 24 slots
* Added kitchen cabinet that stores 24 slots
* Added half-size kitchen cabinet that stores 12 slots (6x2)
* Added kitchen sink with under-sink cabinet that stores 16 slots.
* Added slab-sized and half-slab-sized glowlights (e.g. ceiling fixtures)
* Added curtains in 6 colors:  red, green, blue, purple, pink, white

Notes:

This mod now requires Moreblocks for some recipes - namely fridge and oven.
2012-09-30 01:51:59 -04:00