summaryrefslogtreecommitdiffstats
path: root/src/Registries/Blocks.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-21Prepare for 1.15+ (#4856)Tiger Wang1-13653/+0
+ 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-07-19Remove Waterlogged value from registryTiger Wang1-3189/+1709
(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 Wang1-0/+15133
+ Add 1.16 block and item definitions