typo fix
This commit is contained in:
@@ -4747,11 +4747,11 @@ mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_hollowstag>,
|
||||
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
||||
"说真的!解谜很有意思的!下一页有额外提示!",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"蚁狮召唤石……苍白陨石石子……不是蚁狮的生物……",
|
||||
"蚁狮召唤石……苍白陨石卵石……不是蚁狮的生物……",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"想不到你居然不试着把线索连起来……",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"使用苍白陨石石子右击鹿角甲虫"
|
||||
"使用苍白陨石卵石右击鹿角甲虫"
|
||||
]);
|
||||
|
||||
mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_homeseeker>,
|
||||
@@ -4760,11 +4760,11 @@ mods.jei.JEI.addDescription(<contenttweaker:puzzle_solution_homeseeker>,
|
||||
"", "", "", "", "", "", "", "", "", "", "","", "", "", "", "", "", "", "", "", "",
|
||||
"说真的!解谜很有意思的!下一页有额外提示!",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"莫测监狱……苍白陨石石子……某种多足生物……",
|
||||
"莫测监狱……苍白陨石卵石……某种多足生物……",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"想不到你居然不试着把线索连起来……",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"使用苍白陨石石子右击蜈蚣"
|
||||
"使用苍白陨石卵石右击蜈蚣"
|
||||
]);
|
||||
|
||||
|
||||
|
||||
+3
-3
@@ -3142,13 +3142,13 @@
|
||||
<minecraft:fish>.addTooltip(format.red("可施加超限附魔"));
|
||||
|
||||
<contenttweaker:geo_fragment>.addTooltip(format.red("蚁狮巢穴召唤石会生成某种不属于其的生物"));
|
||||
<contenttweaker:geo_fragment>.addTooltip(format.red("使用特定石子右击此种生物(生成方式不限)"));
|
||||
<contenttweaker:geo_fragment>.addTooltip(format.red("使用特定卵石右击此种生物(生成方式不限)"));
|
||||
|
||||
<contenttweaker:gluttonous_bell>.addTooltip(format.red("莫测监狱中会生成某种特定生物"));
|
||||
<contenttweaker:gluttonous_bell>.addTooltip(format.red("使用特定石子右击此种生物(生成方式不限)"));
|
||||
<contenttweaker:gluttonous_bell>.addTooltip(format.red("使用特定卵石右击此种生物(生成方式不限)"));
|
||||
|
||||
<contenttweaker:medallion_of_undead_repellence>.addTooltip(format.red("下界要塞中会生成某种特定生物"));
|
||||
<contenttweaker:medallion_of_undead_repellence>.addTooltip(format.red("使用特定石子右击此种生物(生成方式不限)"));
|
||||
<contenttweaker:medallion_of_undead_repellence>.addTooltip(format.red("使用特定卵石右击此种生物(生成方式不限)"));
|
||||
|
||||
<contenttweaker:recursive_mind_shield>.addTooltip(format.red("你有没有用过某些特定的跃迁器??"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user