summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockNoteBlock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-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
* Note Block Left Click Fix V2 (#5052)Derek Qu2020-11-261-0/+43
+ Add function to play note block on left click