diff options
| author | mat <git@matdoes.dev> | 2026-05-06 20:43:41 -0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-05-07 08:05:58 -1200 |
| commit | a6fbdea961c2f8a788b362cbde1eab356d298e84 (patch) | |
| tree | b0c091fe40eb0825822f8278fb93b11f2282cd97 /codegen/genitemcomponents.py | |
| parent | eeb729eb4681a98e892c744c20888cc466cdd79a (diff) | |
| download | azalea-drasl-a6fbdea961c2f8a788b362cbde1eab356d298e84.tar.xz | |
rename genitemcomponents.py to gendatacomponents.py
Diffstat (limited to 'codegen/genitemcomponents.py')
| -rw-r--r-- | codegen/genitemcomponents.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/codegen/genitemcomponents.py b/codegen/genitemcomponents.py deleted file mode 100644 index 9a4b4961..00000000 --- a/codegen/genitemcomponents.py +++ /dev/null @@ -1,6 +0,0 @@ -import lib.code.data_components -import lib.code.version - -if __name__ == "__main__": - version_id = lib.code.version.get_version_id() - lib.code.data_components.generate(version_id) |
