mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Update readme
This commit is contained in:
parent
d05170a1e2
commit
6f456cb1d7
2 changed files with 5 additions and 3 deletions
|
|
@ -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] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue