Skip to content

v1.2.15

Compare
Choose a tag to compare
@WingedSeal WingedSeal released this 04 Sep 04:59
· 228 commits to main since this release

Changelog v1.2.15

✨Added:

  • Automatically fix typos for json file type (advancement -> advancements)
  • Add Player.join(function: Function) -> LoadOnce
  • Add $a = $b = $c = ...
  • Add $var = custom_func();
  • Throw error when $a = func() and func was not defined
  • Add #nometa
  • Add execute ... expand {...}
  • Add if (...) expand {...}
  • Add Item.clear (@Nico314159)

🔧Fix:

  • Fix logs printing out when using API (From Beet for example)
  • Fix PyJMC resource_locations
  • Fix ... = obj:selector not working
  • Fix an error position
  • Fix Math.random starting at negative creating invalid command
  • Fix checking for bool throwing unexpected error when selector has square param
  • Fix Math.random accepting non integers

🎉Change:

  • Improve error messages
  • Allow parens in macro factory
  • Change __certfile to _certfile in PyJMC
  • Make ??= compatible with true/false (@Nico314159)