SPGoding / spu

SPU Performs Updating, an npm package that provides method to update Minecraft commands. No longer maintained; use https://github.com/SPGoding/datapack-language-server to update newer datapacks instead.
https://npmjs.com/package/spu
MIT License
49 stars 5 forks source link

Support 1.7, 1.8, 1.11. (Seriously) #24

Closed SPGoding closed 6 years ago

SPGoding commented 6 years ago

1.7 => 1.8

  1. Numeric IDs => String IDs

    1.8 => 1.11

  2. Removed implicit target selector. e.g. @a[127,15,255].
  3. Changed entity IDs.
  4. JSON became more JSON.

    1.11 => 1.12

  5. /advancement => /achievement
SPGoding commented 6 years ago

Supported 1.11.

SPGoding commented 6 years ago

More detailed in #32, #33, #34 and #35.