diff options
| author | mat <github@matdoes.dev> | 2023-03-30 18:18:13 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-30 18:18:13 +0000 |
| commit | 659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c (patch) | |
| tree | 76aa1717e06e12f932d1cf6e453c825d6ced8760 /codegen | |
| parent | ac680d39f23f0fe004970fb9e48ca9a60437f607 (diff) | |
| download | azalea-drasl-659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c.tar.xz | |
23w13a
Diffstat (limited to 'codegen')
| -rwxr-xr-x | codegen/lib/code/blocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/code/blocks.py b/codegen/lib/code/blocks.py index d5fca732..a01df648 100755 --- a/codegen/lib/code/blocks.py +++ b/codegen/lib/code/blocks.py @@ -4,7 +4,7 @@ from ..mappings import Mappings from typing import Optional import re -BLOCKS_RS_DIR = get_dir_location('../azalea-block/src/blocks.rs') +BLOCKS_RS_DIR = get_dir_location('../azalea-block/src/generated.rs') # Terminology: # - Property: A property of a block, like "direction" |
