From 424ac4364061a52e4dd351032b48caeeeb094a95 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Sun, 21 Dec 2025 20:59:39 +0800 Subject: [PATCH] fix --- scripts/ToolTips.zs | 6 +++--- scripts/TrinityItems.zs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index b3919512..2f2900e4 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -2506,9 +2506,9 @@ .addTooltip(format.red("/ob_inventory restore [玩家名称] [物品栏备份]")); .addTooltip(format.red("使用TAB键来选择最近一次死亡时的[物品栏备份]")); -.addTooltip(format.red("使用源语誓约右击叁壹召唤石中的三一生物")); -.addTooltip(format.red("使用源语誓约右击叁壹召唤石中的三一生物")); -.addTooltip(format.red("使用源语誓约右击叁壹召唤石中的三一生物")); +.addTooltip(format.red("使用源语誓约右击叁壹界召唤石中的三一生物")); +.addTooltip(format.red("使用源语誓约右击叁壹界召唤石中的三一生物")); +.addTooltip(format.red("使用源语誓约右击叁壹界召唤石中的三一生物")); .addTooltip(format.red("推荐进行结构共用")); .addTooltip(format.red("推荐进行结构共用")); diff --git a/scripts/TrinityItems.zs b/scripts/TrinityItems.zs index e651b7d8..8be08c05 100644 --- a/scripts/TrinityItems.zs +++ b/scripts/TrinityItems.zs @@ -506,7 +506,7 @@ prayertrinitylove.itemRightClick = function(stack, world, player, hand) { playerPos.z = playerPos.z; if (getBlockMatchAtPosition("contenttweaker:fractallite_stone_of_love", playerPos, [0,0,0], world) == 0) { - player.sendChat("站在叁壹召唤石结构的中心"); + player.sendChat("站在叁壹界召唤石结构的中心"); return "FAIL"; }