Expand description
§valence_registry
Contains Minecraft’s networked registries. This includes the registry codec sent to clients during the initial join.
Re-exports§
pub use biome::BiomeRegistry;pub use codec::RegistryCodec;pub use dimension_type::DimensionTypeRegistry;pub use tags::TagsRegistry;
Modules§
- biome
- Contains biomes and the biome registry. Minecraft’s default biomes are added to the registry by default.
- codec
- dimension_
type - Contains dimension types and the dimension type registry. Minecraft’s default dimensions are added to the registry by default.
- tags
Structs§
- Registry
- Registry
Plugin - Registry
Set - The
SystemSetwhere theRegistryCodecandTagsRegistrycaches are rebuilt. Systems that modify the registry codec or tags registry should run before this.