v0.2.0-beta.1
Pre-release
Pre-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()
, andformatString()
- New interface:
formatPlaceHolder
interface - New type definition:
formatTokens
- New custom glyphs feature
- Updated
Database
to accepthost
parameter as anItemStack
- Added
catalyst:hover
floating text entity - Added
getPlayerByName()
function - Moved event types from
catalyst/@types/index.d.ts
tocatalyst/@types/events.d.ts
- Removed
beforePistonActivate
event to accomodate the latest API
New glyphs:
Identifier | Unicode | Image |
---|---|---|
board |
U+E10D | ![]() |
monitor |
U+E10E | ![]() |
barrier |
U+E10F | ![]() |
check |
U+E110 | ![]() |
x |
U+E111 | ![]() |
plus |
U+E112 | ![]() |
minus |
U+E113 | ![]() |
key |
U+E114 | ![]() |
file |
U+E115 | ![]() |
folder |
U+E116 | ![]() |
code |
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