Update readme

This commit is contained in:
BruceChen 2022-10-06 11:03:56 +08:00
parent d05170a1e2
commit 6f456cb1d7
2 changed files with 5 additions and 3 deletions

View file

@ -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] {