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.
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. -
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)
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.
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