1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-06-29 12:20:18 +02:00
Commit Graph

191 Commits

Author SHA1 Message Date
Vanessa Ezekowitz
c30fa31336 add recipes for black/white/grey bathroom tiles, give them better textures 2014-07-27 08:56:56 -04:00
Vanessa Ezekowitz
fbed3bfab2 use modern protection function in tabletop nodes 2014-07-20 10:29:12 -04:00
Vanessa Ezekowitz
df34140a1a new projection screen inventory image 2014-07-19 20:12:01 -04:00
Vanessa Ezekowitz
c4e0ef0aef new brass ingot 2014-07-19 19:41:30 -04:00
Vanessa Ezekowitz
3295ed85c3 update oil extract bottle image 2014-07-19 18:49:32 -04:00
Vanessa Ezekowitz
d76dbc1dd9 Improved quality of most inventory textures
Re-drew/re-rendered or just tweaked them to use alpha where appropriate,
since the inventory can use it reliably these days.

Other changes include better image for table legs, reduced the power
crystal image since it doesn't need to be so big now, and reduced the
height/diameter of the motor a little.
2014-07-19 15:56:59 -04:00
Vanessa Ezekowitz
a3ccb6176b Change crafting chain for plastic sheets
now leaves become oil extract, which is cooked into paraffin
this is then cooked into plastic sheets.

needed for future recipes that will need some kind of wax.
2014-07-19 08:03:02 -04:00
Vanessa Ezekowitz
3918ff56fc add a roll of toilet paper 2014-07-19 05:39:18 -04:00
Vanessa Ezekowitz
269db07a00 add space heater
rename fans.lua -> climate-control.lua and move air conditioner into it
along with the new heater.
2014-07-18 10:55:09 -04:00
Vanessa Ezekowitz
9e6e26e1ed Use fan blades in air conditioner recipe 2014-07-18 10:01:42 -04:00
Jordach
f73cfa1cf5 desk fans (YAHN)
uses new fan blades object for recipe
2014-07-18 09:54:22 -04:00
Vanessa Ezekowitz
6f43085597 better recipe for 3dforniture bars
also lower the yield, they're way too cheap.
2014-07-14 18:09:23 -04:00
Vanessa Ezekowitz
633beb8b88 defer to technic for brass ingots
if technic is not installed, just define its brass ingot and use the standard
moreores silver/default copper craft recipe to make it.

if technic is installed, define no recipe for it - let technic's zinc/copper
alloy furnace recipe handle it.
2014-07-14 15:38:36 -04:00
Vanessa Ezekowitz
aa6dbf37f5 change speaker and speaker-based recipes
now, you must craft a speaker driver (the actual speaker itself) first, then
use it to craft the "small" and "large" speakers, alarm clock, etc.
2014-07-13 18:51:31 -04:00
Vanessa Ezekowitz
5b705cf4ed Move the openframe bookshelf into the main homedecor mod
Moved the craft recipe too
this leaves just the default bookshelf and the moreblocks empty counterpart
in the 3d extras mod.
2014-07-13 08:37:42 -04:00
Vanessa Ezekowitz
d299dd60dc additional dishwasher top surfaces
same method and limitations as kitchen.  Can make wood, steel, marble, granite
2014-07-13 04:14:46 -04:00
Novatux
d9f3df202b new brass ingot image 2014-07-09 12:58:15 -04:00
Vanessa Ezekowitz
2dd7a660a5 add spools of copper and steel wire
use them in some recipes in lieu of steel/copper ingots.
2014-07-08 15:35:21 -04:00
Vanessa Ezekowitz
44b34cf3a3 add recipes for windowblinds via new craft item, plastic strips 2014-07-08 04:03:39 -04:00
Vanessa Ezekowitz
7805035d21 added recipes for several items 2014-07-08 00:31:34 -04:00
Vanessa Ezekowitz
96f3f8fc15 make windowpanes walkable/solid 2014-07-07 13:57:32 -04:00
Vanessa Ezekowitz
bd14eca7ad rewrite the paintings crafts
just use dyes in a pattern resembling the painting instead of using binary.
2014-07-04 10:36:06 -04:00
Vanessa Ezekowitz
f28cedf837 change bit order of painting craft
now it is:

 --  bit4 bit3
bit2 bit1 bit0
 --  Canv  --
2014-07-04 08:17:25 -04:00
Vanessa Ezekowitz
67598d3280 add blank canvas craft item and recipes for paintings
First, craft a blank canvas from four sticks
and some white wool:

- s -
s W s
- s -

Then, combine that canvas with some black and white dyes in the right
pattern to get the painting you want.

Paintings are numbred in-game, from 1 to 20.  Since there are so many
paintings, and so little crafting space, the only way I could think to
do it was to use binary for the recipe.  Convert the number of the
painting you want into binary, then use black dye for each 0 and white for
each 1, and lay them down into the crafting grid in this pattern:

bit2  bit1  bit0
  -   bit4  bit3
  -   Canv.   -

With the blank canvas in the bottom center slot.  For example, if you
want painting number 9, that would be 01001 in binary, so you'd arrange
the crafting grid like so:

Black Black White  --->  Painting #9
  -   Black White
  -   Canv.   -
2014-07-04 04:45:58 -04:00
Vanessa Ezekowitz
76f92d21d6 fix oven recipe 2014-06-30 13:22:51 -04:00
Vanessa Ezekowitz
86345c778f merge no-moreblocks recipes back into crafts.lua
as these are now the preferred recipes.
2014-06-30 13:07:19 -04:00
Vanessa Ezekowitz
1cb5a5c0fa better recipe for microwave 2014-06-30 12:48:43 -04:00
Vanessa Ezekowitz
f9b3160c1d use dye to create frosted skylight
use furnace to turn it back into clear one
2014-06-30 11:37:20 -04:00
Vanessa Ezekowitz
fe6a5e1a84 use large glass tabletops to form glass skylights
instead of crafting them from glass blocks
2014-06-30 00:02:51 -04:00
Vanessa Ezekowitz
bf3179083a use 2 instead of 4 tabletops to translate small round -> small square
and small square -> large, applies to both glass and wood
2014-06-29 23:58:42 -04:00
Vanessa Ezekowitz
21b6c047b6 use wooden slabs for top of desk 2014-06-29 23:47:57 -04:00
Vanessa Ezekowitz
57ecac2baa Add plasma lamp 2014-06-29 12:49:35 -04:00
Vanessa Ezekowitz
1d01973121 give the desk a proper inventory image 2014-06-29 12:18:16 -04:00
Vanessa Ezekowitz
65246dabfa add recipe for desk 2014-06-29 12:04:56 -04:00
Vanessa Ezekowitz
f0c6ab015f allow for technic motors to be used in washer, dryer and dishwasher 2014-06-29 11:12:33 -04:00
Vanessa Ezekowitz
ba3abaa6a6 avoid duplicating get_nodedef_field() function
(both doors/gates and desk need it)

moved to init.lua and into homedecor.* namespace.
2014-06-29 10:47:25 -04:00
Vanessa Ezekowitz
f8efeee4d7 add computer desk 2014-06-29 10:43:34 -04:00
Vanessa Ezekowitz
328ceacd25 better recipe for oven 2014-06-29 06:40:28 -04:00
Vanessa Ezekowitz
4dab7d0acd better recipe for asphalt shingles 2014-06-29 06:32:27 -04:00
Vanessa Ezekowitz
a9c1fe3c46 add dishwasher recipe 2014-06-29 02:59:11 -04:00
Vanessa Ezekowitz
5cd2086998 add washer and dryer recipes 2014-06-29 02:54:16 -04:00
Vanessa Ezekowitz
268d3837e0 add motor and heating element craft items 2014-06-29 02:41:33 -04:00
Vanessa Ezekowitz
38ad778ade move all craftitems to the top of the crafts file 2014-06-29 02:23:03 -04:00
Vanessa Ezekowitz
d69b8392ba add craft recipe for box 2014-06-28 04:30:50 -04:00
Vanessa Ezekowitz
f3ece0687e use building_blocks marble instead of cobble for toilet, sink and shower tray 2014-06-28 02:58:32 -04:00
Vanessa Ezekowitz
c6641ad514 make sure homedecor always loads building_blocks first. 2014-06-28 02:57:25 -04:00
Vanessa Ezekowitz
403e0fa5b5 add recipe for towel rod with towel. 2014-06-27 23:00:34 -04:00
Vanessa Ezekowitz
751a322727 better textures for fishtank, add lighted-up version 2014-06-27 19:12:21 -04:00
Vanessa Ezekowitz
0979109f95 add recipe for fishtank 2014-06-27 18:56:00 -04:00
Vanessa Ezekowitz
638c8d9ac4 Add recipes for steel-, granite-, marble-topped kitchen cabinets.
steel-topped cabinets can use either three default steel ingots in a row
immediately above a cabinet, or the thinnest cut of steelblock slab via
Moreblocks' circular saw, above the cabinet.

granite-topped cabinets require the thinnest cut of technic granite slab.

marble-topped cabinects can use either a marble slab from homedecor
modpack's building_blocks mod, or the thinnest cut of technic marble
slab (but not the marble bricks)
2014-06-27 18:29:08 -04:00
Vanessa Ezekowitz
e03dc0c01e add recipe for chimney 2014-06-27 17:40:38 -04:00
Vanessa Ezekowitz
eb3b05e615 Make default recipes for oven and fridge produce stainless steel
oven and fridge, and then make those produce regular white ones when combined
with two and three portions of white dye, respectively (as enamel).
2014-06-27 17:34:17 -04:00
Vanessa Ezekowitz
22259b73c0 add recipes for white and mahogany tables and
the various colors of chairs
and make all such tables and chairs flammable
2014-06-27 17:26:51 -04:00
Vanessa Ezekowitz
a2536da5fa make colored lamps flammable 2014-06-27 17:17:08 -04:00
Vanessa Ezekowitz
d6bddbc97b add recipes for new lamp colors 2014-06-27 17:15:57 -04:00
Vanessa Ezekowitz
f78ee16d6f add several colors of kitchen chairs
(same colors as armchairs)

this necessitated a slight change to the existing model, it is now exactly
fit to pixels so that the new textures will align correctly.

Also, phased out the *lat1/lat2 textures used on the armchairs - redundant.
2014-06-26 23:20:13 -04:00
Vanessa Ezekowitz
949a2a94d8 Add towel rod with towel
moved bathroom/kitchen tiles into misc-bathroom.lua
also, rename misc_nodes.lua -> misc-nodes.lua
2014-06-26 21:33:27 -04:00
Vanessa Ezekowitz
2c44af9b0b change name of homedecor:window to homedecor:window_quartered 2014-06-26 20:15:43 -04:00
crazyginger72
25e47f3f9c Add blinds and framed windowpanes 2014-06-26 20:13:16 -04:00
Vanessa Ezekowitz
afa3829a24 add medicine cabinet 2014-06-26 09:17:45 -04:00
Vanessa Ezekowitz
815c10eb64 add dishwasher 2014-06-26 08:39:30 -04:00
Vanessa Ezekowitz
33ffaf6d21 add filing cabinet 2014-06-26 08:10:10 -04:00
Vanessa Ezekowitz
d5d219eadc add dvd/cd cases 2014-06-26 07:11:58 -04:00
Vanessa Ezekowitz
144cb779fe add dvd/vcr 2014-06-26 06:36:22 -04:00
Vanessa Ezekowitz
d42f384840 add cardboard box with small inventory 2014-06-26 00:28:21 -04:00
Vanessa Ezekowitz
a7fdbe320c add decorative electrical outlet and light switch 2014-06-25 23:08:20 -04:00
Vanessa Ezekowitz
1eb649ae51 add fishtank
no craft recipe of course :P
2014-06-25 22:32:43 -04:00
Vanessa Ezekowitz
a19c9e6dee make paintings' model/frames better-defined. 2014-06-25 08:14:25 -04:00
Vanessa Ezekowitz
3daa082cbc minor tweak to painting edge texture 2014-06-25 08:00:08 -04:00
Vanessa Ezekowitz
8465422c37 added a whole bunch of paintings
total of 20, wall-hanging style
no crafting recipes yet.
2014-06-25 07:31:50 -04:00
Vanessa Ezekowitz
18049bf229 Add various kinds of decorative clocks.
(as usual, no crafting recipes are available yet)
2014-06-25 05:59:34 -04:00
Vanessa Ezekowitz
057e384b27 add brick chimney
(guess what?  yeah, no crafting recipe yet. :P )
2014-06-25 04:21:54 -04:00
Vanessa Ezekowitz
da4039e2c5 add white and "mahogany" "3dforniture" tables,
better wood texture for "3dforniture" wooden objects
2014-06-25 03:57:52 -04:00
Vanessa Ezekowitz
6cb4f449a1 added granite-, steel-, marble-topped cabinets
(no craft recipes yet)
2014-06-25 03:33:11 -04:00
Vanessa Ezekowitz
9731dfe396 add welcome mats in three colors
(no crafting recipes yet)
2014-06-25 02:50:11 -04:00
Vanessa Ezekowitz
2fe54e38e0 add table lamps in different colors to match curtains 2014-06-25 02:08:54 -04:00
Vanessa Ezekowitz
d1c01d3dff Added bathroom/kitchen floor tiles in four shades 2014-06-25 01:27:27 -04:00
Vanessa Ezekowitz
b3268caa4b added decorative washing machine and tumble dryer
(no craft recipes yet)
2014-06-25 01:02:26 -04:00
Vanessa Ezekowitz
2762652d12 add steel fridge and oven
(no craft recipes yet)
2014-06-25 00:24:03 -04:00
Vanessa Ezekowitz
16d4329f67 fix microwave bottom texture glitch 2014-06-23 00:41:18 -04:00
Vanessa Ezekowitz
21dc361ff8 make flowerpots round-ish by way of nodeboxes. 2014-06-22 23:22:31 -04:00
Vanessa Ezekowitz
41b1730ff2 Get rid of second and third shades of 3dforniture-related textures.
Minetest has per-face shading of nodes now so these textures are redundant.
2014-06-18 06:53:07 -04:00
Vanessa Ezekowitz
501b942542 try to fix toilet sound positioning 2014-06-18 06:10:26 -04:00
Vanessa Ezekowitz
e1f1e32373 new, higher-quality toilet flush sound effect 2014-06-18 05:59:24 -04:00
Vanessa Ezekowitz
f9e4245a05 new alternate no-moreblocks recipes from Zeno
based around a "power crystal" to replace glowglass, basically.
2014-06-18 00:45:45 -04:00
Vanessa Ezekowitz
9be635cb5f change license to LGPL to conform to what's written in the forum post
since forever.

Also clarify it in the copyright message, spread the license file around
a bit, and remove some useless "last changed" dates since they've been
inaccurate for a long time.
2014-06-06 03:26:42 -04:00
Xanthin
75d684e628 Add german translation. 2014-04-04 09:11:25 -03:00
Xanthin
e702ef9f13 Fixes to translation. 2014-04-04 09:10:26 -03:00
Vanessa Ezekowitz
a6122f03d9 Remove old ownership code and use Minetest's built-in ownership code instead
Some minor code rewrites here and there to accommodate this changeover.
2014-01-30 15:53:21 -05:00
Vanessa Ezekowitz
3231144272 move signs textures to the right mod 2014-01-25 13:42:59 -05:00
Vanessa Ezekowitz
e057d357c8 split signs_lib from homedecor, put them into their own separate mods
package the two together as a modpack so that regular homedecor users don't
see a functional change, but others can take signs_lib and use it as a
standalone mod.

also get rid of some *~ files
2014-01-25 12:57:05 -05:00