pub fn registry(
version: Version,
registry_id: &str,
) -> Option<&'static [(&'static str, &'static [u8])]>Expand description
Returns the raw (entry_id, nbt_bytes) slice for (version, registry_id),
or None if the registry is not shipped for this version.