Skip to content

Commit

Permalink
Fixed to working with 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HDAndreasEST committed Oct 31, 2023
1 parent c179126 commit 1e3611d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public enum EmojiPackVariant {
EmojiPackVariant(int id) {
this.id = id;
this.hash = byteHash(id);
this.url = "https://github.com/RadBuilder/EmojiChat/releases/download/v1.8/EmojiChat." + id + ".{HD or SD}.ResourcePack.v1.8.zip";
this.url = "https://github.com/HDAndreasEST/EmojiChat/releases/download/v1.8/EmojiChat." + id + ".{HD or SD}.ResourcePack.v1.8.zip";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion resourcepack/variant 1/hd/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 4,
"pack_format": 18,
"description": "EmojiChat v1.8 ResourcePack by RadBuilder (1)(HD)"
}
}
2 changes: 1 addition & 1 deletion resourcepack/variant 1/sd/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 4,
"pack_format": 18,
"description": "EmojiChat v1.8 ResourcePack by RadBuilder (1)(SD)"
}
}
2 changes: 1 addition & 1 deletion resourcepack/variant 2/hd/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 4,
"pack_format": 18,
"description": "EmojiChat v1.8 ResourcePack by RadBuilder (2)(HD)"
}
}
2 changes: 1 addition & 1 deletion resourcepack/variant 2/sd/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 4,
"pack_format": 18,
"description": "EmojiChat v1.8 ResourcePack by RadBuilder (2)(SD)"
}
}

0 comments on commit 1e3611d

Please sign in to comment.