translation fix

This commit is contained in:
ZHAY10086
2025-03-30 12:07:02 +08:00
parent 6fe9cfaf6d
commit 631bcac49a
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ item.contenttweaker.polonium_egg.name=钋蛋
item.contenttweaker.shyre_mulch.name=塞尔瑞覆盖物
item.contenttweaker.ground_beef.name=牛肉碎
tile.contenttweaker.mythic_excavation_computer.name=神话开掘能量单元
tile.contenttweaker.mythic_excavation_reactor.name=神话开掘反应
tile.contenttweaker.mythic_excavation_reactor.name=神话开掘反应
item.contenttweaker.strings_crystal.name=弦晶体
tile.contenttweaker.ancient_cavern_cap.name=远古神殿柱顶石
tile.contenttweaker.chaotic_bricks.name=混沌砖块
+2 -2
View File
@@ -4875,7 +4875,7 @@ meatballmancallstone.itemRightClick = function(stack, world, player, hand) {
player.sendChat("站在以下方块上方:");
player.sendChat("噩兆机壳(上)");
player.sendChat("超越天显化法器(中)");
player.sendChat("神话开掘反应(下)");
player.sendChat("神话开掘反应(下)");
player.sendChat("检查玩家位置中");
player.sendChat("==================================================");
@@ -4909,7 +4909,7 @@ meatballmancallstone.itemRightClick = function(stack, world, player, hand) {
var blockPos3 = pos3.asBlockPos();
var blockState3 = world.getBlock(blockPos3).definition.id as string;
if(blockState3 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应");
player.sendChat("缺少神话开掘反应");
return "FAIL";
}
+4 -4
View File
@@ -809,7 +809,7 @@ warrencreationfabrial.itemRightClick = function(stack, world, player, hand) {
var blockPos11 = pos11.asBlockPos();
var blockState11 = world.getBlock(blockPos11).definition.id as string;
if(blockState11 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应 (2,2)");
player.sendChat("缺少神话开掘反应 (2,2)");
return "FAIL";
}
@@ -820,7 +820,7 @@ warrencreationfabrial.itemRightClick = function(stack, world, player, hand) {
var blockPos12 = pos12.asBlockPos();
var blockState12 = world.getBlock(blockPos12).definition.id as string;
if(blockState12 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应 (2,-2)");
player.sendChat("缺少神话开掘反应 (2,-2)");
return "FAIL";
}
@@ -831,7 +831,7 @@ warrencreationfabrial.itemRightClick = function(stack, world, player, hand) {
var blockPos13 = pos13.asBlockPos();
var blockState13 = world.getBlock(blockPos13).definition.id as string;
if(blockState13 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应 (-2,2)");
player.sendChat("缺少神话开掘反应 (-2,2)");
return "FAIL";
}
@@ -842,7 +842,7 @@ warrencreationfabrial.itemRightClick = function(stack, world, player, hand) {
var blockPos14 = pos14.asBlockPos();
var blockState14 = world.getBlock(blockPos14).definition.id as string;
if(blockState14 != "contenttweaker:mythic_excavation_reactor") {
player.sendChat("缺少神话开掘反应 (-2,-2)");
player.sendChat("缺少神话开掘反应 (-2,-2)");
return "FAIL";
}