information fix

This commit is contained in:
ZHAY10086
2025-08-06 15:58:18 +08:00
parent fc22eb995e
commit f7ac0c7240
+2 -2
View File
@@ -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";
}