Skip to content

Commit

Permalink
Cover wall variants for signs.
Browse files Browse the repository at this point in the history
Fixes #12.
  • Loading branch information
ensonic authored and sofar committed Nov 27, 2017
1 parent 9c6c343 commit a755eb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mcresconvert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ blocks/sapling_oak.png default_sapling.png
blocks/sapling_acacia.png default_acacia_sapling.png
items/seeds_wheat.png farming_wheat_seed.png
items/sign.png default_sign_wood.png
items/sign.png default_sign_wall_wood.png
items/snowball.png default_snowball.png
blocks/snow.png default_snow.png
items/stick.png default_stick.png
Expand Down Expand Up @@ -599,10 +600,11 @@ RENAMES
fi

# steel sign
echo -e "." >> _n/_tot
echo -e ".." >> _n/_tot
if [ -f _n/items/sign.png ]; then
convert _n/items/sign.png -channel RGBA -matte -colorspace gray default_sign_steel.png
echo -e "." >> _n/_counter
convert _n/items/sign.png -channel RGBA -matte -colorspace gray default_sign_wall_steel.png
echo -e ".." >> _n/_counter
fi

# emerald -> mese
Expand Down

0 comments on commit a755eb7

Please sign in to comment.