Improve Crafting Recipes in README.md
All checks were successful
SorceryCraft/pipeline/head This commit looks good
All checks were successful
SorceryCraft/pipeline/head This commit looks good
This commit is contained in:
parent
0430a5724e
commit
1d070db3a7
36
README.md
36
README.md
@ -11,10 +11,42 @@ You can apply Spells to blank or existing Spells in the Casting Table. Doing so
|
||||
|
||||
## Crafting
|
||||
#### Blank Spell
|
||||
Craft a blank Spell by placing a Paper in the center of a Crafting Table, and surround it with 4 Lapis Lazuli in a diamond shape.
|
||||
<table>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Lapis Lazuli</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lapis Lazuli</td>
|
||||
<td>Paper</td>
|
||||
<td>Lapis Lazuli</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Lapis Lazuli</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
#### Casting table
|
||||
Craft a Casting Table by placing a Diamond in the center of a Crafting Table, place 4 Lapis Lazuli in the corners, and fill in the rest with 4 Cobblestone.
|
||||
<table>
|
||||
<tr>
|
||||
<td>Lapis Lazuli</td>
|
||||
<td>Cobblestone</td>
|
||||
<td>Lapis Lazuli</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cobblestone</td>
|
||||
<td>Diamond</td>
|
||||
<td>Cobblestone</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lapis Lazuli</td>
|
||||
<td>Cobblestone</td>
|
||||
<td>Lapis Lazuli</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Spells
|
||||
| Spell | Max Level | Description |
|
||||
|
Reference in New Issue
Block a user