Add translation

This commit is contained in:
BruceChen 2022-10-03 11:48:42 +08:00
parent 81a9955081
commit f2cbe74a35
2 changed files with 6 additions and 1 deletions

View file

@ -3305,7 +3305,6 @@ namespace MinecraftClient
switch (reason)
{
case 7:
DispatchBotEvent(bot => bot.OnRainLevelChange(value));
break;
case 8:

View file

@ -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},使用距离优先作为默认值。