Commit Graph

49 Commits

Author SHA1 Message Date
Vanessa Ezekowitz 1195132fb0 fix broken brass ingot recipe, revise wood and glass
small round -> small square -> large square table recipes.
2013-04-20 19:39:28 -04:00
Vanessa Ezekowitz 276aac92c1 fixed broken gate recipes and a couple of swapped gate aliases. 2013-04-20 16:42:35 -04:00
Vanessa Ezekowitz 67c0342bb4 Add corner privacy fence and craft recipes for it. 2013-04-19 20:45:14 -04:00
Vanessa Ezekowitz 825b2abbc0 added picket, white picket, and barbed wire corner fences, and recipes to make
them.

Tweaked picket fence nodeboxes slightly to push them as close to the
back of the node as I could without Z-fighting with neighboring objects.

Minor code formatting tweaks

got rid of some commented-out code.
2013-04-19 19:10:20 -04:00
Vanessa Ezekowitz d0c62410f8 Added additional autoplace code for wall lights to turn them into ceiling
lights where appropriate.  Added a number of alternate crafting recipes to
split thick wall lights into thin regular ones or into cubes, and to recycle
excess cubes.
2013-04-14 16:22:08 -04:00
Vanessa Ezekowitz 0c0ee930f9 glowlights and glowcubes now automatically place floor, ceiling, wall
varieties depending on whether you are pointing at the floor, ceiling,
or a wall.

Removed cross-crafting recipes, took excess lighting nodes out of
creative inventory, added drops for excess models to point them back to
floor or ceiling versions, as appropriate.

This change does not affect old maps or inventories.
2013-04-14 15:45:21 -04:00
Diego Martínez 5639b1f6b5 Assorted fixes 2013-04-05 08:17:50 -03:00
Vanessa Ezekowitz 9cfc7a9411 Split most of nodes.lua off into separate files by category.
Also fixed a screwed up register_craftitem that was overriding a register_node
call for the same object (wooden table legs).  Got rid of the old "mkII" wooden
table legs.
2013-03-17 19:09:42 -04:00
Diego Martínez 4e67a184f2 Merge branch 'master' of https://github.com/VanessaE/homedecor 2013-03-05 05:22:37 -02:00
Diego Martínez 6133234771 Added localization support 2013-03-05 05:18:56 -02:00
Darren Salt cf0ad1fd9a Added corner chainlink fences
Craft two regular chainlink fences to get the corner variety, place the result
back into the craft grid to get the two fences back.
2013-03-05 02:16:20 -05:00
Vanessa Ezekowitz b122454741 added alternate crafting recipe for glass-and-wood grid-style doors 2013-02-13 15:28:11 -05:00
Vanessa Ezekowitz a3a95a59bd changed glowlight recipes to avoid conflicts with moreblocks, made IC rely on
moreores copper, added recipes to craft glow cubes back into glowlight slabs.
2013-02-13 13:27:49 -05:00
Vanessa Ezekowitz 323e230d49 Add ability to place a sign directly onto a brass/wrought iron fencepost
rather than crafting a sign-on-fencepost from one of each, how about just
placing a sign directly onto a fencepost instead?  This commit adds this.
Place a brass or wrought iron fencepost, then attempt to place a sign against
it.  The fencepost will be replaced with one bearing the sign - in the same
node.  Dig to get the two pieces back as separate items, right click the placed
sign to edit the text thereon.

Note that as of this commit, there is a bug in minetest/builtin/item.lua that
causes signs not to be deducted from your inventory on placement.
2013-02-09 17:59:35 -05:00
Vanessa Ezekowitz 178386ee53 Added the ability to place a sign onto a brass or wrought iron fence
uses code from PilzAdam's rework of thexyz's signs mod.
2013-02-08 02:31:40 -05:00
Vanessa Ezekowitz 7ac917e4dc Updated to account for changes in behavior of mese 2012-12-20 21:25:11 -05:00
Vanessa Ezekowitz e81d9714b2 changed junglegrass-based plastic recipe to use 3 grass and yield 6 plastic.
Resolves a conflict with throwing mod.  Dry shrubs changed also (3 yields 3
plastic) for consistency.
2012-10-11 23:10:34 -04:00
Vanessa Ezekowitz b099d5717c Added plain wooden door without window - e.g. for bedroom/bathroom doors. 2012-10-05 20:41:39 -04:00
Vanessa Ezekowitz 9a84e967c3 Added white and mahogany variants of the wood-and-glass grid-style door. Same
properties as all the others.
2012-10-05 03:35:18 -04:00
Vanessa Ezekowitz b70b3829cc just a tweak to a couple comment lines. 2012-10-05 02:46:08 -04:00
Vanessa Ezekowitz 511eec087f added recipes to make unified dyes titanium dioxide and white paint in the
event that UD isn't present.  Same recipes (plus a couple of alternates), same
item names, interchangeable/compatible with all other recipes that use the two
items in UD.
2012-10-05 02:41:24 -04:00
Vanessa Ezekowitz 9798c4fa36 Wrote a whole new door routine, used it to add solid glass and glass-and-wood
doors, converted the others to use that new code, and all use nodeboxes now.
Folding doors are now called "closet" doors and will be converted via a handful
of aliases.  Tweaked crafting recipe for oak closet door to put the steel ingot
on the left.  Moves all doors' crafting recipes into crafts.lua.  This sweeps
away the old buggy zlpdoors-derived code.
2012-10-04 07:24:36 -04:00
Vanessa Ezekowitz ce59c7f130 added wall-mounted regular and thin glow lights in yellow and white. 2012-10-03 18:53:17 -04:00
Vanessa Ezekowitz 77e74fd468 Fridge now takes up two nodes and has a single 10x5 (50 slot) inventory via
using nodeboxes.  Also has a 64px inventory image because of the detail needed
for it.
2012-10-03 00:36:25 -04:00
Vanessa Ezekowitz 842a571b60 Added ceiling-mounted glow cube. The regular and ceiling ones can be exchanged
by placing either into the crafting glid.  Works for both colors.
2012-10-01 21:06:10 -04:00
Vanessa Ezekowitz c5bab03146 Tweaked recipe for TV (now requires glowglass instead of plain glass) 2012-10-01 20:43:01 -04:00
Vanessa Ezekowitz b5a349d5f8 Made terracotta base recipe give more lumps of the stuff. 2012-10-01 20:32:58 -04:00
Vanessa Ezekowitz ca612fe3bf Added intermediate step to terracotta crafting - you must now mix up some
terracotta base material (think of it like red clay), and then smelt that.
2012-10-01 20:21:24 -04:00
Vanessa Ezekowitz 05e7b9f8e3 Changed nodename of yellow lighting to clearly specify that (recipes are still
the same).  Added white lighting.
2012-10-01 19:22:54 -04:00
Vanessa Ezekowitz 037089ddd5 Added picket fence gates (plain and white) 2012-09-30 22:27:28 -04:00
Vanessa Ezekowitz 87e5ed95a0 Added chainlink fence gate. Place a fence back into the crafting grid to get a
gate.  Place it, then click it to open/close.
2012-09-30 21:16:41 -04:00
Vanessa Ezekowitz c6b2bde0a1 Added chainlink fence. 2012-09-30 18:49:12 -04:00
Vanessa Ezekowitz 5ff52052c3 forgot to give back the empty bucket on successful craft of white picket fence. 2012-09-30 18:19:30 -04:00
Vanessa Ezekowitz f3199d3541 Added wooden privacy fence, white and unpainted picket fences, barbed wire
fence, moved all fences to a separate file, minor code cleanups elsewhere.
2012-09-30 17:05:46 -04:00
Vanessa Ezekowitz fc9f44317c added small glowing cube for use on top of short lampposts (e.g. yard lights).
Made using one stick above one moreblocks super glow glass (same sort of recipe
used for other microblocks, but this one's centered on the bottom face of the
node).
2012-09-30 04:59:14 -04:00
Vanessa Ezekowitz 42db4772c0 Bugfix - glass skylights were giving back too much on recycle. 2012-09-30 04:04:25 -04:00
Vanessa Ezekowitz 55b8959e65 another minor tweak. two of the recipes had leftover yields from a previous
version of this mod.
2012-09-30 03:54:15 -04:00
Vanessa Ezekowitz 328b023175 Minor recipe tweak to small round -> small square wood table 2012-09-30 03:51:50 -04: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
Vanessa Ezekowitz ae0d8c0bbc Changed most uses of dyes so that they can come from the game's in-built
groups-based dye system, where appropriate.  Unified Dyes still supplies these
colors, this just makes it possible to use any other dye system that might come
about as long as it uses the groups method.
2012-09-27 02:09:15 -04:00
Vanessa Ezekowitz 0208aaa564 Improved recipe outputs for all shutters and mahogany folding door (better
ratios of objects to colorants).  Added intermediate "unprocessed plastic" step
to get from materials to plastic sheeting (now craft some materials to get
unprocessed plastic, then smelt that to get the sheeting), added alternate
recipes to produce it, improved ratio of materials to plastic.  Minor code
cleanups.
2012-09-27 01:30:22 -04:00
Vanessa Ezekowitz 055df4a336 Added alternate recipes for most items that use dyes. Removed Mesecons
dependency from TV and stereo (uses in-built silicon lumps if Mesecons isn't
present).  Replaced speakers' Mesecons Noteblocks with copper ingots from
Moreores.
2012-09-25 04:44:13 -04:00
Vanessa Ezekowitz c3b8a65b8d changed recipe for wooden shingles. 2012-09-24 06:35:16 -04:00
Vanessa Ezekowitz f33e520fab Added crafting recipe using silicon from Mesecons to create regular IC's,
updated crafting recipes for TV and stereo to use it.
2012-09-02 16:43:51 -04:00
Vanessa Ezekowitz b6b38f8c75 Fixed plastic sheeting recipe 2012-09-02 16:11:56 -04:00
Vanessa Ezekowitz d482b4ba7c Added optional recipes for items that use wool to also use cotton
instead.  Choose one or the other in any given recipe (you can't mix the two).
No, it isn't a Kosher thing. ;-)
2012-08-01 01:19:58 -04:00
Vanessa Ezekowitz 4c81a3981b Tweaked recipes to use the new vessels mod to return the empties. 2012-07-26 17:01:37 -04:00
Vanessa Ezekowitz a4d13cb777 made all objects that use a dye require a more appropriate color
made all objects that use a dye give back empty bottles on craft
made grey shutters use the various grey paints directly.
2012-07-25 00:18:44 -04:00
Vanessa Ezekowitz 2d969cb9bf first commit 2012-07-12 17:56:15 -04:00