Skip to content

Commit

Permalink
Merge pull request #13 from akshualy/fix/block-display-meta-data-type
Browse files Browse the repository at this point in the history
[Fix] BlockDisplay should use BLOCK_STATE not INT
  • Loading branch information
Tofaa2 authored Jul 8, 2024
2 parents 78f406c + b90f685 commit 59bb99b
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 59bb99b

Please sign in to comment.