aboutsummaryrefslogtreecommitdiff
path: root/codegen/lib/code/blocks.py
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-06-12 14:38:40 -0500
committermat <git@matdoes.dev>2023-06-12 14:38:40 -0500
commit5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10 (patch)
treedf134f8abfd0723a19998ac07e8be806619f41bc /codegen/lib/code/blocks.py
parentbc7e0ab53739f59f68f860ba75973908ffc5b560 (diff)
parent49f951688e4ab117ee2719a9db573bd731c4748a (diff)
downloadazalea-drasl-5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10.tar.xz
Merge branch '1.20'
Diffstat (limited to 'codegen/lib/code/blocks.py')
-rwxr-xr-xcodegen/lib/code/blocks.py2
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"