From 7c468692c7adf6c9a4796aa8010f20ced4618327 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 18 Dec 2025 20:47:37 -0400 Subject: smaller metadata.rs by avoiding duplication in default impls --- 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 091faaea..e3becfe5 100644 --- a/codegen/lib/code/blocks.py +++ b/codegen/lib/code/blocks.py @@ -6,7 +6,7 @@ BLOCKS_RS_DIR = get_dir_location("../azalea-block/src/generated.rs") # - Property: A property of a block, like "direction" # - Variant: A potential state of a property, like "up" # - State: A possible state of a block, a combination of variants -# - BlockKind: Has properties and states. +# - Block: Has properties and states. def generate_blocks( -- cgit v1.2.3