Correct wood grain orientation from top

This commit is contained in:
Mike Primm 2011-07-17 02:42:35 -05:00
parent 9133d03489
commit 4bc3030637
2 changed files with 12 additions and 8 deletions

View file

@ -288,6 +288,10 @@ public class TexturePack {
for(i = 256; i < BLOCKTABLELEN; i++) {
terrain_argb[i] = blank;
}
/* Fallbacks */
terrain_argb[BLOCKINDEX_STATIONARYLAVA] = terrain_argb[255];
terrain_argb[BLOCKINDEX_MOVINGLAVA] = terrain_argb[255];
img.flush();
}