Detect chest type (double, single) and base orientation
This commit is contained in:
parent
d746102963
commit
1c6ececd62
3 changed files with 86 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue