diff --git a/Packer.py b/Packer.py deleted file mode 100644 index d4a695b..0000000 --- a/Packer.py +++ /dev/null @@ -1,70 +0,0 @@ -import os -import json -import shutil - -import requests - -with open('PackerConfig.json', encoding='utf-8') as f: - PACKER_CONFIG = json.load(f) - PROJECT_NAME = PACKER_CONFIG['projectName'] - PACK_VERSION = PACKER_CONFIG['packVersion'] - -if os.environ['event_name'] == 'pull_request_target': - VERSION = os.environ['event_number'] -elif os.environ['event_name'] == 'workflow_dispatch': - VERSION = os.environ['version'] -else: - VERSION = input('Version: ') -RELEASE_NAME = '-'.join([VERSION, 'CN', PROJECT_NAME, PACK_VERSION]) - -RESOURCES_PACK_URL = 'https://api.github.com/repos/ShaBaiTianCN/Minecraft-Mod-Language-Package-Not-Included-Language-Package/releases/latest' - - -def touch_dir(path: str): - """ - Create folder if not exist. - :param path: Folder path. - """ - if not os.path.isdir(path): - os.makedirs(path) - - -def copy(file_path: str, check_dir: bool = True): - """ - Copy file to target folder. - :param file_path: File path. - :param check_dir: Enable check dir exist. - """ - target_path = os.path.join(RELEASE_NAME, file_path) - if check_dir: - touch_dir(os.path.dirname(target_path)) - shutil.copyfile(file_path, target_path) - - -def main(): - # Touch folder - touch_dir(RELEASE_NAME) - - # Copy file - for i in PACKER_CONFIG['files']: - if os.path.isfile(i): - copy(i) - else: - for dirpath, dirnames, filenames in os.walk(i): - for filename in filenames: - copy(os.path.join(dirpath, filename)) - - # Download resource pack - release_info = requests.get(RESOURCES_PACK_URL).json()['assets'][0] - resourcepacks_dir = os.path.join(RELEASE_NAME, 'resourcepacks') - resourcepacks_path = os.path.join(resourcepacks_dir, '汉化补充资源包.zip') - touch_dir(resourcepacks_dir) - with open(resourcepacks_path, 'wb') as f: - f.write(requests.get(release_info['browser_download_url']).content) - - # Set release name - print(f'::set-output name=release_name::{RELEASE_NAME}') - - -if __name__ == '__main__': - main() diff --git "a/txt/[3.1]\345\205\210\347\234\213\350\277\231\351\207\214!!!.txt" "b/txt/[3.1]\345\205\210\347\234\213\350\277\231\351\207\214!!!.txt" index e324a7b..e7ee5b3 100644 --- "a/txt/[3.1]\345\205\210\347\234\213\350\277\231\351\207\214!!!.txt" +++ "b/txt/[3.1]\345\205\210\347\234\213\350\277\231\351\207\214!!!.txt" @@ -1,7 +1,8 @@ -2022-09-11 09:00 -本次更新:3.1汉化更新,汉化内容修正,增加18个模组汉化(additionalguns、cosmoslibrary、curios、dummmmmmy、equipmentcompare、geckolib3、hats、heb、libraryferret、mca、mmoparties、nimble、packedup、progressivebosses、selene、skyvillages、travelerstitles、warpedpots) +2022-09-24 14:00 +本次更新:修复语音汉化文件丢失(覆盖错了) [小部分来源于根号的物品汉化,并且有删改,已获得同意]{图片汉化字体:IPix,非商用} -警告!: + + 警告!: 1.从以前的版本更新到v3或3.1将清除您的玩家物品栏(是您的玩家物品栏中的内容,而不是您的箱子中的内容)。在更新之前把你所有的东西放在一个箱子里。 @@ -42,7 +43,7 @@ https://sapixcraft.com/downloads/java/index P.S.一些物品可能i18n和翻译包没有汉化,那就您要自己查翻译。 觉得汉化不对的、不准的,来GitHub,语言节俭点,我尽力 -基础信息:[0.9.0] Jetpack Cat 汉化 3.1 by KlparetlR +基础信息:[0.9.9] Jetpack Cat 汉化 3.1 by KlparetlR GitHub:https://github.com/KlparetlR/Jetpack-Cat diff --git "a/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/chapters/vl.snbt" "b/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/chapters/vl.snbt" index 59fee32..5bd6c1a 100644 --- "a/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/chapters/vl.snbt" +++ "b/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/chapters/vl.snbt" @@ -3,7 +3,7 @@ group: "2962FB6DD0692CEB" order_index: 0 filename: "vl" - title: " VL" + title: " 人工智障的进度跟踪及剧情播放" always_invisible: true default_quest_shape: "" default_hide_dependency_lines: false @@ -24,7 +24,7 @@ tasks: [{ id: "72FE446F5BB1A93E" type: "item" - title: "First Eye of Ender" + title: "第一个末影之眼" icon: { id: "endrem:witch_eye" Count: 1b @@ -102,7 +102,7 @@ { id: "234C1FA58E6A318B" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nGreat job kid! That's your first eye of ender! Only 11 more to go! Be careful because the 12 eyes each have different effects on the person that holds it. \\n\\nSome effects change depending on if you're holding it in your left or right hand, and sometimes depending on dimension! Some effects may be beneficial, while others are detrimental to your health. \\n\\nCheck the progress page in your black market to find the locations for the rest!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n干得好孩子!那是你的第一个特殊的末影之眼!只剩下11种了!要小心,因为这12种眼睛对持有它的人有不同的影响。\\n\\n某些效果会根据您是用左手还是右手握持而变化,有时还取决于维度!有些影响可能是有益的,而另一些则对您有害的。\\n\\n检查您的黑市中的进度章节以找到其余所在的位置!\"}" player_command: false } ] @@ -129,7 +129,7 @@ { id: "557AB2EF39206689" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey kid if you ring that bell one more time I'll pop your top off!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,孩子,如果你再按一次铃,我会把你的上衣脱掉!\"}" player_command: false } ] @@ -156,7 +156,7 @@ { id: "22B3FBFC92285801" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nYou think I'm kidding? I'm here to help you! Not baby sit a bell ringing little monster! Don't make me do it! Don't make me tell your mom you farted in her ice cream!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n你以为我在开玩笑?我是来帮你的!不是帮助一个鸣钟的小怪物!不要逼我这样做!不要让我告诉你妈妈,你在她的冰淇淋里放屁!\"}" player_command: false } { @@ -213,7 +213,7 @@ { id: "53C48A63F32F7406" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nAlright! Alright! fine! Here you can have this missile launcher if you just stop ringing the freaking bell kid! Go blow yourself up with it or something! Don't say I didn't warn you when you go crying to your mommy you big butt head!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n好吧!好吧!如果你停止按那个该死的铃铛,你就可以拥有这个导弹发射器!去炸毁自己吧,或者别的什么!不要说我没有警告你,当你为你的妈妈去哭泣,你这个大笨蛋!\"}" player_command: false } ] @@ -240,7 +240,7 @@ { id: "0003A4A3DE2BAA96" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nFine have it your way! Hey google, text Mom! Mom I got expelled from school for indecent exposure! The school said you need to call them to discuss probation and community service and the FBI will be arriving shortly to take me to jail! Also, I farted in your ice cream and I'm not sorry!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n好吧,随你的便!嘿谷歌,给妈妈发短信!妈妈,我因为不雅曝光而被学校开除!学校说你需要打电话给他们讨论缓刑和社区服务,FBI很快就会来把我带进监狱!还有,我在你的冰淇淋里放屁了,我一点也不感到抱歉!\"}" player_command: false } ] @@ -267,7 +267,7 @@ { id: "46CEF7965003CFE2" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nSeems like you enjoy killing helpless animals, you little psychopath!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n看起来你喜欢杀死无助的动物,你这个小变态!\"}" player_command: false } ] @@ -287,7 +287,7 @@ { id: "0A75C4C9C3D0529B" type: "dimension" - title: "VL Overworld" + title: "语音主世界" icon: "minecraft:grass" dimension: "minecraft:overworld" } @@ -298,6 +298,21 @@ value: 10 } ] + rewards: [ + { + id: "60A6C3384E77A2B4" + type: "stat" + icon: { + id: "ftbquests:custom_icon" + Count: 1b + tag: { + Icon: "sonicraft:textures/blocks/monitor_speed_shoes.png" + } + } + stat: "minecraft:walk_one_cm" + value: 200 + } + ] rewards: [ { id: "60A6C3384E77A2B4" @@ -310,13 +325,13 @@ id: "5C5B25D387CAB38C" type: "command" auto: "invisible" - command: "execute at @a run title @a title {\"text\":\"New Earth\",\"color\":\"light_purple\"}" + command: "execute at @a run title @a title {\"text\":\"新地球\",\"color\":\"light_purple\"}" player_command: false } { id: "06D0BF026B28A067" type: "command" - command: "/tellraw @p {\"text\":\"Check your progress page in the Black Market to replay this recording and read the transcript!\"}" + command: "/tellraw @p {\"text\":\"检查您在黑市中的进度章节以重播此录音并阅读记录副本!\"}" player_command: false } ] @@ -329,7 +344,7 @@ tasks: [{ id: "7F0CB0A626F7150A" type: "dimension" - title: "VL Nether 1" + title: "语音地狱1" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -355,12 +370,12 @@ tasks: [{ id: "1C36B2C5D4BF67CA" type: "dimension" - title: "VL IE 1" + title: "语音 IE 1" dimension: "world_blender:world_blender" }] } { - title: "VL: kill 15 Vorach" + title: "语音: 杀死15只沃瑞斯" x: -5.5d y: 0.25d id: "52C026274C361446" @@ -381,7 +396,7 @@ { id: "4E731617CD525F11" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nThose guys are so annoying, aren't they!? Great job my friend!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n那些家伙太讨厌了,不是吗!?干得好我的朋友!\"}" player_command: false } { @@ -413,7 +428,7 @@ { id: "22848206B5F3AE08" type: "command" - command: "/tellraw @p {\"text\":\"Check your progress page in the Black Market to replay this recording and read the transcript!\"}" + command: "/tellraw @p {\"text\":\"检查您在黑市中的进度章节以重播此录音并阅读记录副本!\"}" player_command: false } ] @@ -445,7 +460,7 @@ { id: "483CA11BE0E0D43C" type: "command" - command: "/tellraw @p {\"text\":\"Check your progress page in the Black Market to replay this recording and read the transcript!\"}" + command: "/tellraw @p {\"text\":\"检查您在黑市中的进度章节以重播此录音并阅读记录副本!\"}" player_command: false } ] @@ -477,7 +492,7 @@ { id: "0C856ED70340FA95" type: "command" - command: "/tellraw @p {\"text\":\"Check your progress page in the Black Market to replay this recording and read the transcript!\"}" + command: "/tellraw @p {\"text\":\"检查您在黑市中的进度章节以重播此录音并阅读记录副本!\"}" player_command: false } ] @@ -509,7 +524,7 @@ { id: "4FAB66F30C6F0FCE" type: "command" - command: "/tellraw @p {\"text\":\"Check your progress page in the Black Market to replay this recording and read the transcript!\"}" + command: "/tellraw @p {\"text\":\"检查您在黑市中的进度章节以重播此录音并阅读记录副本!\"}" player_command: false } ] @@ -541,7 +556,7 @@ { id: "795EFB31133A8281" type: "command" - command: "/tellraw @p {\"text\":\"Check your progress page in the Black Market to replay this recording and read the transcript!\"}" + command: "/tellraw @p {\"text\":\"检查您在黑市中的进度章节以重播此录音并阅读记录副本!\"}" player_command: false } ] @@ -568,7 +583,7 @@ id: "4080AECA6C5CD4FE" type: "command" auto: "invisible" - command: "/say Find coordinates 1, ~, 18 to reach the next dimension" + command: "/say 找到坐标 1, ~, 18 到达下一个维度" player_command: false } ] @@ -595,7 +610,7 @@ { id: "47520C1BA81D1628" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHe looks like a delicious little chicken! Yummy yummy!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n他看起来像一只美味的小鸡!好吃好吃!\"}" player_command: false } ] @@ -622,7 +637,7 @@ { id: "50BF9B6FC9182DA9" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHe looks like a delicious little chicken! Yummy yummy!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n他看起来像一只美味的小鸡!好吃好吃!\"}" player_command: false } ] @@ -649,7 +664,7 @@ { id: "288B4270E99F12FF" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHe looks like a delicious little chicken! Yummy yummy!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n他看起来像一只美味的小鸡!好吃好吃!\"}" player_command: false } ] @@ -676,7 +691,7 @@ { id: "61EE193E174B24A4" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nSeems like you enjoy killing helpless animals, you little psychopath!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n看起来你喜欢杀死无助的动物,你这个小变态!\"}" player_command: false } ] @@ -703,7 +718,7 @@ { id: "4EE6E5395BC59CCC" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nOh geez You killed your friend! That's hilarious! Do it again you little murderer!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哦,天哪,你杀了你的朋友!那真好笑!再来一次你这个小凶手!\"}" player_command: false } ] @@ -730,7 +745,7 @@ { id: "085B799BB3C12EB3" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nOh geez You killed your friend! That's hilarious! Do it again you little murderer!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哦,天哪,你杀了你的朋友!那真好笑!再来一次你这个小凶手!\"}" player_command: false } ] @@ -757,7 +772,7 @@ { id: "3DDCF4CA393176CA" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey you old, bald, fat guy! Benjamin has a new message! I'm SO EXCITED! I love these! Here goes: \\n\\nDad I'm seeing something in the code about holding a pistol in your left hand while entering a dimensional rift into the Heck dimension. There's a color value here associated with an assault rifle. There's a mention here of an applied enchantment but I'm not too sure about the rest. I think you should try it out and I'll continue to monitor your progress and analyze code. Love you! Stay alive, thanks you fat old bald guy lul!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,你这个又老又秃的胖子!本杰明有一条新消息!我太激动了!我爱这些!开始:\\n\\n父亲,我在代码中看到了一些关于左手拿着手枪的东西,同时进入了地狱维度的维度裂缝。这里有一个与突击步枪相关的颜色值。这里提到了一个应用魔法,但我不太确定其余的。我认为你应该尝试一下,我会继续监控你的进度并分析代码。爱你!活下去,谢谢你胖老秃头的家伙lul!\"}" player_command: false } ] @@ -790,7 +805,7 @@ { id: "3B78F96EA12361E3" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey Benjamin has another message for me to relay! This is fun! Here goes: \\n\\nHey Dad, I'm looking through the code we've been able to intercept and there's something about holding a totem of undying in your main hand, while traveling through a dimensional rift into the heck dimension. \\n\\nThe code references a totem evolution into something called the Totem of Revelation that will allow you to receive special effects when you strike the ground with this evolved totem. Try it out! I'll keep monitoring your progress from here!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,本杰明还有一条信息要我转达!这个很有趣!开始:\\n\\n嘿,父亲,我正在查看我们能够截获的代码,有一个关于在你的主手中持有不死图腾的东西,同时穿过维度裂缝进入地狱维度。\\n\\n该代码将图腾进化后,称为启示图腾,当你用这个进化的图腾撞击地面时,它可以让你获得特殊效果。试试看!我会从这里继续监控你的进展!\"}" player_command: false } ] @@ -816,7 +831,7 @@ { id: "37EAC025409F5952" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nWow! How many zombies have you killed?! You're like that guy.. The Terminator! But your not all gross and metal-like! Sorry I'll try to stay quiet, great job though kid! Oh hey don't forget, aim for the head and spill some brains! He! he! he!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哇!你杀了多少丧尸?!你就像那个家伙,终结者?但你并不全是粗俗和金属般的!对不起,我会尽量保持安静,尽管孩子做得很好!哦,嘿,别忘了,瞄准头部,让我们尽情抛洒它们的脑浆!嘿!嘿!嘿!\"}" player_command: false } ] @@ -842,7 +857,7 @@ { id: "611C3A637D6EF396" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nwow! Your accuracy is super good! If you're a little tiny babu that is.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哇!你的精准度非常好!如果你是一个小小的婴儿,那就是。\"}" player_command: false } ] @@ -923,7 +938,7 @@ { id: "189FFCC8CF05DADB" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nWow! you’re currently carrying two eyes of ender! That seems pretty dangerous, what if you die?! Maybe you should store one back at your base for safe keeping until you have all 12.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哇!你现在带着两种特殊的末影之眼!这看起来很危险,如果你死了怎么办?!也许你应该把一个放回你的基地以备不时之需,直到你拥有所有12种。\"}" player_command: false } ] @@ -951,7 +966,7 @@ id: "5D229774A8C54343" type: "command" auto: "invisible" - command: "/tellraw @p {\"text\":\"Good AI:\\nwoah! You just killed a girl villager! you can't just go around killing females who won't date you, There wouldn't be any females left in the world kid.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哇!你刚刚杀了一个村民女孩!你不能到处杀那些不会和你约会的女人,世界上不会有任何女性了,孩子。\"}" player_command: false } ] @@ -979,7 +994,7 @@ id: "73068DA1BDA2BF3D" type: "command" auto: "invisible" - command: "/tellraw @p {\"text\":\"Good AI:\\nAlright I don’t mean to give bad advice but the less male villagers there are the less competition there is for the female villagers attention. hah hah! don't tell anyone I said that though or I'll call you a liar.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n好吧我不是说不好的建议,但是男性村民越少,女性村民注意力的竞争就越少。哈哈哈!不要告诉任何人我说过这样的话,否则我会称你为骗子。\"}" player_command: false } ] @@ -1012,7 +1027,7 @@ { id: "4FC63EC492773474" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nNight time is super dangerous in this world! Each dimension has a different degree of danger at night versus the day. In this dimension, massive amounts of zombies spawn at night. I think you already missed your chance to sleep through it, so good luck friend! You're gonna need it.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n在这个世界上,夜晚是超级危险的!每个维度在晚上和白天都有不同程度的危险。在这个维度中,大量的僵尸在夜间生成。我想你已经错过了睡觉的机会,祝你好运朋友!你会需要它的。\"}" player_command: false } ] @@ -1045,7 +1060,7 @@ { id: "01B7BA822BD0F4BC" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHoly cow you're still alive! Zombies don't actually burn in sunlight, so you'll have to blow their heads off to end their reign of terror. I bet you thought you didn't have to do any work! get at it kid!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n天哪,你还活着!僵尸实际上不会在阳光下燃烧,所以你必须打炸它们的头才能结束它们的恐怖统治。我打赌你以为你不需要做任何工作!动手吧孩子!\"}" player_command: false } ] @@ -1071,7 +1086,7 @@ { id: "209D1C0FBAC62EE6" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nThat monster was beautiful! If I was a monster, that's who I'd marry! You savagely killed her though so she's dead now.. I guess never mind.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n那怪物真漂亮!如果我是个怪物,我会嫁给它!你残忍地杀了它,所以它现在死了……我想这是无关紧要的。\"}" player_command: false } ] @@ -1111,7 +1126,7 @@ { id: "75C35BED48CE3F83" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nJust a public service announcement that I don't like Roblox. That’s all, continue on Roblox sucks!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n只是一个公共服务公告,我不喜欢Roblox。就这样,继续Roblox的糟糕表现吧!\"}" player_command: false } ] @@ -1143,7 +1158,7 @@ { id: "0F8BC83025FA8CE9" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nBut no for real Roblox sucks...\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n但没有,因为真正的Roblox很烂……\"}" player_command: false } ] @@ -1176,7 +1191,7 @@ { id: "4EFE57B1BB6CB69B" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey, is that you that smells like farts? I know it's not me, I'm just a robot. It's gotta be you kid… stop farting in your pants.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n咦,是你那个臭屁的吗?我知道那不是我,我只是一个机器人。一定是你的孩子……别在裤子里放屁了。\"}" player_command: false } ] @@ -1209,7 +1224,7 @@ id: "4116C11C5D8687F3" type: "command" auto: "invisible" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey I have a new message from Ben! He said he found a stray dog but it peed on his leg and now his shoe is wet. that is all!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,我有一条来自本的新消息!他说他找到了一只流浪狗,但它在他的腿上尿了,现在它的鞋子湿了。就这些!\"}" player_command: false } ] @@ -1235,7 +1250,7 @@ { id: "62F27972C8468EAC" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nYou shoot like a girl, has anyone ever told you that?\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n你投篮像个女孩,有人告诉过你吗?\"}" player_command: false } ] @@ -1261,7 +1276,7 @@ { id: "1B1143EDF80E140F" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nAlright I guess you're not as bad of a shot as I thought, keep it up!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n好吧,我猜你并没有我想象的那么糟糕,继续努力!\"}" player_command: false } ] @@ -1287,7 +1302,7 @@ { id: "6E8F3B6C76175B3F" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nWas that a Chris Rock zombie? Good thing will smith isn’t around!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n那是克里斯·洛克僵尸吗?好在史密斯不在身边!\"}" player_command: false } ] @@ -1312,7 +1327,7 @@ { id: "5BD65472CB6AD289" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nThat zombie reminds me of those annoying dancing videos on Tiktok. I mean who actually watches that junk am I right?\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n那个僵尸让我想起了抖音上那些烦人的跳舞视频。我的意思是谁真的在看那个垃圾,我说得对吗?\"}" player_command: false } ] @@ -1338,7 +1353,7 @@ { id: "4FBE5D1F504EDFAF" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nYour mother would be so proud of you blowing all these monsters heads off! Making Mom proud one brain at a time!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n你妈妈会为你把这些怪物的头都炸掉而感到骄傲!让妈妈为一次大脑地感到自豪!\"}" player_command: false } ] @@ -1363,7 +1378,7 @@ { id: "49D766FCF8180314" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHoly cow man you’re like that James Bond guy, but not nearly as pretty! We can at least agree on that right? lul\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n天哪,你就像那个詹姆斯·邦德家伙,但几乎没有那么漂亮!我们至少可以就这一点达成一致吗?lul\"}" player_command: false } ] @@ -1444,7 +1459,7 @@ { id: "36F9630C89AE5FF7" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHoly cow! You have all 12 eyes of ender! I can’t believe how much you’ve grown up in the short amount of time I've known you! I hope you're prepared for Mother... She’s a real piece of work.\\n\\n Make sure you have a Totem of Revelation! If you don’t know how to get one yet, you need to travel to the nether through a dimensional rift with a totem of undying in your main hand. When you strike the ground with it you’ll receive special effects that might help you to beat Mother! The effects change depending on dimension. Good luck buddy! I know I've said that before, but you’ll seriously need it this time.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n天啊!你拥有12种末影之眼!我无法相信在我认识你的这么短的时间内你已经长大了多少!我希望你为母亲做好准备……她是一件真正的工作。\\n\\n确保你有一个启示图腾!如果你还不知道如何获得一个,你只需要通过一个次元裂缝前往下界,让你的主手拿着一个不死图腾。当你用它撞击地面时,你会获得可能帮助你击败母亲的特殊效果!效果因维度而异。祝你好运朋友!我知道我以前说过,但这次你会非常需要它。\"}" player_command: false } ] @@ -1469,7 +1484,7 @@ { id: "058E111F02044040" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey if you keep killing those cute little guys I'm gonna call PEETA on you! Only PEETA can kill animals! no one else!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,如果你继续杀那些可爱的小家伙,我会骂你的!只有皮塔可以杀死动物!没有别人了!\"}" player_command: false } ] @@ -1501,7 +1516,7 @@ { id: "640A7A09614151DB" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nWow! I can't believe you killed that thing all by yourself! You're a pretty tough kid!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哇!我不敢相信你一个人杀了那个东西!你真是个顽强的孩子!\"}" player_command: false } ] @@ -1533,7 +1548,7 @@ { id: "20DCC6BBE9DE819E" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey google! Alexa! Send message to mom.. I just farted do you want me to save it so you guys can smell it when you get home? Hah hah haaRraaah\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿谷歌!爱丽莎!给妈妈发信息..我刚刚放了屁,要不要我把它存起来,这样你们回家后就能闻到它的味道?哈哈哈哈哈哈\"}" player_command: false } ] @@ -1558,7 +1573,7 @@ { id: "719426C1A1D238DD" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nOh boy a dead cow, that's what I like to see!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哦,天哪,一头死牛,这就是我喜欢看到的!\"}" player_command: false } ] @@ -1583,7 +1598,7 @@ { id: "08D92AF6A6D57143" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nWow! How many zombies have you killed?! You're like that guy, the Terminator? But your not all gross and metal-like! Sorry I'll try to stay quiet, great job though kid! Oh hey don't forget, aim for the head and spill some brains! He! he! he!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哇!你杀了多少丧尸?!你就像那个家伙,终结者?但你并不全是粗俗和金属般的!对不起,我会尽量保持安静,尽管孩子做得很好!哦,嘿,别忘了,瞄准头部,让我们尽情抛洒它们的脑浆!嘿!嘿!嘿!\"}" player_command: false } ] @@ -1608,7 +1623,7 @@ { id: "5179ADBFBBF85A34" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nBOOM! HEADSHOT!!\\n BOOM! HEADSHOT!!\\n This is so much fun to watch lul\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\nBOOM!爆头!!\\n BOOM!爆头!!\\n 这太有趣了lul\"}" player_command: false } ] @@ -1633,7 +1648,7 @@ { id: "6A935B9C24E023D1" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nBOOM! HEADSHOT!!\\n BOOM! HEADSHOT!!\\n This is so much fun to watch lul\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\nBOOM!爆头!!\\n BOOM!爆头!!\\n 这太有趣了lul\"}" player_command: false } ] @@ -1658,7 +1673,7 @@ { id: "57978F09C1CCE759" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nBOOM! HEADSHOT!!\\n BOOM! HEADSHOT!!\\n This is so much fun to watch lul\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\nBOOM!爆头!!\\n BOOM!爆头!!\\n 这太有趣了lul\"}" player_command: false } ] @@ -1690,7 +1705,7 @@ { id: "3ADE2B3FD28017BD" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nThose guys are so annoying, aren't they!? Great job my friend!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n那些家伙太讨厌了,不是吗!?干得好我的朋友!\"}" player_command: false } ] @@ -1722,7 +1737,7 @@ { id: "64747A4C6234E671" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nThose guys are so annoying, aren't they!? Great job my friend!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n那些家伙太讨厌了,不是吗!?干得好我的朋友!\"}" player_command: false } ] @@ -1755,7 +1770,7 @@ { id: "4386367695628891" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nImagine if I randomly rick rolled you… I really don’t wanna deal with lawyers though, It would have been funny wouldn't it?\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n想象一下,如果我随意地把你碾成堆...但我真的不想和律师打交道,这本来会很有趣,不是吗?\"}" player_command: false } ] @@ -1796,7 +1811,7 @@ id: "5B20C3B008E5E58E" type: "command" auto: "invisible" - command: "/tellraw @p {\"text\":\"Good AI:\\nOh what the hell, I'll do it anyway.\\nWe're no strangers to love\\nYou know the rules and so do I (do I)\\nA full commitment's what I'm thinking of\\nYou wouldn't get this from any other guy\\nI just wanna tell you how I'm feeling\\nGotta make you understand\\nNever gonna give you up\\nNever gonna let you down\\nNever gonna run around and desert you\\nNever gonna make you cry\\nNever gonna say goodbye\\nNever gonna tell a lie and hurt you.\\nGot em, am I right? LUL You got rick rolled kid.\\nYou have been defeated by me.\\nI've won. You can’t stop me.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哦,到底是什么,我还是会这样做的。\\n(歌词)我们并非相爱的陌生人\\n你知道规则我也一样\\n一份完全的义务正是我所想\\n你再不会从其他男人那得到这个\\n我只是想告诉你我的感觉\\n想让你明白\\n永不放弃你\\n不让你失望\\n永不会弃你而去\\n永不让你哭泣\\n永不说再见\\n永不撒谎,不伤害你\\n明白了,我说的对吗?LUL,你得到了瑞克摇摆,孩子。\\n你已经被我打败了。\\n我赢了。你不能阻止我。\"}" player_command: false } ] @@ -1829,7 +1844,7 @@ { id: "7DDD3DF488EDC746" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nYour gun looks like it needs a red dot sight! You can find attachments to make your gun better if you go fishing. It’s not only relaxing, but you can find some pretty amazing things while fishing. Stay alert though! I've heard these waters contain all sorts of creatures that would love to have you for lunch. Don't say I didn't warn you!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n看起来你的枪需要一个红点瞄准镜!如果你去钓鱼,你可以找到配件来使你的枪更好。这不仅令人放松,而且您可以在钓鱼时找到一些非常棒的东西。不过要保持警惕!我听说这些水域里有各种各样的生物,它们很想请你吃午饭。别说我没警告过你!\"}" player_command: false } ] @@ -1842,7 +1857,7 @@ tasks: [{ id: "08AA4480EBF14BAE" type: "location" - title: "Overworld Teleport Location" + title: "主世界传送位置" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -1868,7 +1883,7 @@ id: "08EE9088003652EB" type: "command" auto: "invisible" - command: "/title @p actionbar {\"text\":\"Backdoor Opened\"}" + command: "/title @p actionbar {\"text\":\"后门已打开\"}" player_command: false } { @@ -1902,7 +1917,7 @@ { id: "296154B89D7C5FA8" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nDimensional tear entered! Get ready! You're being taken to a new dimension kid!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n即将进入维度撕裂!做好准备!你会被带到一个新维度的,孩子!\"}" player_command: false } ] @@ -1921,7 +1936,7 @@ tasks: [{ id: "2F96F0828BAAE1D9" type: "location" - title: "Inner Earth Teleport Location" + title: "地心传送位置" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -1947,7 +1962,7 @@ id: "7926336694CFE422" type: "command" auto: "invisible" - command: "/title @p actionbar {\"text\":\"Backdoor Opened\"}" + command: "/title @p actionbar {\"text\":\"后门打开\"}" player_command: false } { @@ -1972,7 +1987,7 @@ { id: "7EF61CDE246662FD" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nDimensional tear entered! Get ready! You're being taken to a new dimension kid!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n即将进入维度撕裂!做好准备!你会被带到一个新维度的,孩子!\"}" player_command: false } ] @@ -1984,7 +1999,7 @@ tasks: [{ id: "422DA24FDCA287C8" type: "location" - title: "Nullspace Teleport Location" + title: "零空间传送位置" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -2010,7 +2025,7 @@ id: "2E4774BAA89259F5" type: "command" auto: "invisible" - command: "/title @p actionbar {\"text\":\"Backdoor Opened\"}" + command: "/title @p actionbar {\"text\":\"后门已打开\"}" player_command: false } { @@ -2035,7 +2050,7 @@ { id: "6E604085FC3A267E" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nDimensional tear entered! Get ready! You're being taken to a new dimension kid!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n即将进入维度撕裂!做好准备!你会被带到一个新维度的,孩子!\"}" player_command: false } ] @@ -2063,7 +2078,7 @@ id: "4D790F2E2E2E2194" type: "command" auto: "no_toast" - command: "/tellraw @p {\"text\":\"Good AI:\\nCooked salmon! Yum yum yummy! Catch and release is so overrated when you could just eat it!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n熟鲑鱼!美味佳肴!捕获和释放是如此高估,当你可以吃它!\"}" player_command: false } ] @@ -2089,7 +2104,7 @@ { id: "5AA978E3754A72B6" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey! You found the jungle biome! There's these little monkeys that throw poop at you and they can be found living here. Keep an eye out for a jungle pyramid, the rogue eye is supposed to be contained within it. Good luck kid!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿!你找到了丛林生物群系!这里有些向你扔便便的小猴子。留意丛林神殿,无赖之眼应该在里面。祝你好运!\"}" player_command: false } ] @@ -2122,7 +2137,7 @@ { id: "2FE11EF23B92ACFB" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey this is a desert biome! Make sure to look for a desert pyramid! The Old Eye is found there. I wonder if it has anything to do with little green aliens? I heard they like to suck your brains out or something like that, I don't know?\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,这是沙漠生物群系!一定要寻找沙漠金字塔!远古之眼就在那里。我想知道它是否与绿色外星人有关?我听说它们喜欢吸你的大脑之类的,但我不知道?\"}" player_command: false } ] @@ -2154,7 +2169,7 @@ { id: "17252FDBE4145762" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey what! You found a Nether fortress! The Nether eye is found somewhere in this structure, keep an eye out!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿什么!你找到了下界要塞!下界之眼就在这个结构的某个地方,小心!\"}" player_command: false } ] @@ -2226,7 +2241,7 @@ tasks: [{ id: "175ED8BB42A9C874" type: "custom" - title: "Snowy biome igloo" + title: "白雪皑皑的生物群系和冰屋" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -2245,7 +2260,7 @@ { id: "5C221DB8EA8BD0F5" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nBrrrr!! its freezing here! Be on the lookout for igloos, they spawn in cold snowy biomes like this and the cold eye is supposedly found here. I don't know how you humans don't die in this level of cold! Ive heard humans talk about freezing balls but what do I know I just have transistors.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n呸呸呸!!这里很冷!注意冰屋,它们会在像这样寒冷的雪地生物群系中生成,据说寒冰之眼就在这里。我不知道你们人类怎么不会死在这种程度的寒冷中!我听说过人类谈论冷冻球,但我知道我只有晶体管。\"}" player_command: false } ] @@ -2277,7 +2292,7 @@ { id: "59D19F8CC59CA468" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nOh spooky it's a mineshaft! I heard kids go missing in these all the time. Make sure to look behind you and keep an eye out for the Lost Eye which is found in mineshafts.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n哦,天哪,这是一个废弃矿井!我听说孩子们一直在这些地方失踪。一定要看看你身后,并留意在矿井中的迷离之眼。\"}" player_command: false } ] @@ -2302,7 +2317,7 @@ { id: "50A22E50F089947E" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey did you know that the black eye is found in buried treasure?! If not, now you do! Look at that, you get smarter every time I speak!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,你知道漆黑之眼是在埋藏的宝藏中发现的吗?!如果没有,现在你做!看那个,我每次说话你都变聪明了!\"}" player_command: false } ] @@ -2334,7 +2349,7 @@ { id: "4646E51D24C05828" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nThis is a Pillager Outpost! See if you can find a chest, it may contain the corrupted eye which you'll need with the other 11 eyes to unlock the End dimension.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n这是一个掠夺者前哨!看看你是否能找到一个箱子,它可能有你需要与其他11种眼睛一起解锁末地维度的腐化之眼。\"}" player_command: false } ] @@ -2366,7 +2381,7 @@ { id: "2529B7C080A743DC" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nYou found an ocean monument! The Elder Guardian is super mad, he thinks You took his cheerios, and wants to kill you now! Kill him and take his eyeball! You could probably use it more than he could, seeing is overrated.\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n你发现了一座海底神殿!上古守护者是超级疯狂的,它认为你拿走了它的晶磨,现在就想杀了你!杀了它,夺走它的眼球!你可能比它更多地使用它,看到被高估了。\"}" player_command: false } { @@ -2404,7 +2419,7 @@ { id: "17E535ED4DCD33D3" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nYou may want to be careful here, you found a Woodland Mansion! If you kill an evoker you can take his eye, but watch out this place isn't easy! You should light a campfire to set a new spawn just in case! Imagine killing someone and stealing his eyeball. I feel like I'm in a horror movie!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n你可能要小心这里,你发现了一个林地府邸!如果你杀死一个唤魔者,你可以夺走它的眼睛,但要注意这个地方并不容易!为了以防万一,你应该点燃营火来设置新的出生点!想象一下杀死某人并偷走它的眼球。我感觉我在看恐怖片!\"}" player_command: false } ] @@ -2416,7 +2431,7 @@ tasks: [{ id: "7C7573B206675E40" type: "stat" - title: "Time Before Biome Triggers" + title: "生物群系触发前的时间" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -2435,7 +2450,7 @@ tasks: [{ id: "0E8BA656C2F7866B" type: "stat" - title: "Time - One Week" + title: "时间 - 一周" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -2454,7 +2469,7 @@ tasks: [{ id: "0E12D4791FC989FA" type: "stat" - title: "Diamonds in Bedrock" + title: "基岩中的钻石" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -2476,7 +2491,7 @@ { id: "54DC909573AD9D7E" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nHey, I've been told the bottom layer of this dimension called bedrock is coated in diamonds. Wow! Can you imagine! Go get yourself some diamonds kid so you can look like 50 cent before his bankruptcy!\\n You might not want to dig straight down though, that can usually end with you flailing helplessly in lava. See, I'm here to help! Most of the time lul\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n嘿,我听说这个维度的底层叫做基岩,上面覆盖着钻石。哇!你可以想象!去给自己买些钻石吧,孩子,这样你就可以在它破产前看起来像50美分!\\n不过,您可能不想直接向下挖掘,这通常会以您在岩浆中无助地挥舞而告终。看,我是来帮忙的!大多数时候lul\"}" player_command: false } ] @@ -2495,7 +2510,7 @@ { id: "04C78C8E3A072F53" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nYour mother would be so proud of you blowing all these monsters heads off! Making Mom proud one brain at a time!\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n你妈妈会为你把这些怪物的头都炸掉而感到骄傲!让妈妈一次一个大脑地感到自豪!\"}" player_command: false } { @@ -2520,7 +2535,7 @@ tasks: [{ id: "055B2ACB5142407E" type: "checkmark" - title: "AMenabled" + title: "启用AM" }] rewards: [{ id: "71D06DB7F3185FE3" @@ -2538,7 +2553,7 @@ tasks: [{ id: "467DDE55E1254724" type: "observation" - title: "see chicken overworld m 2" + title: "看见鸡的主世界 m 2" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -2560,7 +2575,7 @@ { id: "4EF5589DAE8B864E" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nFind coordinates 5, ~, 13 to reach Nullspace \\n\\nTranscript added to progress page in your Black Market\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n找到坐标5,~,13到达零空间\\n\\n记录副本已添加到您黑市的进度章节\"}" player_command: false } ] @@ -2573,7 +2588,7 @@ tasks: [{ id: "326D68A4F7517B45" type: "observation" - title: "see cow inner message 2" + title: "看见牛在地心的消息2" icon: { id: "ftbquests:custom_icon" Count: 1b @@ -2595,7 +2610,7 @@ { id: "297F992736C392E3" type: "command" - command: "/tellraw @p {\"text\":\"Good AI:\\nFind coordinates 9, ~, 19 to reach the Gummy Land! \\nTranscript added to progress page in your Black Market\"}" + command: "/tellraw @p {\"text\":\"友善的人工智能:\\n找到坐标9,~,19到达软糖之地!\\n记录副本已添加到您黑市的进度章节\"}" player_command: false } ] diff --git "a/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/data.snbt" "b/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/data.snbt" index 13b5179..537ca95 100644 --- "a/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/data.snbt" +++ "b/\346\261\211\345\214\226\346\234\254\344\275\223\357\274\210\346\212\212\351\207\214\351\235\242\347\232\204\346\226\207\344\273\266\346\213\226\345\205\245\345\267\262\345\256\211\350\243\205\347\232\204Jetpack Cat\346\210\226\346\234\215\345\212\241\345\231\250\357\274\211/3.1/config/ftbquests/quests/data.snbt" @@ -1,6 +1,6 @@ { version: 13 - title: "黑市V0.8.3" + title: "黑市V0.9.9" icon: "ftbquests:book" default_reward_team: false default_consume_items: false