We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1b05d commit 73cbcb0Copy full SHA for 73cbcb0
2 files changed
doc/history.md
@@ -1,3 +1,8 @@
1
+## 0.5.0
2
+ * update minecraft-data
3
+ * solve the entities.json savegame/protocol ID confusion
4
+ * remove `entities`, use `mobs` and `objects` instead (they have overlapping IDs)
5
+
6
## 0.4.0
7
* update minecraft-data
8
* up to date 1.9 blocks, items, recipes
@@ -32,4 +37,4 @@
32
37
33
38
## 0.1.0
34
39
* provide : id-indexed data, name-indexed data, unindexed data and two functions to find items or blocks
35
-
40
setup.py
@@ -7,7 +7,7 @@
description='Provide easy access to minecraft data in python',
license='MIT',
9
long_description=open('README.rst').read(),
10
- version='0.4.0',
+ version='0.5.0',
11
maintainer='Romain Beaumont',
12
maintainer_email='romain.rom1@gmail.com',
13
url='https://github.com/SpockBotMC/python-minecraft-data',
0 commit comments