Skip to content

Commit c02e798

Browse files
Release 2.100.0
1 parent 694de5b commit c02e798

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

doc/history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.100.0
2+
* Update minecraft-data to 2.100.0
3+
* Add following data: attributes
4+
15
## 2.89.2
26
* Update minecraft-data to 2.89.2
37
* Add following data: blockStates, blockB2J, blocksJ2B

minecraft_data/data

Submodule data updated 106 files

minecraft_data/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def convert(_dir, version, edition ='pc'):
1010
ret = {}
1111
for datum in ('recipes', 'materials', 'protocol', 'version',
1212
'blockCollisionShapes', 'protocolComments', 'loginPacket',
13-
'commands', 'tints', 'blockB2J', 'blocksJ2B'):
13+
'commands', 'tints', 'blockB2J', 'blocksJ2B', 'attributes'):
1414
if datum in data:
1515
ret[datum] = data[datum]
1616
if 'blockStates' in data:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def package_files(directory):
2020
description='Provide easy access to minecraft data in python',
2121
license='MIT',
2222
long_description=open('README.rst').read(),
23-
version='2.89.2',
23+
version='2.100.0',
2424
maintainer='Vito Gamberini',
2525
maintainer_email='[email protected]',
2626
url='https://github.com/SpockBotMC/python-minecraft-data',

0 commit comments

Comments
 (0)