Skip to content

v1.2.16-alpha.1

Compare
Choose a tag to compare
@WingedSeal WingedSeal released this 19 Sep 18:35
· 185 commits to main since this release

Changelog v1.2.16-alpha.1

✨Added:

@add(funcCallFrom)
function myFunc() {
}
  • Add print and printf
  • Support vanilla macro
myFunc(key="value");
myFunc({"key":"value"});
myFunc() with ...;
  • Added support for "separator":"" in Textprop.nbt (@amawdiin, @Nico314159)

🔧Fix:

  • Fix Hardcode.calc not working multiple time
  • Fix loot ... give
  • Fix function bugs
  • Fix FormattedText (&7-&r&7-)
  • Fix if (...) command ... {...} not requiring semicolon
  • Fix var func not working as intended with obj:selector

🎉Change:

  • Make Math.random works with variables
  • Improve Hardcode.calc
  • Improve JMC.python
  • Improve error message
  • Improve FormattedText optimization