From fbaae39cdf9c5a7a34005a51a37b85f7cdd5ea00 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 13 Nov 2025 12:34:47 +0930 Subject: rename ResourceLocation to Identifier ahead of mojmap changes --- azalea-inventory/src/components/profile.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-inventory/src/components/profile.rs') diff --git a/azalea-inventory/src/components/profile.rs b/azalea-inventory/src/components/profile.rs index 499d42bb..153b43d3 100644 --- a/azalea-inventory/src/components/profile.rs +++ b/azalea-inventory/src/components/profile.rs @@ -2,7 +2,7 @@ use azalea_auth::game_profile::{ GameProfile, GameProfileProperties, SerializableProfileProperties, }; use azalea_buf::AzBuf; -use azalea_core::{codec_utils::*, resource_location::ResourceLocation}; +use azalea_core::{codec_utils::*, identifier::Identifier}; use serde::{Serialize, Serializer}; use uuid::Uuid; @@ -70,5 +70,5 @@ pub enum PlayerModelType { #[derive(Clone, Debug, AzBuf, PartialEq, Serialize)] #[serde(transparent)] pub struct ResourceTexture { - pub id: ResourceLocation, + pub id: Identifier, } -- cgit v1.2.3