Create/Update assets for version 24w10a

This commit is contained in:
InventiveBot
2024-03-13 18:29:36 +01:00
parent 9bde1c4615
commit ff2b07f004
19756 changed files with 1368129 additions and 18 deletions

View File

@@ -0,0 +1,103 @@
{
"providers": [
{
"type": "unihex",
"hex_file": "minecraft:font/unifont_jp.zip",
"size_overrides": [
{
"__ranges": [
"CJK Symbols and Punctuation",
"Hiragana",
"Katakana"
],
"from": "\u3001",
"to": "\u30FF",
"left": 0,
"right": 15
},
{
"__ranges": [
"Enclosed CJK Letters and Months",
"CJK Compatibility",
"CJK Unified Ideographs Extension A",
"Yijing Hexagram Symbols",
"CJK Unified Ideographs"
],
"from": "\u3200",
"to": "\u9FFF",
"left": 0,
"right": 15
},
{
"__ranges": [
"CJK Compatibility Ideographs"
],
"from": "\uF900",
"to": "\uFAFF",
"left": 0,
"right": 15
}
],
"filter": {
"jp": true
}
},
{
"type": "unihex",
"hex_file": "minecraft:font/unifont.zip",
"size_overrides": [
{
"__ranges": [
"CJK Symbols and Punctuation",
"Hiragana",
"Katakana"
],
"from": "\u3001",
"to": "\u30FF",
"left": 0,
"right": 15
},
{
"__ranges": [
"Enclosed CJK Letters and Months",
"CJK Compatibility",
"CJK Unified Ideographs Extension A",
"Yijing Hexagram Symbols",
"CJK Unified Ideographs"
],
"from": "\u3200",
"to": "\u9FFF",
"left": 0,
"right": 15
},
{
"__ranges": [
"Hangul Syllables"
],
"from": "\uAC00",
"to": "\uD7AF",
"left": 0,
"right": 14
},
{
"__ranges": [
"CJK Compatibility Ideographs"
],
"from": "\uF900",
"to": "\uFAFF",
"left": 0,
"right": 15
},
{
"__ranges": [
"Halfwidth and Fullwidth Forms"
],
"from": "\uFF01",
"to": "\uFF5E",
"left": 0,
"right": 15
}
]
}
]
}