Skip to content

v1.2.14-alpha.2

Compare
Choose a tag to compare
@WingedSeal WingedSeal released this 08 Mar 04:43
· 330 commits to main since this release

Changelog v1.2.14-alpha.2

✨Added:

  • Add TextProps.clickCommand()
  • Add multiline string
Text.tellraw(@a, `
line1
line2
line3
  `);

🔧Fix:

  • Fix # comment not working with indent

🎉Change:

  • Cache TextProps
  • Improve TextProps and TextProp
  • Improve error message
  • Remove {} restriction for if else
if (entity @s) say "hi";