machine case unitify

This commit is contained in:
ZHAY10086
2025-05-10 11:22:13 +08:00
parent 96b93d8301
commit 66e20a45cb
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -721,7 +721,7 @@ warrencreationfabrial.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";
}