aboutsummaryrefslogtreecommitdiff
path: root/codegen/genentities.py
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2026-03-24 11:15:56 -0500
committerGitHub <noreply@github.com>2026-03-24 11:15:56 -0500
commiteeaf1435e81d9cbd8daa0efa22029c1f259a64b5 (patch)
tree3486e26d5409708370e4e259d240fb77c6e1e439 /codegen/genentities.py
parent41a9ae6aaff77646c08c64ac1334a8cc6081c24f (diff)
downloadazalea-drasl-eeaf1435e81d9cbd8daa0efa22029c1f259a64b5.tar.xz
26.1 (#316)
* start updating to 26.1 * start updating to 26.1-snapshot-6 * 26.1-snapshot-6 * 26.1-snapshot-10 * 26.1-rc-1 * fix tests * 26.1-rc-2 and sort default components * 26.1 * update changelog
Diffstat (limited to 'codegen/genentities.py')
-rw-r--r--codegen/genentities.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/codegen/genentities.py b/codegen/genentities.py
index 944a1a4e..d7ac5dc3 100644
--- a/codegen/genentities.py
+++ b/codegen/genentities.py
@@ -6,14 +6,13 @@ import lib.extract
version_id = lib.code.version.get_version_id()
-mappings = lib.download.get_mappings_for_version(version_id)
burger_data = lib.extract.get_burger_data_for_version(version_id)
-burger_entities_data = burger_data[0]['entities']
+burger_entities_data = burger_data[0]["entities"]
-lib.code.entity.generate_entity_metadata(burger_entities_data, mappings)
+lib.code.entity.generate_entity_metadata(burger_entities_data)
lib.code.entity.generate_entity_dimensions(burger_entities_data)
lib.code.utils.fmt()
-print('Done!')
+print("Done!")