Skip to content

Commit

Permalink
1.21 字体修复修复 (#4777)
Browse files Browse the repository at this point in the history
* Create default.json

Override for 'filter'

* Delete projects/minecraft/minecraft/font/default.json

* Create default.json

Override fliter

* Update packer-policy.json

Use direct to override default.json

* Update README.md

* Update README.md

* Update README.md

* Update packer-policy.json

* Update default.json

* Revert

Already applied to 1.20

* Delete projects/1.21/assets/minecraft/minecraft/font directory

* Update README.md
  • Loading branch information
dovisutu authored Nov 7, 2024
1 parent f11e4f5 commit 68176b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 4 additions & 1 deletion projects/1.20/assets/minecraft/minecraft/font/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
},
{
"type": "reference",
"id": "minecraft:include/default"
"id": "minecraft:include/default",
"filter": {
"uniform": false
}
},
{
"type": "reference",
Expand Down
6 changes: 1 addition & 5 deletions projects/1.21-fabric/assets/minecraft/minecraft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
- **省略号**现在可以*模拟*等距点——虽说不是完美等距,但看起来差不多。
- 单个**破折号**在显示时可以*连起来*了。

---

从1.20到1.21,字体支持情况没有太大的更改。由于字体描述文件结构已经解耦合,1.20的所有文件都可以无差别地应用过来。

### 加载结构参考

- `indirect`@`projects/1.20/assets/minecraft/minecraft`<br>复用[1.20处的字体修正包](../../../../1.20/assets/minecraft/minecraft/README.md)
- `indirect`@`projects/1.21/assets/minecraft/minecraft`<br>复用[1.21处的字体修正包](../../../../1.21/assets/minecraft/minecraft/README.md)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"type": "indirect",
"source": "projects/1.20/assets/minecraft/minecraft"
"source": "projects/1.21/assets/minecraft/minecraft"
}
]
2 changes: 1 addition & 1 deletion projects/1.21/assets/minecraft/minecraft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

---

从1.20到1.21,字体支持情况没有太大的更改。由于字体描述文件结构已经解耦合,1.20的所有文件都可以无差别地应用过来
从1.20到1.21,字体支持情况没有太大的更改。由于字体描述文件结构已经解耦合,1.20的所有文件可无差别地应用过来

### 加载结构参考

Expand Down

0 comments on commit 68176b5

Please sign in to comment.