Detect chest type (double, single) and base orientation

This commit is contained in:
Mike Primm 2011-07-22 23:20:58 -05:00
parent d746102963
commit 1c6ececd62
3 changed files with 86 additions and 35 deletions

View file

@ -189,7 +189,7 @@ public class NewMapChunkCache implements MapChunkCache {
if(y > this.y)
laststep = BlockStep.Y_PLUS;
else
laststep = BlockStep.Y_PLUS;
laststep = BlockStep.Y_MINUS;
this.y = y;
typeid = -1;
blkdata = -1;