Skip to content

Commit

Permalink
翻譯 AFK Display
Browse files Browse the repository at this point in the history
  • Loading branch information
wenwen357951 committed Feb 13, 2024
1 parent 02e8bf1 commit 13ab98c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AFK Display [Chinese Traditional]
# AFK Display v1.1.6 [Chinese Traditional]

VanillaTweaks Unofficial Traditional Chinese fork

Expand Down
4 changes: 2 additions & 2 deletions data/vanillatweaks/advancements/afk_display.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"icon": {
"item": "minecraft:fishing_rod"
},
"title": "AFK Display ",
"description": ["",{"text":"Greys out a player's name when they have not moved for 5 minutes.","color":"gold"}],
"title": "AFK 顯示 ",
"description": ["",{"text":"當玩家 5 分鐘沒有移動時,名字會變灰色。","color":"gold"}],
"show_toast": false,
"announce_to_chat": false
},
Expand Down
2 changes: 1 addition & 1 deletion data/vanillatweaks/advancements/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"title": "Vanilla Tweaks",
"frame": "challenge",
"description": ["",{"text":"All loaded Vanilla Tweaks data packs\n","color":"gold"},{"text":"vanillatweaks.net","color":"yellow"}],
"description": ["",{"text":"所有已載入的 Vanilla Tweaks 資料包\n","color":"gold"},{"text":"vanillatweaks.net","color":"yellow"}],
"background": "minecraft:textures/block/black_concrete.png",
"show_toast": false,
"announce_to_chat": false
Expand Down
16 changes: 14 additions & 2 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"pack": {
"pack_format": 15,
"supported_formats": {"min_inclusive": 15, "max_inclusive": 26},
"description": [{"text":"AFK Display","color":"gold"},{"text":"\nvanillatweaks.net","color":"yellow"}]
"supported_formats": {
"min_inclusive": 15,
"max_inclusive": 26
},
"description": [
{
"text": "AFK 顯示",
"color": "gold"
},
{
"text": "\nvanillatweaks.net",
"color": "yellow"
}
]
}
}

0 comments on commit 13ab98c

Please sign in to comment.