From fa03b123dc7664e253ab3c2d78bddcf68f20c731 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Thu, 6 Feb 2025 08:40:24 +0800 Subject: [PATCH] commands output --- scripts/TheEvilItemsWithin.zs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/TheEvilItemsWithin.zs b/scripts/TheEvilItemsWithin.zs index 4add91a4..fbb9fc60 100644 --- a/scripts/TheEvilItemsWithin.zs +++ b/scripts/TheEvilItemsWithin.zs @@ -30,7 +30,7 @@ eldritchflower.itemRightClick = function(stack, world, player, hand) { Commands.call("give @p contenttweaker:lost_memory", player, world, false, true); return "PASS"; } else { - Commands.call("say Right click while standing in front of a Block of Obsidian (same level as the floor) looking east", player, world, false, true); + Commands.call("say 在黑曜石前方(黑曜石高度与玩家脚下方块高度相同),面朝东", player, world, false, true); return "FAIL"; } }; @@ -105,7 +105,7 @@ unfathomablebreaker.itemRightClick = function(stack, world, player, hand) { Commands.call("fill ~-1 ~-2 ~-1 ~1 ~-2 ~1 air 0 replace contenttweaker:unfathomable_stone 0", player, world, false, true); return "PASS"; } else { - Commands.call("say stand on the bedrock block on top of the demonic prison", player, world, false, true); + Commands.call("say 站在恶魔监狱顶部的基岩方块上", player, world, false, true); return "FAIL"; } }; @@ -203,7 +203,7 @@ stafficeika.itemRightClick = function(stack, world, player, hand) { Commands.call("fill ~-2 ~1 ~-2 ~2 ~5 ~2 air 0 replace contenttweaker:icy_gateway 0", player, world, false, true); return "PASS"; } else { - Commands.call("say stand on the bedrock block inside the the Iceika Fortress", player, world, false, true); + Commands.call("say 站在冰晶雪原要塞内的基岩方块上", player, world, false, true); return "FAIL"; } };