update2
This commit is contained in:
@@ -98,7 +98,7 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<bloodmagic:lava_crystal>.addTooltip(format.red("警告:不要使用流体装配室进行合成,会删除气血宝珠"));
|
||||
|
||||
<contenttweaker:crimson_warren_remains>.addTooltip(format.red("在暮色森林的血腥教团结构附近,右击暮光诅咒的裂解"));
|
||||
<contenttweaker:crimson_warren_remains>.addTooltip(format.red("在暮色森林的血腥教团结构附近,右击暮色诅咒的裂解"));
|
||||
|
||||
<contenttweaker:sundering_of_the_twilit_curse>.addTooltip(format.red("在暮色森林的血腥教团结构附近右击"));
|
||||
|
||||
@@ -147,10 +147,10 @@ import crafttweaker.item.IItemCondition;
|
||||
<contenttweaker:tracker_binoculars>.addTooltip(format.red("双击目标生物的名字,如果周围100格范围内存在匹配实体,这些实体便会高亮显示"));
|
||||
<contenttweaker:tracker_binoculars>.addTooltip(format.red("再次双击来停止追踪"));
|
||||
|
||||
<contenttweaker:twilit_freedom_fabrial>.addTooltip(format.red("将黄昏召唤石结构顶部中心的传送门方块替换为暮光自由法器"));
|
||||
<contenttweaker:twilit_freedom_fabrial>.addTooltip(format.red("将黄昏召唤石结构顶部中心的传送门方块替换为暮色自由法器"));
|
||||
<contenttweaker:twilit_freedom_fabrial>.addTooltip(format.red("站在其上方,使用暮色英雄召唤物"));
|
||||
|
||||
<contenttweaker:summons_of_the_twilit_hero>.addTooltip(format.red("将黄昏召唤石结构顶部中心的传送门方块替换为暮光自由法器"));
|
||||
<contenttweaker:summons_of_the_twilit_hero>.addTooltip(format.red("将黄昏召唤石结构顶部中心的传送门方块替换为暮色自由法器"));
|
||||
<contenttweaker:summons_of_the_twilit_hero>.addTooltip(format.red("站在其上方,使用暮色英雄召唤物"));
|
||||
|
||||
<contenttweaker:unforgotten_summons>.addTooltip(format.green("可重复使用"));
|
||||
|
||||
@@ -328,7 +328,7 @@
|
||||
<contenttweaker:realmstone>.addTooltip(format.green("Fox想知道怎么做这玩意"));
|
||||
|
||||
|
||||
<contenttweaker:rune_of_valhalla>.addTooltip(format.green("reusable for Stone of Natural Might"));
|
||||
<contenttweaker:rune_of_valhalla>.addTooltip(format.green("在自然宏威之石配方中可重复使用"));
|
||||
|
||||
<divinerpg:twilight_clock>.addTooltip(format.darkAqua("获取:"));
|
||||
<divinerpg:twilight_clock>.addTooltip(format.aqua(" 使用奇点大师解锁配方"));
|
||||
|
||||
@@ -2176,25 +2176,25 @@ summonsofthetwilithero.itemRightClick = function(stack, world, player, hand) {
|
||||
playerPos.z = playerPos.z;
|
||||
|
||||
if(player.getDimension() != 7) {
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮光自由法器,然后站在上面");
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮色自由法器,然后站在上面");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
if (getBlockMatchAtPosition("contenttweaker:twilit_freedom_fabrial", playerPos, [0,0,0], world) == 0){
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮光自由法器,然后站在上面");
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮色自由法器,然后站在上面");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
if (getBlockMatchAtPosition("twilightforest:auroralized_glass", playerPos, [0,-1,0], world) == 0){
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮光自由法器,然后站在上面");
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮色自由法器,然后站在上面");
|
||||
return "FAIL";
|
||||
}
|
||||
if (getBlockMatchAtPosition("twilightforest:auroralized_glass", playerPos, [0,-2,0], world) == 0){
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮光自由法器,然后站在上面");
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮色自由法器,然后站在上面");
|
||||
return "FAIL";
|
||||
}
|
||||
if (getBlockMatchAtPosition("twilightforest:auroralized_glass", playerPos, [0,-3,0], world) == 0){
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮光自由法器,然后站在上面");
|
||||
player.sendChat("将黄昏召唤石结构顶部中心的传送门方块替换为暮色自由法器,然后站在上面");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user