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.
load
,loads
,dump
anddumps
to mcfunctionoplevel
to commands (more info thancomamndblock
)
- Command syntax of more minecraft versions (1.8 - 1.16)
- Typehint of
util.tokenize
- UUIDs are now case insensitive (#12)
- JSON no longers escapes non-ascii characters (#14)
- McFunction file parser and reconstructer (#1)
- Rename from
mcast
tomcfunction(.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)
- Wrong parsing of
data modify <target> set value X
, parsing X as Double instead of Any (#4)
- First commit