Fix treasure stair orientation
This commit is contained in:
parent
a34ae8cf49
commit
86917fb146
@ -77,7 +77,9 @@ public class BlockChangeAnimation extends Animation
|
||||
continue;
|
||||
|
||||
_blockInfoList.add(new BlockInfo(b));
|
||||
byte data = b.getData();
|
||||
b.setType(mat);
|
||||
b.setData(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user