aboutsummaryrefslogtreecommitdiff
path: root/codegen/genitemcomponents.py
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/genitemcomponents.py')
-rw-r--r--codegen/genitemcomponents.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/codegen/genitemcomponents.py b/codegen/genitemcomponents.py
index b0002ae2..9a4b4961 100644
--- a/codegen/genitemcomponents.py
+++ b/codegen/genitemcomponents.py
@@ -1,6 +1,6 @@
-import lib.code.item_components
+import lib.code.data_components
import lib.code.version
-if __name__ == '__main__':
+if __name__ == "__main__":
version_id = lib.code.version.get_version_id()
- lib.code.item_components.generate(version_id)
+ lib.code.data_components.generate(version_id)