aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry/src
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 /azalea-registry/src
parentfbaae39cdf9c5a7a34005a51a37b85f7cdd5ea00 (diff)
downloadazalea-drasl-5ef9ab939500388fb4e636974161eb0959130065.tar.xz
rename resourcelocation in a few more places
Diffstat (limited to 'azalea-registry/src')
-rw-r--r--azalea-registry/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-registry/src/lib.rs b/azalea-registry/src/lib.rs
index a3145b15..b16e572b 100644
--- a/azalea-registry/src/lib.rs
+++ b/azalea-registry/src/lib.rs
@@ -1638,7 +1638,7 @@ enum CommandArgumentKind {
Team => "minecraft:team",
ItemSlot => "minecraft:item_slot",
ItemSlots => "minecraft:item_slots",
- Identifier => "minecraft:resource_location",
+ ResourceLocation => "minecraft:resource_location",
Function => "minecraft:function",
EntityAnchor => "minecraft:entity_anchor",
IntRange => "minecraft:int_range",