diff --git a/MinecraftClient/ChatBots/AutoCraft.cs b/MinecraftClient/ChatBots/AutoCraft.cs index 7a74cd4d..5ecf060f 100644 --- a/MinecraftClient/ChatBots/AutoCraft.cs +++ b/MinecraftClient/ChatBots/AutoCraft.cs @@ -31,13 +31,13 @@ namespace MinecraftClient.ChatBots public RecipeConfig[] Recipes = new RecipeConfig[] { new RecipeConfig( - Name: "Recipe Name 1", + Name: "Recipe-Name-1", Type: CraftTypeConfig.player, Result: ItemType.StoneBricks, Slots: new ItemType[4] { ItemType.Stone, ItemType.Stone, ItemType.Stone, ItemType.Stone } ), new RecipeConfig( - Name: "Recipe Name 2", + Name: "Recipe-Name-2", Type: CraftTypeConfig.table, Result: ItemType.StoneBricks, Slots: new ItemType[9] { diff --git a/README.md b/README.md index 3fac11aa..39a969a7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [Documentation](https://mccteam.github.io/) | [Download](#download) | [Installation](https://mccteam.github.io/guide/installation.html) | [Configuration](https://mccteam.github.io/guide/configuration.html) | [Usage](https://mccteam.github.io/guide/usage.html) +[English](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/README.md) | [Nederlands](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/README-nl.md) | [Türkçe](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/README-tr.md) | [Tiếng Việt](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/README-vi-vn.md) | [简体中文](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/README-zh-Hans.md) + [![GitHub Actions build status](https://github.com/MCCTeam/Minecraft-Console-Client/actions/workflows/build-and-release.yml/badge.svg)](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest) Discord server @@ -50,7 +52,7 @@ Check out: [How to update or add translations for MCC](https://mccteam.github.io MCC now supports the following languages (Alphabetical order) : * `de.ini` : Deutsch - German * `en.ini` : English - English - * `fr.ini` : Français (France) - French + * `fr.ini` : Français (France) - French * `ru.ini` : Русский (Russkiy) - Russian * `vi.ini` : Tiếng Việt (Việt Nam) - Vietnamese * `zh-Hans.ini` : 简体中文(中国大陆) - Chinese Simplified (China; Mandarin)