diff --git a/scripts/JEIdescriptions.zs b/scripts/JEIdescriptions.zs index 618d030f..bd37f70a 100644 --- a/scripts/JEIdescriptions.zs +++ b/scripts/JEIdescriptions.zs @@ -4747,11 +4747,11 @@ mods.jei.JEI.addDescription(, "", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "", "说真的!解谜很有意思的!下一页有额外提示!", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", - "蚁狮召唤石……苍白陨石石子……不是蚁狮的生物……", + "蚁狮召唤石……苍白陨石卵石……不是蚁狮的生物……", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "想不到你居然不试着把线索连起来……", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", - "使用苍白陨石石子右击鹿角甲虫" + "使用苍白陨石卵石右击鹿角甲虫" ]); mods.jei.JEI.addDescription(, @@ -4760,11 +4760,11 @@ mods.jei.JEI.addDescription(, "", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "", "说真的!解谜很有意思的!下一页有额外提示!", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", - "莫测监狱……苍白陨石石子……某种多足生物……", + "莫测监狱……苍白陨石卵石……某种多足生物……", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "想不到你居然不试着把线索连起来……", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", - "使用苍白陨石石子右击蜈蚣" + "使用苍白陨石卵石右击蜈蚣" ]); diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index 2f2900e4..81e47d73 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -3142,13 +3142,13 @@ .addTooltip(format.red("可施加超限附魔")); .addTooltip(format.red("蚁狮巢穴召唤石会生成某种不属于其的生物")); -.addTooltip(format.red("使用特定石子右击此种生物(生成方式不限)")); +.addTooltip(format.red("使用特定卵石右击此种生物(生成方式不限)")); .addTooltip(format.red("莫测监狱中会生成某种特定生物")); -.addTooltip(format.red("使用特定石子右击此种生物(生成方式不限)")); +.addTooltip(format.red("使用特定卵石右击此种生物(生成方式不限)")); .addTooltip(format.red("下界要塞中会生成某种特定生物")); -.addTooltip(format.red("使用特定石子右击此种生物(生成方式不限)")); +.addTooltip(format.red("使用特定卵石右击此种生物(生成方式不限)")); .addTooltip(format.red("你有没有用过某些特定的跃迁器??"));