mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
fix error message
This commit is contained in:
@@ -15,6 +15,7 @@ pub struct RegistryElement {
|
||||
lazy_static! {
|
||||
static ref REGISTRY: HashMap<String, RegistryElement> =
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user