diff --git a/README.md b/README.md index cae2435..0e2839f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AFK Display [Chinese Traditional] +# AFK Display v1.1.6 [Chinese Traditional] VanillaTweaks Unofficial Traditional Chinese fork diff --git a/data/vanillatweaks/advancements/afk_display.json b/data/vanillatweaks/advancements/afk_display.json index b529ec2..5f40d20 100644 --- a/data/vanillatweaks/advancements/afk_display.json +++ b/data/vanillatweaks/advancements/afk_display.json @@ -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 }, diff --git a/data/vanillatweaks/advancements/root.json b/data/vanillatweaks/advancements/root.json index e3160d4..c838179 100644 --- a/data/vanillatweaks/advancements/root.json +++ b/data/vanillatweaks/advancements/root.json @@ -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 diff --git a/pack.mcmeta b/pack.mcmeta index 985d2b9..57795b6 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -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" + } + ] } } \ No newline at end of file