forked from hetmankp/mcmerge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pymclevel
updated
25 files
+9 −0 | box.py | |
+3 −0 | entity.py | |
+1 −1 | indev.py | |
+59 −35 | infiniteworld.py | |
+2 −1 | level.py | |
+32 −16 | materials.py | |
+25 −12 | mce.py | |
+204 −8 | minecraft.yaml | |
+558 −2 | nbt.py | |
+7 −1 | pocket.py | |
+166 −165 | pocket.yaml | |
+0 −559 | pynbt.py | |
+4 −2 | schematic.py | |
+1 −0 | test/__init__.py | |
+127 −0 | test/alpha_test.py | |
+30 −0 | test/anvil_test.py | |
+10 −0 | test/extended_id_test.py | |
+35 −0 | test/indev_test.py | |
+21 −0 | test/java_test.py | |
+44 −2 | test/nbt_test.py | |
+23 −0 | test/pocket_test.py | |
+75 −0 | test/schematic_test.py | |
+29 −0 | test/server_test.py | |
+43 −0 | test/templevel.py | |
+0 −473 | tests.py |