From f7ac0c724084f8724c1bbd04c33f350e4f074638 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Wed, 6 Aug 2025 15:58:18 +0800 Subject: [PATCH] information fix --- scripts/Callstones.zs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Callstones.zs b/scripts/Callstones.zs index 870ad530..f2a03310 100644 --- a/scripts/Callstones.zs +++ b/scripts/Callstones.zs @@ -4916,7 +4916,7 @@ meatballmancallstone.itemRightClick = function(stack, world, player, hand) { } player.sendChat("站在以下方块上方:"); - player.sendChat("噩兆机械外壳(上)"); + player.sendChat("饥渴机械外壳(上)"); player.sendChat("超越天显化法器(中)"); player.sendChat("神话开掘反应器(下)"); @@ -4930,7 +4930,7 @@ meatballmancallstone.itemRightClick = function(stack, world, player, hand) { var blockPos1 = pos1.asBlockPos(); var blockState1 = world.getBlock(blockPos1).definition.id as string; if(blockState1 != "contenttweaker:hungering_machine_case") { - player.sendChat("缺少噩兆机械外壳"); + player.sendChat("缺少饥渴机械外壳"); return "FAIL"; }