New Crowdin updates (#2326)

This commit is contained in:
BruceChen 2022-11-05 20:27:53 +08:00 committed by GitHub
parent ae23ead4c3
commit b46fef1b34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
304 changed files with 2312 additions and 1460 deletions

View file

@ -1,3 +1,6 @@
- - -
title: Chat Bots redirectFrom: ["/g/bots/index.html", "/g/bots.html"]
- - -
# Chat Bots
- [About](#about)
@ -453,7 +456,7 @@
A list of mobs which are either whitelisted or blacklisted, the mode is set in `List_Mode` setting.
You can find the full list of mobs [here](https://bit.ly/3Rg68lp).
You can find the full list of mobs [here](https://mccteam.github.io/r/entity/#L15).
- **Format:** `["<entity type>", "<entity type>", ...]`
@ -642,7 +645,7 @@
**If you have a case where you have to leave some fields empty, use `"Null"` to mark them as empty. Example for stone bricks: `Slots = [ "Stone", "Stone", "Null", "Stone", "Stone", "Null", "Null", "Null", "Null", ]`**
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
**All item types can be found [here](https://mccteam.github.io/r/item/#L12).**
**Make sure to provide materials for your bot by placing them in inventory first.**
@ -827,7 +830,7 @@
This setting specifies the list of blocks which either should not should not be dug out.
**The list of block types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs).**
**The list of block types can be found [here](https://mccteam.github.io/r/block/#L15).**
- **Format:** `[ "<block type>", "<block type>", ...]`
@ -899,7 +902,7 @@
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
**All item types can be found [here](https://mccteam.github.io/r/item/#L12).**
</div>