homedecor_modpack/homedecor
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
..
locale Add german translation. 2014-04-04 09:11:25 -03:00
sounds new, higher-quality toilet flush sound effect 2014-06-18 05:59:24 -04:00
textures add blank canvas craft item and recipes for paintings 2014-07-04 04:45:58 -04:00
changelog.txt split signs_lib from homedecor, put them into their own separate mods 2014-01-25 12:57:05 -05:00
clocks.lua Add various kinds of decorative clocks. 2014-06-25 05:59:34 -04:00
copyright.txt change license to LGPL to conform to what's written in the forum post 2014-06-06 03:26:42 -04:00
crafts.lua add blank canvas craft item and recipes for paintings 2014-07-04 04:45:58 -04:00
depends.txt make sure homedecor always loads building_blocks first. 2014-06-28 02:57:25 -04:00
door_models.lua split signs_lib from homedecor, put them into their own separate mods 2014-01-25 12:57:05 -05:00
doors_and_gates.lua avoid duplicating get_nodedef_field() function 2014-06-29 10:47:25 -04:00
electronics.lua add dvd/vcr 2014-06-26 06:36:22 -04:00
fences.lua Fixes to translation. 2014-04-04 09:10:26 -03:00
furnaces.lua add steel fridge and oven 2014-06-25 00:24:03 -04:00
furniture_bathroom.lua Get rid of second and third shades of 3dforniture-related textures. 2014-06-18 06:53:07 -04:00
furniture_medieval.lua Get rid of second and third shades of 3dforniture-related textures. 2014-06-18 06:53:07 -04:00
furniture_recipes.lua use building_blocks marble instead of cobble for toilet, sink and shower tray 2014-06-28 02:58:32 -04:00
furniture.lua add several colors of kitchen chairs 2014-06-26 23:20:13 -04:00
init.lua merge no-moreblocks recipes back into crafts.lua 2014-06-30 13:07:19 -04:00
kitchen_cabinet.lua added granite-, steel-, marble-topped cabinets 2014-06-25 03:33:11 -04:00
laundry.lua added decorative washing machine and tumble dryer 2014-06-25 01:02:26 -04:00
LICENSE change license to LGPL to conform to what's written in the forum post 2014-06-06 03:26:42 -04:00
lighting.lua Add plasma lamp 2014-06-29 12:49:35 -04:00
listnodes.sh split signs_lib from homedecor, put them into their own separate mods 2014-01-25 12:57:05 -05:00
locked.lua add filing cabinet 2014-06-26 08:10:10 -04:00
misc-bathroom.lua Add towel rod with towel 2014-06-26 21:33:27 -04:00
misc-electrical.lua add decorative electrical outlet and light switch 2014-06-25 23:08:20 -04:00
misc-nodes.lua better textures for fishtank, add lighted-up version 2014-06-27 19:12:21 -04:00
nightstands.lua split signs_lib from homedecor, put them into their own separate mods 2014-01-25 12:57:05 -05:00
paintings.lua add blank canvas craft item and recipes for paintings 2014-07-04 04:45:58 -04:00
refrigerator.lua add steel fridge and oven 2014-06-25 00:24:03 -04:00
shingles.lua Fixes to translation. 2014-04-04 09:10:26 -03:00
shutters.lua split signs_lib from homedecor, put them into their own separate mods 2014-01-25 12:57:05 -05:00
slopes.lua split signs_lib from homedecor, put them into their own separate mods 2014-01-25 12:57:05 -05:00
tables.lua give the desk a proper inventory image 2014-06-29 12:18:16 -04:00
window_treatments.lua change name of homedecor:window to homedecor:window_quartered 2014-06-26 20:15:43 -04:00