Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Latest commit

 

History

History
99 lines (53 loc) · 1.2 KB

HISTORY.md

File metadata and controls

99 lines (53 loc) · 1.2 KB

History

1.11.0

  • add chunk handling for chunks without skylight data in 1.8 (thanks @skullteria)

1.10.0

  • support 1.13
  • better tests

1.9.1

  • standardjs
  • circleci 2
  • better no chunk implementation exception

1.9.0

  • small 1.9 fix (thanks @Flynnn)
  • handle skylightsent in 1.8

1.8.2

  • fix initialize in 1.8 + test

1.8.1

  • fix initialize in 1.8

1.8.0

  • optimization of 1.9 chunk done by @allain

1.7.0

  • supports mcpc 1.12 (same as 1.9)

1.6.0

  • add skyLightSent to load

1.5.1

  • use last protodef, fix longToByte (no countTypeArgs), and remove gulp

1.5.0

  • supports mcpc 1.10 and 1.11 (same as 1.9)

1.4.0

  • supports mcpc 1.9 (thanks @Flynnn)

1.3.0

  • supports bitmap in load and dump in 1.8, default to bitmap == 0xFFFF

1.2.0

  • support MCPE 1.0 chunks

1.1.0

  • support MCPE 0.14 chunks

1.0.1

  • update to babel6

1.0.0

  • bump dependencies

0.3.2

  • simplify and fix initialize

0.3.1

  • fix iniPos in initialize

0.3.0

  • add Chunk.initialize, useful for fast generation

0.2.1

  • fix the badge

0.2.0

  • use vec3
  • add an example + doc
  • use prismarine-block

0.1.0

  • First version, basic functionality