diff --git a/pumpkin-world/src/global_registry.rs b/pumpkin-world/src/global_registry.rs index 57ff7ea1a..fd88c08aa 100644 --- a/pumpkin-world/src/global_registry.rs +++ b/pumpkin-world/src/global_registry.rs @@ -15,6 +15,7 @@ pub struct RegistryElement { lazy_static! { static ref REGISTRY: HashMap = serde_json::from_str(REGISTRY_JSON).expect("Could not parse items.json registry."); + serde_json::from_str(REGISTRY_JSON).expect("Could not parse registry.json registry."); } pub fn get_protocol_id(category: &str, entry: &str) -> u32 {