diff options
| author | mat <git@matdoes.dev> | 2025-12-18 20:47:37 -0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-18 20:47:37 -0400 |
| commit | 7c468692c7adf6c9a4796aa8010f20ced4618327 (patch) | |
| tree | 65e257ecb47641b2bf10e69722943f13101ed373 /codegen/lib/code/blocks.py | |
| parent | 1d82ed842de6622d6e6c48c1c6a3c9289bcffedd (diff) | |
| download | azalea-drasl-7c468692c7adf6c9a4796aa8010f20ced4618327.tar.xz | |
smaller metadata.rs by avoiding duplication in default impls
Diffstat (limited to 'codegen/lib/code/blocks.py')
| -rw-r--r-- | codegen/lib/code/blocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
