Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 019c4cc

Browse files
committedMay 13, 2024
0.31 20100124-2 (0.31.20100124-2)
1 parent 708c58c commit 019c4cc

File tree

137 files changed

+4072
-1560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+4072
-1560
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ minecraft_python.egg-info
1313
*.h
1414
.DS_Store
1515
*.so
16+
*.mclevel

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
CYTHONIZE=1 pip install .
1313

1414
install-from-source: dist
15-
pip install dist/minecraft-python-0.31.20100110.tar.gz
15+
pip install dist/minecraft-python-0.31.20100124.post2.tar.gz
1616

1717
clean:
1818
$(RM) -r build dist src/*.egg-info

0 commit comments

Comments
 (0)
Please sign in to comment.