minor fixes

This commit is contained in:
ZHAY10086
2025-01-20 17:29:07 +08:00
parent c9b72aaee6
commit efefafb4a3
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ warrencreationfabrial.itemRightClick = function(stack, world, player, hand) {
pos11.z = pos11.z + 2;
var blockPos11 = pos11.asBlockPos();
var blockState11 = world.getBlock(blockPos11).definition.id as string;
if(blockState11 != "contenttweaker:mythic_excavation_reactor" && blockState11 != "Mythic Excavation Reactor") {
if(blockState11 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应堆 (2,2)");
return "FAIL";
}