Commit Graph

56 Commits

Author SHA1 Message Date
Vanessa Ezekowitz a83e40045d allow technic motor in ceiling fan recipe 2014-08-08 16:30:29 -04:00
Vanessa Ezekowitz febcdb2605 add animated ceiling fan 2014-08-08 16:27:46 -04:00
Vanessa Ezekowitz 6626032f28 add radiator, telephone and trash can (decorative) 2014-08-08 15:13:47 -04:00
Vanessa Ezekowitz 075a6195dc add bed, wardrobe and pool table 2014-08-07 14:49:26 -04:00
jp 1a9a9939ee Add japanese walls and tatami mat
(they're supposed to be doors, but they don't open/close yet)
2014-08-04 11:18:02 -04:00
jp 42e43a3e2c Add doghouse
model by jp, textures by VanessaE
2014-08-03 12:08:43 -04:00
Vanessa Ezekowitz 6dcd5e7bf6 double the yield of copper strips 2014-08-01 21:33:37 -04:00
Vanessa Ezekowitz 3ed1ea822a Add inventory images for medicine cabinet and toilet paper
add craft recipe for medicine cabinet, move it to misc-bathroom.lua
2014-08-01 21:26:04 -04:00
Vanessa Ezekowitz ef0ebac4db Add recipes for power outlet and light switch
also fixed the group settings to make them easier to dig, and gave them
nice, clear inventory images.
2014-08-01 20:45:41 -04:00
Vanessa Ezekowitz 07f9f31e43 add recipe for filing cabinet 2014-08-01 19:51:33 -04:00
Vanessa Ezekowitz 41e518282f use group:stick instead of default:sticks in all recipes, all sub-mods. 2014-07-30 18:19:42 -04:00
Vanessa Ezekowitz 5f1d48c40d add wooden lattice lamps 2014-07-27 15:15:47 -04:00
Vanessa Ezekowitz 2e05b5d49c Add candles and oil lamp 2014-07-27 11:52:42 -04:00
Vanessa Ezekowitz f1f2db92c5 Added several more colors of bathroom tiles 2014-07-27 09:13:48 -04:00
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 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 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
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 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 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 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 403e0fa5b5 add recipe for towel rod with towel. 2014-06-27 23:00:34 -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