blob: 34a7baa0f6b672ff7badf44311b522ab217c1dd6 (
plain)
1
2
3
4
5
6
7
8
|
# `azalea-registry`
Minecraft's registries are a system that give identifiers to certain enums the game.
Some registries, defined in [`crate::builtin`], are static for the client and server. This includes blocks and items.
Other registries, defined in [`crate::data`], are sent to us by the server. This includes things such as enchantments and biomes.
|