From a7f6386ccb41a23d2d434470d5e461b3ea651561 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Thu, 23 Jan 2025 08:21:49 +0800 Subject: [PATCH] minor changes --- oresources/contenttweaker/lang/zh_cn.lang | 2 +- scripts/JEIdescriptions.zs | 2 +- scripts/customJEItabs/BetweenlandsRubberJEI.zs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oresources/contenttweaker/lang/zh_cn.lang b/oresources/contenttweaker/lang/zh_cn.lang index fede1347..af54a686 100644 --- a/oresources/contenttweaker/lang/zh_cn.lang +++ b/oresources/contenttweaker/lang/zh_cn.lang @@ -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=龙之晶 diff --git a/scripts/JEIdescriptions.zs b/scripts/JEIdescriptions.zs index 587700db..09883fae 100644 --- a/scripts/JEIdescriptions.zs +++ b/scripts/JEIdescriptions.zs @@ -4328,7 +4328,7 @@ mods.jei.JEI.addDescription([ "/woot flush *生物ID*", "", "要获得特定生物的ID,可以在JEI中将鼠标悬停在JEI中对应的刷怪蛋上,查看实体ID。", - "格式为:*modid*:*mobid*" + "格式为:*模组ID*:*生物ID*" ]); mods.jei.JEI.addDescription([ diff --git a/scripts/customJEItabs/BetweenlandsRubberJEI.zs b/scripts/customJEItabs/BetweenlandsRubberJEI.zs index d3ee7417..c8a8de92 100644 --- a/scripts/customJEItabs/BetweenlandsRubberJEI.zs +++ b/scripts/customJEItabs/BetweenlandsRubberJEI.zs @@ -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(); rubbercollectionJEI.addRecipeCatalyst();