aboutsummaryrefslogtreecommitdiff
path: root/codegen
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-03-30 18:18:13 +0000
committermat <github@matdoes.dev>2023-03-30 18:18:13 +0000
commit659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c (patch)
tree76aa1717e06e12f932d1cf6e453c825d6ced8760 /codegen
parentac680d39f23f0fe004970fb9e48ca9a60437f607 (diff)
downloadazalea-drasl-659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c.tar.xz
23w13a
Diffstat (limited to 'codegen')
-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"