Detect chest type (double, single) and base orientation

This commit is contained in:
Mike Primm 2011-07-22 23:20:58 -05:00
parent 3242e5ab97
commit c95248b39a
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;