Skip to content

Commit 8bb9f68

Browse files
committed
hotfix3
1 parent 76c937d commit 8bb9f68

20 files changed

Lines changed: 55 additions & 10 deletions

File tree

config/packer/1.16-fabric.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"[[石田]]": "\u9fec",
3232
"[[奥气]]": "\u9feb",
3333
"[[气奥]]": "\u9feb",
34-
"……": "\u22ef\u22ef"
34+
"……": "\u22ef\u22ef",
35+
"——": "\u2e3a"
3536
}
3637
}

config/packer/1.16.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"[[石田]]": "\u9fec",
3232
"[[奥气]]": "\u9feb",
3333
"[[气奥]]": "\u9feb",
34-
"……": "\u22ef\u22ef"
34+
"……": "\u22ef\u22ef",
35+
"——": "\u2e3a"
3536
}
3637
}

config/packer/1.18-fabric.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"[[石田]]": "\u9fec",
3232
"[[奥气]]": "\u9feb",
3333
"[[气奥]]": "\u9feb",
34-
"……": "\u22ef\u22ef"
34+
"……": "\u22ef\u22ef",
35+
"——": "\u2e3a"
3536
}
3637
}

config/packer/1.18.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"[[石田]]": "\u9fec",
3434
"[[奥气]]": "\u9feb",
3535
"[[气奥]]": "\u9feb",
36-
"……": "\u22ef\u22ef"
36+
"……": "\u22ef\u22ef",
37+
"——": "\u2e3a"
3738
}
3839
}

config/packer/1.19.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"[[石田]]": "\u9fec",
3838
"[[奥气]]": "\u9feb",
3939
"[[气奥]]": "\u9feb",
40-
"……": "\u22ef\u22ef"
40+
"……": "\u22ef\u22ef",
41+
"——": "\u2e3a"
4142
}
4243
}

projects/1.16-fabric/assets/minecraft/minecraft/font/default.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ascent": 7,
1616
"chars": [
1717
"\u3001\u3002\u300a\u300b\u3010\u3011\u2018\u2019\u201c",
18-
"\u201d\uff01\uff08\uff09\uff0c\uff1a\uff1b\uff1f\u0000"
18+
"\u201d\uff01\uff08\uff09\uff0c\uff1a\uff1b\uff1f\u2014"
1919
]
2020
},
2121
{
@@ -26,6 +26,14 @@
2626
"\u22ef"
2727
]
2828
},
29+
{
30+
"type": "bitmap",
31+
"file": "minecraft:font/2em-dash.png",
32+
"ascent": 7,
33+
"chars": [
34+
"\u2e3a"
35+
]
36+
},
2937
{
3038
"type": "bitmap",
3139
"file": "minecraft:font/nonlatin_european.png",
2.76 KB
Loading
7 Bytes
Loading

projects/1.16/assets/minecraft/minecraft/font/default.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ascent": 7,
1616
"chars": [
1717
"\u3001\u3002\u300a\u300b\u3010\u3011\u2018\u2019\u201c",
18-
"\u201d\uff01\uff08\uff09\uff0c\uff1a\uff1b\uff1f\u0000"
18+
"\u201d\uff01\uff08\uff09\uff0c\uff1a\uff1b\uff1f\u2014"
1919
]
2020
},
2121
{
@@ -26,6 +26,14 @@
2626
"\u22ef"
2727
]
2828
},
29+
{
30+
"type": "bitmap",
31+
"file": "minecraft:font/2em-dash.png",
32+
"ascent": 7,
33+
"chars": [
34+
"\u2e3a"
35+
]
36+
},
2937
{
3038
"type": "bitmap",
3139
"file": "minecraft:font/nonlatin_european.png",
2.76 KB
Loading

0 commit comments

Comments
 (0)