diff options
| author | mat <git@matdoes.dev> | 2025-11-13 10:12:26 +0700 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-11-13 10:12:26 +0700 |
| commit | 5ef9ab939500388fb4e636974161eb0959130065 (patch) | |
| tree | 5b9715d73dd3f281995c3f418b5176bf7858bd43 /azalea-registry/src | |
| parent | fbaae39cdf9c5a7a34005a51a37b85f7cdd5ea00 (diff) | |
| download | azalea-drasl-5ef9ab939500388fb4e636974161eb0959130065.tar.xz | |
rename resourcelocation in a few more places
Diffstat (limited to 'azalea-registry/src')
| -rw-r--r-- | azalea-registry/src/lib.rs | 2 |
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", |
