mirror of
https://github.com/barkeser2002/node-minecraft-data.git
synced 2026-09-25 08:29:54 +03:00
2.6 KiB
2.6 KiB
1.1.0
- update mcdata : protocol schema change, add classic
1.0.3
- update mcdata : 1.9 protocol fix
1.0.2
- forgot a short in 1.7 protocol
1.0.1
- update mcdata : fix short in 1.7 protocol
1.0.0
- update minecraft data, protocol.json has new numerical type names
0.20.4
- update minecraft-data : 1.7 plugin channel data buffers are length-prefixed
0.20.3
- update mcdata : fix in 1.7 protocol
0.20.2
- update minecraft-data : a fix in the key of 1.7 protocol
0.20.1
- fix release
0.20.0
- 1.9 updated to 16w05b
- 15w40b support kept
- 1.7 support added
- add transparency and light data in blocks
0.19.1
- fix release (missing submodule)
0.19.0
- move protocol data to top level
- expose preNettyVersionsByProtocolVersion and postNettyVersionsByProtocolVersion
- use it for a better resolution of the "major" version
0.18.0
- add protocol versions
0.17.0
- some windows fixing
- update entities : now mobs and objects
0.16.3
- use require-self to use require('minecraft-data') in example and make tonicdev actually work
0.16.2
- Usage -> Example, for tonicdev integration
0.16.1
- update mcData : improvement in the protocol for slot, optionalNbt and nbt
0.16.0
- add effects
0.15.0
- make node-minecraft-data browserify compatible
0.14.0
- move to new minecraft-data organization: master branch containing all the versions instead of one branch per version
0.13.0
- minecraft-data 1.9 to 15w40b + 76
0.12.0
- update minecraft-data : update 1.8 version to 1.8.8, update 1.9 version to 15w39c
0.11.0
- update minecraft-data : in protocol.json the context is now implemented with ../ instead of this.
0.10.0
- add version to the API
0.9.0
- update minecraft-data : windows and protocol updates
0.8.1
- actually update protocol.json
0.8.0
- update protocol.json
- add windows
0.7.0
- update protocol.json : condition becomes switch
0.6.0
- update protocol.json in 1.8 and 1.9 : the schema is now better for types (see minecraft-data for more details)
0.5.2
- update README and example : the package is now called minecraft-data in npm
0.5.1
- fix bug with fs.existsSync
- fix npm badge in readme
0.5.0
- bumping a few versions because package now published as minecraft-data
- add multi-version support
- add protocol.json access
0.2.0
- add unindexed version of blocks, items, biomes, instruments and entities
0.1.2
- fix bug in indexes
0.1.1
- fix bug in find functions
0.1.0
- provide : id-indexed data, name-indexed data and two functions to find items or blocks