Correct wood grain orientation from top
This commit is contained in:
parent
9133d03489
commit
4bc3030637
2 changed files with 12 additions and 8 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue