Merge pull request #13 from akshualy/fix/block-display-meta-data-type
[Fix] BlockDisplay should use BLOCK_STATE not INT
This commit is contained in:
commit
59bb99bfd2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class BlockDisplayMeta extends AbstractDisplayMeta {
|
|||
}
|
||||
|
||||
public void setBlockId(int blockId) {
|
||||
super.metadata.setIndex(OFFSET, EntityDataTypes.INT, blockId);
|
||||
super.metadata.setIndex(OFFSET, EntityDataTypes.BLOCK_STATE, blockId);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue