Skip to content

Commit

Permalink
Fixed: BlockDisplay should use BLOCK_STATE not INT
Browse files Browse the repository at this point in the history
  • Loading branch information
akshualy authored Jul 8, 2024
1 parent 304606b commit b90f685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public int getBlockId() {
}

public void setBlockId(int blockId) {
super.metadata.setIndex(OFFSET, EntityDataTypes.INT, blockId);
super.metadata.setIndex(OFFSET, EntityDataTypes.BLOCK_STATE, blockId);
}

}

0 comments on commit b90f685

Please sign in to comment.