mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add translation
This commit is contained in:
parent
81a9955081
commit
f2cbe74a35
2 changed files with 6 additions and 1 deletions
|
|
@ -3305,7 +3305,6 @@ namespace MinecraftClient
|
|||
switch (reason)
|
||||
{
|
||||
case 7:
|
||||
|
||||
DispatchBotEvent(bot => bot.OnRainLevelChange(value));
|
||||
break;
|
||||
case 8:
|
||||
|
|
|
|||
|
|
@ -376,6 +376,12 @@ cmd.useitem.use=使用了一个物品。
|
|||
[bot]
|
||||
# ChatBots. Naming style: bot.<className>.<msg...>
|
||||
|
||||
# Alerts
|
||||
bot.alerts.start_rain=§c天气变化:开始下雨了。§r
|
||||
bot.alerts.end_rain=§c天气变化:雨停了。§r
|
||||
bot.alerts.start_thunderstorm=§c天气变化:现在是雷雨天。§r
|
||||
bot.alerts.end_thunderstorm=§c天气变化:现在不再是雷雨天了。§r
|
||||
|
||||
# AutoAttack
|
||||
bot.autoAttack.mode=未知的攻击模式:{0},使用单一模式作为默认值。
|
||||
bot.autoAttack.priority=未知优先模式:{0},使用距离优先作为默认值。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue