Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodedSakura committed May 6, 2024
1 parent 0aa19ce commit 28c718b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Update to support 1.20.6
* Switch to self-hosted maven
* Fix [#2](https://github.com/BlossomMods/BlossomEnderChest/issues/2)

# 2.0.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public class BlossomEnderChestConfig {
String[] commands = new String[]{"echest"};
String nameTranslationKey = "blossom.ender-chest.name";
String nameColor = "purple";
String nameColor = "light_purple";
}

0 comments on commit 28c718b

Please sign in to comment.