From 659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 30 Mar 2023 18:18:13 +0000 Subject: 23w13a --- codegen/lib/code/blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codegen/lib/code/blocks.py') 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" -- cgit v1.2.3