Skip to content

Commit

Permalink
added U+2614 to defaults as :rain:
Browse files Browse the repository at this point in the history
minecraft's font has support for the emoji U+2614 - this simply adds it to the default list
  • Loading branch information
Lassoloc authored and Norbiros committed Jun 28, 2024
1 parent 12dcc70 commit 0ee6733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/main/java/dev/norbiros/emojitype/EmojiType.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public class EmojiType {
add(new EmojiCode(":snowman:", "⛄"));
add(new EmojiCode(":storm:", "⛈"));
add(new EmojiCode(":snow:", "❄"));
add(new EmojiCode(":rain:","☔"));

// Control
add(new EmojiCode(":eject:", "⏏"));
Expand Down Expand Up @@ -293,4 +294,4 @@ public static void init() {
System.out.println("EmojiType initialized!");
ConfigUtil.deserialise();
}
}
}

0 comments on commit 0ee6733

Please sign in to comment.