diff options
| author | mat <git@matdoes.dev> | 2023-06-12 14:38:40 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-06-12 14:38:40 -0500 |
| commit | 5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10 (patch) | |
| tree | df134f8abfd0723a19998ac07e8be806619f41bc /codegen | |
| parent | bc7e0ab53739f59f68f860ba75973908ffc5b560 (diff) | |
| parent | 49f951688e4ab117ee2719a9db573bd731c4748a (diff) | |
| download | azalea-drasl-5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10.tar.xz | |
Merge branch '1.20'
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" |
