Skip to content

v1.2.15-alpha

Compare
Choose a tag to compare
@WingedSeal WingedSeal released this 01 Aug 16:44
· 289 commits to main since this release

Changelog v1.2.15-alpha

✨Added:

JMC.python(pythonCode: string, env: string = "");
JMC.python(`
  emit("say hi")
`, "main");
  • Add Null Coalescing operator (??=) (If null, set to) (@Nico314159)
$a ??= 5;

🔧Fix:

  • Fix absolute path in config causing unhandled error
  • Fix =-1 not working the same way as = -1 in arguments
  • Fix Math.sqrt not working
  • Fix obj:selector in first value of comparasion in condition not working
  • Fix issue where dark_blue was not accepted as a color (@Nico314159)

🎉Change:

  • Update execute to latest mc version
  • Update commands to 23w16a
  • Remove #override_minecraft, use #override minecraft instead
  • Update Item.createSign for 1.19 & 1.20 (@Nico314159)