summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockNoteBlock.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-28Unify DoWithBlockEntity (#5168)Tiger Wang1-6/+3
+ DoWith calls now broadcast the block entity and mark the chunk dirty + Add block entity change queue to synchronise BE updates with block updates * Fixed a few incorrect assertions about BE type - Remove manual overloads
2020-11-26Note Block Left Click Fix V2 (#5052)Derek Qu1-0/+43
+ Add function to play note block on left click