Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

68 lines (37 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.1]

Added

  • load, loads, dump and dumps to mcfunction
  • oplevel to commands (more info than comamndblock)

Added

  • Command syntax of more minecraft versions (1.8 - 1.16)

Fixed

  • Typehint of util.tokenize

Changed

  • UUIDs are now case insensitive (#12)
  • JSON no longers escapes non-ascii characters (#14)

Added

  • McFunction file parser and reconstructer (#1)

Changed

  • Rename from mcast to mcfunction(.py)
  • Double precision is now 14 places (was the default 6 before) (#5)
  • Entity parser now accepts UUIDs as selectors (#9)
  • ScoreboardEntity now accepts almost everything (#10)

Fixed

  • Wrong parsing of data modify <target> set value X, parsing X as Double instead of Any (#4)

Added

  • First commit