JEI Descriptions done
This commit is contained in:
@@ -590,7 +590,7 @@ memoryrestorationritual.itemRightClick = function(stack, world, player, hand) {
|
||||
player.sendChat("根据所在维度不同,该物品需要不同的群系才能工作");
|
||||
player.sendChat("主世界:远古神殿(Ancient Cavern)(发现于远古神殿维度)");
|
||||
player.sendChat("暮色森林:外域(Outer Lands)(发现于晦暗界)");
|
||||
player.sendChat("哈托尔:Hator: 神圣之泉(Sacred Springs)(发现于主世界)");
|
||||
player.sendChat("哈托尔:神圣之泉(Sacred Springs)(发现于主世界)");
|
||||
player.sendChat("秘界:魔法森林(Magical Forest)(发现于主世界)");
|
||||
player.sendChat("召唤的Boss只有在护盾破坏之后才会受到伤害");
|
||||
player.sendChat(" - - - ");
|
||||
|
||||
+12
-12
@@ -2666,7 +2666,7 @@ wyvenmonumentfabrial.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosA = posA.asBlockPos();
|
||||
var blockStateA = world.getBlockState(blockPosA);
|
||||
if(blockStateA != <blockstate:minecraft:obsidian>) {
|
||||
player.sendChat("玩家未站在碑石中心的黑曜石上");
|
||||
player.sendChat("玩家未站在神殿中心的黑曜石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2676,7 +2676,7 @@ wyvenmonumentfabrial.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosB = posB.asBlockPos();
|
||||
var blockStateB = world.getBlockState(blockPosB);
|
||||
if(blockStateB != <blockstate:minecraft:obsidian>) {
|
||||
player.sendChat("玩家未站在碑石中心的黑曜石上");
|
||||
player.sendChat("玩家未站在神殿中心的黑曜石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2686,7 +2686,7 @@ wyvenmonumentfabrial.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosC = posC.asBlockPos();
|
||||
var blockStateC = world.getBlockState(blockPosC);
|
||||
if(blockStateC != <blockstate:minecraft:obsidian>) {
|
||||
player.sendChat("玩家未站在碑石中心的黑曜石上");
|
||||
player.sendChat("玩家未站在神殿中心的黑曜石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2696,7 +2696,7 @@ wyvenmonumentfabrial.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosD = posD.asBlockPos();
|
||||
var blockStateD = world.getBlockState(blockPosD);
|
||||
if(blockStateD != <blockstate:minecraft:obsidian>) {
|
||||
player.sendChat("玩家未站在碑石中心的黑曜石上");
|
||||
player.sendChat("玩家未站在神殿中心的黑曜石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2706,11 +2706,11 @@ wyvenmonumentfabrial.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosE = posE.asBlockPos();
|
||||
var blockStateE = world.getBlockState(blockPosE);
|
||||
if(blockStateE != <blockstate:minecraft:obsidian>) {
|
||||
player.sendChat("玩家未站在碑石中心的黑曜石上");
|
||||
player.sendChat("玩家未站在神殿中心的黑曜石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
player.sendChat("你正站在碑石中心的黑曜石上");
|
||||
player.sendChat("你正站在神殿中心的黑曜石上");
|
||||
player.sendChat("现在往柱子上放置正确的天辉聚能水晶");
|
||||
|
||||
player.sendChat("检查水晶中");
|
||||
@@ -2836,7 +2836,7 @@ oblivioncandle.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosA = posA.asBlockPos();
|
||||
var blockStateA = world.getBlockState(blockPosA);
|
||||
if(blockStateA != <blockstate:minecraft:mossy_cobblestone>) {
|
||||
player.sendChat("玩家未站在碑石中心的苔石上");
|
||||
player.sendChat("玩家未站在神殿中心的苔石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2846,7 +2846,7 @@ oblivioncandle.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosB = posB.asBlockPos();
|
||||
var blockStateB = world.getBlockState(blockPosB);
|
||||
if(blockStateB != <blockstate:minecraft:mossy_cobblestone>) {
|
||||
player.sendChat("玩家未站在碑石中心的苔石上");
|
||||
player.sendChat("玩家未站在神殿中心的苔石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2856,7 +2856,7 @@ oblivioncandle.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosC = posC.asBlockPos();
|
||||
var blockStateC = world.getBlockState(blockPosC);
|
||||
if(blockStateC != <blockstate:minecraft:mossy_cobblestone>) {
|
||||
player.sendChat("玩家未站在碑石中心的苔石上");
|
||||
player.sendChat("玩家未站在神殿中心的苔石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2866,7 +2866,7 @@ oblivioncandle.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosD = posD.asBlockPos();
|
||||
var blockStateD = world.getBlockState(blockPosD);
|
||||
if(blockStateD != <blockstate:minecraft:mossy_cobblestone>) {
|
||||
player.sendChat("玩家未站在碑石中心的苔石上");
|
||||
player.sendChat("玩家未站在神殿中心的苔石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
@@ -2876,11 +2876,11 @@ oblivioncandle.itemRightClick = function(stack, world, player, hand) {
|
||||
var blockPosE = posE.asBlockPos();
|
||||
var blockStateE = world.getBlockState(blockPosE);
|
||||
if(blockStateE != <blockstate:minecraft:mossy_cobblestone>) {
|
||||
player.sendChat("玩家未站在碑石中心的苔石上");
|
||||
player.sendChat("玩家未站在神殿中心的苔石上");
|
||||
return "FAIL";
|
||||
}
|
||||
|
||||
player.sendChat("你正站在碑石中心的苔石上");
|
||||
player.sendChat("你正站在神殿中心的苔石上");
|
||||
|
||||
player.sendChat("检查蜡烛中");
|
||||
player.sendChat("==================================================");
|
||||
|
||||
+388
-402
File diff suppressed because it is too large
Load Diff
@@ -153,7 +153,7 @@ vengefulkey.itemRightClick = function(stack, world, player, hand) {
|
||||
Commands.call("execute @s ~ ~ ~ detect ~ ~-1 ~ contenttweaker:vengeful_portal 0 fill ~ ~-1 ~ ~ ~-1 ~ air 0 destroy", player, world, true, true);
|
||||
|
||||
|
||||
player.sendChat("该物品有两种用途,其一是打开意志晶块碑的入口,其二是破坏位于那里的四种晶簇块!");
|
||||
player.sendChat("该物品有两种用途,其一是打开意志晶块神殿的入口,其二是破坏位于那里的四种晶簇块!");
|
||||
player.sendChat("站在复仇传送门下方来将其破坏!");
|
||||
player.sendChat("站在晶簇块正下方,或上方来将其破坏!");
|
||||
|
||||
@@ -178,7 +178,7 @@ retaliationkey.itemRightClick = function(stack, world, player, hand) {
|
||||
Commands.call("execute @s ~ ~ ~ detect ~ ~2 ~ contenttweaker:retaliation_portal 0 fill ~ ~2 ~ ~ ~2 ~ air 0 destroy", player, world, true, true);
|
||||
|
||||
|
||||
player.sendChat("该物品有两种用途,其一是打开意志晶块碑的第二扇门,其二是破坏位于那里的最终晶簇块!");
|
||||
player.sendChat("该物品有两种用途,其一是打开意志晶块神殿的第二扇门,其二是破坏位于那里的最终晶簇块!");
|
||||
player.sendChat("站在复仇传送门下方来将其破坏!");
|
||||
player.sendChat("站在晶簇块下方来将其破坏!");
|
||||
|
||||
|
||||
+6
-6
@@ -134,7 +134,7 @@
|
||||
|
||||
<divinerpg:corrupted_maul>.addTooltip(format.red("可施加超限附魔"));
|
||||
|
||||
<contenttweaker:anomaly_detector_stage_1>.addTooltip(format.red("发现于共鸣界"));
|
||||
<contenttweaker:anomaly_detector_stage_1>.addTooltip(format.red("发现于光精界"));
|
||||
|
||||
<contenttweaker:anomaly_detector_stage_1>.addTooltip(format.red("感谢Josip绘制的纹理!"));
|
||||
<contenttweaker:magic_mushroom_dark>.addTooltip(format.red("感谢Josip绘制的纹理!"));
|
||||
@@ -343,11 +343,11 @@
|
||||
|
||||
<contenttweaker:voraceous_worm_callstone>.addTooltip(format.red("通过贪食宝石获得"));
|
||||
|
||||
<contenttweaker:gem_of_gluttony>.addTooltip(format.red("发现于共鸣界"));
|
||||
<contenttweaker:gem_of_gluttony>.addTooltip(format.red("与正确的嵌宝旗帜(1个)结合,位置维度将指引你"));
|
||||
<contenttweaker:gem_of_gluttony>.addTooltip(format.red("发现于光精界"));
|
||||
<contenttweaker:gem_of_gluttony>.addTooltip(format.red("与正确的嵌宝旗帜(1个)结合,未知维度将指引你"));
|
||||
|
||||
<contenttweaker:gem_of_voracity>.addTooltip(format.red("使用我"));
|
||||
<contenttweaker:gem_of_voracity>.addTooltip(format.red("将贪食宝石与正确的嵌宝旗帜(1个)结合,位置维度将指引你u"));
|
||||
<contenttweaker:gem_of_voracity>.addTooltip(format.red("将贪食宝石与正确的嵌宝旗帜(1个)结合,未知维度将指引你"));
|
||||
|
||||
// <ae2stuff:wireless>.addTooltip(format.red("Right click with Dyes to change color"));
|
||||
|
||||
@@ -416,7 +416,7 @@
|
||||
|
||||
<contenttweaker:stormlight_infused_crystal>.addTooltip(format.red("在赫尔维蒂维度使用沉浸原油模组的采油机来获得飓光"));
|
||||
|
||||
<contenttweaker:shard_of_a_fallen_spren>.addTooltip(format.red("通过双足飞龙纪念碑激活法器获得"));
|
||||
<contenttweaker:shard_of_a_fallen_spren>.addTooltip(format.red("通过双足飞龙神殿激活法器获得"));
|
||||
|
||||
<contenttweaker:wyvern_head_stone>.addTooltip(format.red("发现于赫尔维蒂维度"));
|
||||
|
||||
@@ -1211,7 +1211,7 @@
|
||||
|
||||
<contenttweaker:tainted_sentient_meatball>.addTooltip(format.red("通过腐化之环召唤石获得"));
|
||||
|
||||
<contenttweaker:harbinger_sentient_meatball>.addTooltip(format.red("通过纪念肉丸召唤石获得"));
|
||||
<contenttweaker:harbinger_sentient_meatball>.addTooltip(format.red("通过神殿肉丸召唤石获得"));
|
||||
|
||||
<erebus:glider_chestplate>.addTooltip(format.red("警告:穿戴会导致玩家人物坏档"));
|
||||
<erebus:glider_chestplate_powered>.addTooltip(format.red("警告:穿戴会导致玩家人物坏档"));
|
||||
|
||||
+15
-15
@@ -365,11 +365,11 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<contenttweaker:vengeful_key>.addTooltip(format.red("使用灵薄狱之唤来获得破碎之壁"));
|
||||
|
||||
<contenttweaker:vengeful_key>.addTooltip(format.red("打开意志晶块碑的入口"));
|
||||
<contenttweaker:vengeful_key>.addTooltip(format.red("打开意志晶块神殿的入口"));
|
||||
|
||||
<contenttweaker:vengeful_key>.addTooltip(format.red("感谢GalacticSilver绘制的纹理!"));
|
||||
|
||||
<contenttweaker:retaliation_key>.addTooltip(format.red("打开意志晶块碑内的最终房间"));
|
||||
<contenttweaker:retaliation_key>.addTooltip(format.red("打开意志晶块神殿内的最终房间"));
|
||||
|
||||
<soulshardsrespawn:soul_shard>.addTooltip(format.red("在世界中合成,放置一个荧石块,用四个石英块包围,四角放置黑曜石。 - Sandman366"));
|
||||
|
||||
@@ -419,15 +419,15 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<dimdoors:fabric>.addTooltip(format.red("发现于灵薄狱 - 使用精准采集挖掘"));
|
||||
|
||||
<contenttweaker:demonic_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块碑"));
|
||||
<contenttweaker:demonic_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块神殿"));
|
||||
|
||||
<contenttweaker:destructive_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块碑"));
|
||||
<contenttweaker:destructive_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块神殿"));
|
||||
|
||||
<contenttweaker:vengeful_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块碑"));
|
||||
<contenttweaker:vengeful_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块神殿"));
|
||||
|
||||
<contenttweaker:steadfast_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块碑"));
|
||||
<contenttweaker:steadfast_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块神殿"));
|
||||
|
||||
<contenttweaker:corrosive_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块碑"));
|
||||
<contenttweaker:corrosive_crystal_cluster>.addTooltip(format.red("发现于下界天花板上的意志晶块神殿"));
|
||||
|
||||
<contenttweaker:forgotten_will>.addTooltip(format.green("可重复使用"));
|
||||
|
||||
@@ -1536,7 +1536,7 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<contenttweaker:meatball_attuned_crystal>.addTooltip(format.red("小心,制作该物品会产生大量辐射!"));
|
||||
|
||||
<contenttweaker:meatball_attuned_crystal>.addTooltip(format.red("在盐反应堆中制作第一份后,低语星能液可进行复制"));
|
||||
<contenttweaker:meatball_attuned_crystal>.addTooltip(format.red("在熔盐反应堆中制作第一份后,低语星能液可进行复制"));
|
||||
|
||||
<contenttweaker:singularity_master>.addTooltip(format.red("将星能力等级上限提升至35"));
|
||||
|
||||
@@ -1607,7 +1607,7 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<contenttweaker:heart_of_the_elder_one>.addTooltip(format.red("发现于共鸣界"));
|
||||
|
||||
<contenttweaker:naquadah_chunk>.addTooltip(format.red("发现于附魔山脉的地牢"));
|
||||
<contenttweaker:naquadah_chunk>.addTooltip(format.red("发现于共鸣界的地牢"));
|
||||
|
||||
<contenttweaker:ichor>.addTooltip(format.red("通过站在腐化泥土上使用谐振秘金镰刀右击获得"));
|
||||
|
||||
@@ -2287,7 +2287,7 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<contenttweaker:tainted_heart>.addTooltip(format.red("发现于谐律界"));
|
||||
|
||||
<contenttweaker:recursive_meatball>.addTooltip(format.red("发现于共鸣界"));
|
||||
<contenttweaker:recursive_meatball>.addTooltip(format.red("发现于光精界"));
|
||||
|
||||
<thaumcraft:chunk:5>.addTooltip(format.red("通过神秘时代的炼狱熔炉获得!"));
|
||||
<thaumcraft:chunk:4>.addTooltip(format.red("通过神秘时代的炼狱熔炉获得!"));
|
||||
@@ -3214,7 +3214,7 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<contenttweaker:asgard_furnace_brick>.addTooltip(format.red("通过阿萨神族裂隙获得"));
|
||||
|
||||
<tce:tce_compressed_torch_lvl1>.addTooltip(format.red("发现于附魔山脉"));
|
||||
<tce:tce_compressed_torch_lvl1>.addTooltip(format.red("发现于共鸣界"));
|
||||
|
||||
<ore:ingotMithrillium>.addTooltip(format.red("解锁该研究有些困难,最好是使用惊怖纤毛菇"));
|
||||
|
||||
@@ -3412,8 +3412,8 @@ import crafttweaker.item.IItemCondition;
|
||||
|
||||
<aoa3:rosidon_seeds>.addTooltip(format.red("在花园维度获得"));
|
||||
|
||||
<contenttweaker:adamantium_stinger>.addTooltip(format.red("发现于共鸣界"));
|
||||
<contenttweaker:gem_of_midas>.addTooltip(format.red("发现于共鸣界"));
|
||||
<contenttweaker:adamantium_stinger>.addTooltip(format.red("发现于光精界"));
|
||||
<contenttweaker:gem_of_midas>.addTooltip(format.red("发现于光精界"));
|
||||
|
||||
<contenttweaker:rosidian_blend>.addTooltip(format.red("将伊甸果与正确的小堆粉(8个)结合,花园维度会告诉你是哪些的!"));
|
||||
|
||||
@@ -3653,9 +3653,9 @@ import crafttweaker.item.IItemCondition;
|
||||
<contenttweaker:active_cryotheum_cooler>.addTooltip(format.red("使用核电工艺模组的液冷器替换该方块!"));
|
||||
<contenttweaker:active_cryotheum_cooler>.addTooltip(format.red("用缓存器替换反应堆外墙的外壳,对其输送流体!"));
|
||||
|
||||
<contenttweaker:polar_catalyst>.addTooltip(format.red("发现于附魔山脉"));
|
||||
<contenttweaker:polar_catalyst>.addTooltip(format.red("发现于共鸣界"));
|
||||
|
||||
<contenttweaker:stormlight_fragment>.addTooltip(format.red("通过飓风之子召唤石着火"));
|
||||
<contenttweaker:stormlight_fragment>.addTooltip(format.red("通过飓风之子召唤石获得"));
|
||||
|
||||
<divinerpg:storm_sword>.addTooltip(format.red("与秘界的梅里克首领交易获得"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user