summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Palettes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to match codeTiger Wang2021-05-045-5/+5
|
* Add player statistics to API (#5193)nshah252021-05-0310-334/+334
| | | | | | * Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Prepare for 1.15+ (#4856)Tiger Wang2020-12-2112-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
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-055-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>
* Add statistics palette for 1.15 & 1.16Tiger Wang2020-08-194-6/+171
|
* Add Statistics and Achievements for newer Network standards12xx122020-08-196-9/+218
|
* Adjust incorrect palette inclusionsTiger Wang2020-08-053-3/+3
|
* Fix incorrect big flower translationTiger Wang2020-07-261-4/+6
| | | | * Upgrade palette had incorrect values for upper half of large flowers
* Remove Waterlogged value from registryTiger Wang2020-07-195-19887/+19887
| | | | | | (apparently they're going to remove it, we don't want such a large breaking change) * Also alpha sort ids, parameters
* Add 1.13.1 to 1.15.2 mappingsTiger Wang2020-07-1913-15/+29585
|
* 1.13 items supportTiger Wang2020-07-187-0/+25651
+ Add 1.16 block and item definitions