Fixed: BlockDisplay should use BLOCK_STATE not INT
This commit is contained in:
parent
304606b2ed
commit
b90f6850e3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class BlockDisplayMeta extends AbstractDisplayMeta {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setBlockId(int blockId) {
|
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