diff --git a/config/gendustry/meatball_bees.zh_cn.lang b/config/gendustry/meatball_bees.zh_cn.lang index 572cc6c2..b5c653af 100644 --- a/config/gendustry/meatball_bees.zh_cn.lang +++ b/config/gendustry/meatball_bees.zh_cn.lang @@ -31,9 +31,9 @@ gendustry.bees.species.Oxygen=过呼吸 gendustry.bees.species.Bomber=轰炸 gendustry.bees.species.Luctor=Luctor gendustry.bees.species.Twilight=暮光部落 -gendustry.bees.species.Radiant=Radiant +gendustry.bees.species.Radiant=光耀 gendustry.bees.species.Sniper=狙击手 -gendustry.bees.species.Shyre=塞尔瑞皇帝 +gendustry.bees.species.Shyre=塞尔瑞帝国 gendustry.bees.species.Fissile=裂变 gendustry.bees.species.Uranium=铀 gendustry.bees.species.Gravity=引力 diff --git a/scripts/CustomFoods.zs b/scripts/CustomFoods.zs index 266c80be..78dbcb58 100644 --- a/scripts/CustomFoods.zs +++ b/scripts/CustomFoods.zs @@ -341,7 +341,7 @@ radiactivenachos.register(); var yummyconcrete = VanillaFactory.createItemFood("yummy_concrete", 5); yummyconcrete.saturation = 1; yummyconcrete.onItemFoodEaten = function(stack, world, player) { - player.sendChat("来自r/feedthememes"); + player.sendChat("灵感来自r/feedthememes"); player.addPotionEffect(.makePotionEffect(3000, 20)); }; yummyconcrete.register(); diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index 2fe46c88..ec707b63 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -40,7 +40,7 @@ .addTooltip(format.red("感谢4lyfe添加的EMC值")); .addTooltip(format.red("发现于战斗高塔")); -.addTooltip(format.red("感谢Dragon of Desire")); +.addTooltip(format.red("灵感来自Dragon of Desire")); .addTooltip(format.red("使用我")); .addTooltip(format.red("使用我")); @@ -1896,7 +1896,7 @@ .addTooltip(format.red("PocketSkeleton有些困惑")); -.addTooltip(format.red("感谢Light")); +.addTooltip(format.red("灵感来自Light")); .addTooltip(format.red("我觉得Fieno会喜欢的")); @@ -2011,7 +2011,7 @@ .addTooltip(format.red("使用该物品右击来关闭聊天栏中的命令方块输出信息以及死亡信息")); .addTooltip(format.red("推荐使用,因为流程地牢中使用了大量的命令方块以及重命名的生物")); -.addTooltip(format.red("感谢Water")); +.addTooltip(format.red("灵感来自Water")); .addTooltip(format.red("Reclipse有个点子……")); diff --git a/scripts/ToolTips2.zs b/scripts/ToolTips2.zs index 3930f913..a6066208 100644 --- a/scripts/ToolTips2.zs +++ b/scripts/ToolTips2.zs @@ -2428,7 +2428,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("通过能量鸡召唤石获得")); .addTooltip(format.red("发现于战斗高塔")); -.addTooltip(format.red("感谢Dragon of Desire")); +.addTooltip(format.red("灵感来自Dragon of Desire")); .addTooltip(format.red("使用伺服器、检索器和过滤器来传输物品(查看对应的JEI提示以了解如何使用)")); @@ -2714,7 +2714,7 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.red("警告:不要在ME终端或奥术转化桌中合成,可能会造成崩溃")); .addTooltip(format.red("警告:不要在ME终端或奥术转化桌中合成,可能会造成崩溃")); -.addTooltip(format.red("感谢Not Yue")); +.addTooltip(format.red("灵感来自Not Yue")); .addTooltip(format.green("可重复使用"));