summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Palettes (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-04Rename files to match codeTiger Wang5-5/+5
2021-05-03Add player statistics to API (#5193)nshah2510-334/+334
* Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2020-12-21Prepare for 1.15+ (#4856)Tiger Wang12-43197/+43202
+ 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)peterbell105-6/+6
* 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 Wang4-6/+171
2020-08-19Add Statistics and Achievements for newer Network standards12xx126-9/+218
2020-08-05Adjust incorrect palette inclusionsTiger Wang3-3/+3
2020-07-26Fix incorrect big flower translationTiger Wang1-4/+6
* Upgrade palette had incorrect values for upper half of large flowers
2020-07-19Remove Waterlogged value from registryTiger Wang5-19887/+19887
(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 Wang13-15/+29585
2020-07-181.13 items supportTiger Wang7-0/+25651
+ Add 1.16 block and item definitions