summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Palettes/Palette_1_16.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-21Prepare for 1.15+ (#4856)Tiger Wang1-11768/+11768
+ Add type-safe container for states * Split registry Blocks into BlockTypes, BlockStates so the block types enumeration can be #included without too much penalty * Ensure Registry uses type-safe container
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-2/+2
* Fix cmake not adding Werror on clang, and _lots_ of warnings * WIP: Build fixes * Cannot make intermediate blockhandler instance * Tiger's changes * Fix BitIndex check * Handle invalid NextState values in cMultiVersionProtocol Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2020-08-19Add statistics palette for 1.15 & 1.16Tiger Wang1-3/+85
2020-07-19Remove Waterlogged value from registryTiger Wang1-5568/+5568
(apparently they're going to remove it, we don't want such a large breaking change) * Also alpha sort ids, parameters
2020-07-19Add 1.13.1 to 1.15.2 mappingsTiger Wang1-3/+3
2020-07-181.13 items supportTiger Wang1-0/+13747
+ Add 1.16 block and item definitions