Skip to content

Commit 1b2d158

Browse files
committed
add 1.10
1 parent 0f61e24 commit 1b2d158

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

minecraft_data/v1_10/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)