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
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
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
d9f3df202b
new brass ingot image
2014-07-09 12:58:15 -04:00
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
44b34cf3a3
add recipes for windowblinds via new craft item, plastic strips
2014-07-08 04:03:39 -04:00
7805035d21
added recipes for several items
2014-07-08 00:31:34 -04:00
96f3f8fc15
make windowpanes walkable/solid
2014-07-07 13:57:32 -04:00
0b50f0f588
document inclusion of building_blocks
2014-07-06 13:16:06 -04:00
bcdd04b7f4
fix crash in signs_lib
2014-07-06 06:56:31 -04:00
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
f28cedf837
change bit order of painting craft
...
now it is:
-- bit4 bit3
bit2 bit1 bit0
-- Canv --
2014-07-04 08:17:25 -04:00
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
a985c6f868
Fix signs not subtracting from stack.
...
Reported by Zeno`.
2014-06-30 22:31:38 -03:00
76f92d21d6
fix oven recipe
2014-06-30 13:22:51 -04:00
86345c778f
merge no-moreblocks recipes back into crafts.lua
...
as these are now the preferred recipes.
2014-06-30 13:07:19 -04:00
1cb5a5c0fa
better recipe for microwave
2014-06-30 12:48:43 -04:00
f9b3160c1d
use dye to create frosted skylight
...
use furnace to turn it back into clear one
2014-06-30 11:37:20 -04:00
fe6a5e1a84
use large glass tabletops to form glass skylights
...
instead of crafting them from glass blocks
2014-06-30 00:02:51 -04:00
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
21b6c047b6
use wooden slabs for top of desk
2014-06-29 23:47:57 -04:00
57ecac2baa
Add plasma lamp
2014-06-29 12:49:35 -04:00
1d01973121
give the desk a proper inventory image
2014-06-29 12:18:16 -04:00
65246dabfa
add recipe for desk
2014-06-29 12:04:56 -04:00
f0c6ab015f
allow for technic motors to be used in washer, dryer and dishwasher
2014-06-29 11:12:33 -04:00
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
f8efeee4d7
add computer desk
2014-06-29 10:43:34 -04:00
328ceacd25
better recipe for oven
2014-06-29 06:40:28 -04:00
4dab7d0acd
better recipe for asphalt shingles
2014-06-29 06:32:27 -04:00
a9c1fe3c46
add dishwasher recipe
2014-06-29 02:59:11 -04:00
5cd2086998
add washer and dryer recipes
2014-06-29 02:54:16 -04:00
268d3837e0
add motor and heating element craft items
2014-06-29 02:41:33 -04:00
38ad778ade
move all craftitems to the top of the crafts file
2014-06-29 02:23:03 -04:00
d69b8392ba
add craft recipe for box
2014-06-28 04:30:50 -04:00
f3ece0687e
use building_blocks marble instead of cobble for toilet, sink and shower tray
2014-06-28 02:58:32 -04:00
c6641ad514
make sure homedecor always loads building_blocks first.
2014-06-28 02:57:25 -04:00
461533a1e7
fix facedir on fireplace
2014-06-28 00:19:45 -04:00
403e0fa5b5
add recipe for towel rod with towel.
2014-06-27 23:00:34 -04:00
673f00b4f2
tile_images= is deprecated, switched to tiles=
2014-06-27 22:52:19 -04:00
ce207d07c3
fix dark terrycloth towel image
2014-06-27 22:51:09 -04:00
9591a5abe2
fix dark bwtile inventory image
2014-06-27 22:41:36 -04:00
dcdea64a98
fix gravel-/brobble-/tar-spread inventory images.
2014-06-27 22:35:55 -04:00
afd514164d
temporary fixes for dark inventory images in smoothglass and grates
2014-06-27 22:17:59 -04:00
e331c66f72
make hardwood from junglewood + regular wood (else it conflicts with other
...
mods). also give it a higher yield.
2014-06-27 22:15:18 -04:00
49878ed988
temporary fix for the dark inventory image for wood-framed glass in
...
building_blocks
2014-06-27 22:11:23 -04:00
751a322727
better textures for fishtank, add lighted-up version
2014-06-27 19:12:21 -04:00
0979109f95
add recipe for fishtank
2014-06-27 18:56:00 -04:00
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
df547b3241
import (most of) sdzen's building_blocks mod, with fixes
...
some minor bugfixes here and there, also got rid of the spleef stick
and renamed the "faggot" to "sticks" and gave it a description.
needed this mod in homedecor for the marble and some other stuff.
Didn't make sense to re-invent that material yet again.
2014-06-27 18:00:07 -04:00
e03dc0c01e
add recipe for chimney
2014-06-27 17:40:38 -04:00