Skip to content

v0.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vytdev vytdev released this 19 Feb 13:26
· 38 commits to master since this release

Some fixes and additions!

  • Updated to Minecraft 1.20.60
  • Now use API 1.9.0-beta
  • New locale module
  • New functions: localize(), parseFormat(), applyFormat(), and formatString()
  • New interface: formatPlaceHolder interface
  • New type definition: formatTokens
  • New custom glyphs feature
  • Updated Database to accept host parameter as an ItemStack
  • Added catalyst:hover floating text entity
  • Added getPlayerByName() function
  • Moved event types from catalyst/@types/index.d.ts to catalyst/@types/events.d.ts
  • Removed beforePistonActivate event to accomodate the latest API

New glyphs:

Identifier Unicode Image
board U+E10D U+E10D
monitor U+E10E U+E10E
barrier U+E10F U+E10F
check U+E110 U+E110
x U+E111 U+E111
plus U+E112 U+E112
minus U+E113 U+E113
key U+E114 U+E114
file U+E115 U+E115
folder U+E116 U+E116
code U+E117 U+E117

More features are on the way!

Tested with Minecraft: 1.20.60

Full Changelog: 0.2.0-alpha.1...0.2.0-beta.1