Skip to content

Commit 0f61e24

Browse files
committed
update to minecraft-data 2.2.0
1 parent 73cbcb0 commit 0f61e24

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

minecraft_data/data

Submodule data updated 69 files

minecraft_data/v1_8/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from minecraft_data.tools import convert
55

66

7-
_dir = os.path.join(os.path.dirname(__file__),"../data/data/1.8")
7+
_dir = os.path.join(os.path.dirname(__file__), "../data/data/pc/1.8")
88

99
for name, data in convert(_dir).items():
1010
setattr(sys.modules[__name__], name, data)

minecraft_data/v1_9/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from minecraft_data.tools import convert
55

66

7-
_dir = os.path.join(os.path.dirname(__file__),"../data/data/1.9")
7+
_dir = os.path.join(os.path.dirname(__file__), "../data/data/pc/1.9")
88

99
for name, data in convert(_dir).items():
1010
setattr(sys.modules[__name__], name, data)

0 commit comments

Comments
 (0)