minor changes

This commit is contained in:
ZHAY10086
2025-01-23 08:21:49 +08:00
parent e7daafabe9
commit a7f6386ccb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2745,7 +2745,7 @@ item.contenttweaker.soul_of_entropy.name=熵之魂
item.contenttweaker.fluix_soul_fabrial.name=福鲁伊克斯之魂法器
item.contenttweaker.touch_of_the_arbiter.name=仲裁者之触
item.contenttweaker.rarified_fluix_crystal.name=珍稀福鲁伊克斯水晶
item.contenttweaker.lovely_egg.name=Lovely Egg
item.contenttweaker.lovely_egg.name=可爱的蛋
item.contenttweaker.runes_of_the_true_tongue.name=源语符文
item.contenttweaker.minted_fluix_crystal.name=精铸福鲁伊克斯水晶
item.contenttweaker.eldunari.name=龙之晶
+1 -1
View File
@@ -4328,7 +4328,7 @@ mods.jei.JEI.addDescription([
"/woot flush *生物ID*",
"",
"要获得特定生物的ID,可以在JEI中将鼠标悬停在JEI中对应的刷怪蛋上,查看实体ID。",
"格式为:*modid*:*mobid*"
"格式为:*模组ID*:*生物ID*"
]);
mods.jei.JEI.addDescription([
@@ -6,7 +6,7 @@ import mods.jei.JEI;
import mods.randomtweaker.jei.IJeiPanel;
import mods.randomtweaker.jei.IJeiUtils;
var rubbercollectionJEI as IJeiPanel = JEI.createJei("betweenlands_rubber", "Rubber Collection");
var rubbercollectionJEI as IJeiPanel = JEI.createJei("betweenlands_rubber", "橡胶采集");
rubbercollectionJEI.setModid("The Betweenlands");
rubbercollectionJEI.setIcon(<thebetweenlands:sapling_rubber>);
rubbercollectionJEI.addRecipeCatalyst(<thebetweenlands:sapling_rubber>);