Skip to content

Commit

Permalink
feat: add TextFormat#MATERIAL_RESIN
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Dec 23, 2024
1 parent cee246f commit c66d0cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.1 - Unreleased
Each release is associated with a specific API version,
and any changes to API will have a prefix `(API)`.

## 0.1.1 (API 0.2.0) - Unreleased

<small>[Compare with 0.1.0](https://github.com/AllayMC/Allay/compare/0.1.0...HEAD)</small>

## [0.1.0](https://github.com/AllayMC/Allay/releases/tag/0.1.0) - 2024-12-22
### Added

Hello Allay! This is the first release of Allay.
- (API) Added `TextFormat#MATERIAL_RESIN`.

## [0.1.0](https://github.com/AllayMC/Allay/releases/tag/0.1.0) (API 0.1.0) - 2024-12-22

Hello Allay! This is the first release of Allay.
1 change: 1 addition & 0 deletions api/src/main/java/org/allaymc/api/utils/TextFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public enum TextFormat {
MATERIAL_DIAMOND('s', 0x24),
MATERIAL_LAPIS('t', 0x25),
MATERIAL_AMETHYST('u', 0x26),
MATERIAL_RESIN('v', 0x27),
OBFUSCATED('k', 0x10, true),
BOLD('l', 0x11, true),
ITALIC('o', 0x14, true),
Expand Down

0 comments on commit c66d0cd

Please sign in to comment.