summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBanner.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-28Unify DoWithBlockEntity (#5168)Tiger Wang1-2/+4
+ 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
2021-03-15Adding basic Banner functionality (#4806)12xx121-0/+215
+ Added item and block for banners Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>