Files
node-minecraft-data/doc/history.md
T
2016-01-25 21:38:09 +01:00

1.7 KiB

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