aboutsummaryrefslogtreecommitdiff
path: root/codegen/lib/code/utils.py
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-11-13 10:12:26 +0700
committermat <git@matdoes.dev>2025-11-13 10:12:26 +0700
commit5ef9ab939500388fb4e636974161eb0959130065 (patch)
tree5b9715d73dd3f281995c3f418b5176bf7858bd43 /codegen/lib/code/utils.py
parentfbaae39cdf9c5a7a34005a51a37b85f7cdd5ea00 (diff)
downloadazalea-drasl-5ef9ab939500388fb4e636974161eb0959130065.tar.xz
rename resourcelocation in a few more places
Diffstat (limited to 'codegen/lib/code/utils.py')
-rw-r--r--codegen/lib/code/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/code/utils.py b/codegen/lib/code/utils.py
index bbb8f647..62b4627b 100644
--- a/codegen/lib/code/utils.py
+++ b/codegen/lib/code/utils.py
@@ -58,7 +58,7 @@ def burger_type_to_rust_type(
uses.add("azalea_chat::FormattedText")
elif burger_type == "identifier":
field_type_rs = "Identifier"
- uses.add("azalea_core::resource_location::Identifier")
+ uses.add("azalea_core::identifier::Identifier")
elif burger_type == "uuid":
field_type_rs = "Uuid"
uses.add("uuid::Uuid")