Skip to content

Commit 42543d1

Browse files
committed
Texture tweaks and mod support
Improved style, readability and consistency for hundreds of emoji. Added support for Symbol Tabs mod.
1 parent 744f74b commit 42543d1

File tree

33 files changed

+4684
-211
lines changed

33 files changed

+4684
-211
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ by vanilla and will show up as multiple, separate characters. Sorry.
2525
See below for ways to develop around this.
2626

2727

28+
## Supported mods
29+
[Symbol Chat](https://modrinth.com/mod/symbol-chat) - Easy to use emoji and symbol picker
30+
2831
## Remapped characters (for developers)
2932
In order to have any support for emoji consisting of sequences they have been
3033
remapped to unused single characters. An index of these can be found in
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"symbolchat.tab.emoji_categories.all": "Search",
3+
"symbolchat.tab.emoji_categories.people": "People",
4+
"symbolchat.tab.emoji_categories.nature": "Nature",
5+
"symbolchat.tab.emoji_categories.food": "Food",
6+
"symbolchat.tab.emoji_categories.activities": "Activities",
7+
"symbolchat.tab.emoji_categories.travel": "Travel",
8+
"symbolchat.tab.emoji_categories.objects": "Objects",
9+
"symbolchat.tab.emoji_categories.symbols": "Symbols",
10+
"symbolchat.tab.emoji_categories.flags": "Flags",
11+
"symbolchat.tab.emoji_categories.tones": "Skintones",
12+
"symbolchat.tab.emoji_categories.kaomoji": "Kaomoji",
13+
"symbolchat.tab.emoji_categories.favorites": "Favorites"
14+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"icon": "\uD940\uDC04",
3+
"order": 40,
4+
"symbols": [
5+
"emoji_categories:activity"
6+
]
7+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"icon": "\uD940\uDC00",
3+
"order": 0,
4+
"search_bar": true,
5+
"symbols": [
6+
"emoji_categories:people",
7+
"emoji_categories:nature",
8+
"emoji_categories:food",
9+
"emoji_categories:activity",
10+
"emoji_categories:travel",
11+
"emoji_categories:objects",
12+
"emoji_categories:symbols",
13+
"emoji_categories:flags"
14+
]
15+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"icon": "\uD940\uDC0A",
3+
"order": 200,
4+
"symbols": [
5+
"symbol-chat:favorites"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"icon": "\uD940\uDC08",
3+
"order": 80,
4+
"symbols": [
5+
"emoji_categories:flags"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"icon": "\uD940\uDC03",
3+
"order": 30,
4+
"symbols": [
5+
"emoji_categories:food"
6+
]
7+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"icon": "\uD940\uDC09",
3+
"order": 100,
4+
"type": "kaomojis",
5+
"symbols": [
6+
{
7+
"split": "line",
8+
"id": "symbol-chat:kaomojis"
9+
},
10+
"symbol-chat:custom_kaomojis"
11+
]
12+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"icon": "\uD940\uDC02",
3+
"order": 20,
4+
"symbols": [
5+
"emoji_categories:nature"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"icon": "\uD940\uDC06",
3+
"order": 60,
4+
"symbols": [
5+
"emoji_categories:objects"
6+
]
7+
}

0 commit comments

Comments
 (0)