aboutsummaryrefslogtreecommitdiff
path: root/codegen/lib
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-10-30 15:28:19 -0500
committermat <github@matdoes.dev>2022-10-30 15:28:19 -0500
commit329f8b1784b26e2149f6edb4e969e10bd419a190 (patch)
tree89c641aa1c26bb8da9e1f23337ff3114ad52b8f2 /codegen/lib
parentc65e1fc6604baf308b8c2b20b94bf527a6721ade (diff)
downloadazalea-drasl-329f8b1784b26e2149f6edb4e969e10bd419a190.tar.xz
more docs
Diffstat (limited to 'codegen/lib')
-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 635dff0b..66b18eed 100644
--- a/codegen/lib/code/utils.py
+++ b/codegen/lib/code/utils.py
@@ -45,7 +45,7 @@ def burger_type_to_rust_type(burger_type, field_name: Optional[str] = None, inst
elif burger_type == 'chatcomponent':
field_type_rs = 'Component'
- uses.add('azalea_chat::component::Component')
+ uses.add('azalea_chat::Component')
elif burger_type == 'identifier':
field_type_rs = 'ResourceLocation'
uses.add('azalea_core::ResourceLocation')