We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f61e24 commit 1b2d158Copy full SHA for 1b2d158
1 file changed
minecraft_data/v1_10/__init__.py
@@ -0,0 +1,10 @@
1
+import os
2
+import sys
3
+
4
+from minecraft_data.tools import convert
5
6
7
+_dir = os.path.join(os.path.dirname(__file__), "../data/data/pc/1.10")
8
9
+for name, data in convert(_dir).items():
10
+ setattr(sys.modules[__name__], name, data)
0 commit comments