summaryrefslogtreecommitdiffstats
path: root/src/Registries (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-04Rename files to match codeTiger Wang2-1/+1
2021-05-03Add player statistics to API (#5193)nshah251-1/+7
* 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 Wang6-23315/+29281
+ 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-08-19Add Statistics and Achievements for newer Network standards12xx122-0/+121
2020-07-19Remove Waterlogged value from registryTiger Wang2-18316/+11311
(apparently they're going to remove it, we don't want such a large breaking change) * Also alpha sort ids, parameters
2020-07-181.13 items supportTiger Wang4-0/+41930
+ Add 1.16 block and item definitions