From ecb3f2ffd7dd4aa26213844a023e37fab4057ed0 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 23 Mar 2023 13:55:33 +0000 Subject: rename Tag to Nbt --- codegen/lib/code/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codegen/lib/code/utils.py') diff --git a/codegen/lib/code/utils.py b/codegen/lib/code/utils.py index aaa166ff..3f9b6edb 100755 --- a/codegen/lib/code/utils.py +++ b/codegen/lib/code/utils.py @@ -56,7 +56,7 @@ def burger_type_to_rust_type(burger_type, field_name: Optional[str] = None, inst field_type_rs = 'BlockPos' uses.add('azalea_core::BlockPos') elif burger_type == 'nbtcompound': - field_type_rs = 'azalea_nbt::Tag' + field_type_rs = 'azalea_nbt::Nbt' elif burger_type == 'itemstack': field_type_rs = 'Slot' uses.add('azalea_core::Slot') -- cgit v1.2.3