aboutsummaryrefslogtreecommitdiff
path: root/codegen/lib/code
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/lib/code')
-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"