Add CHANGELOG.md
SorceryCraft/pipeline/head This commit looks good Details

Update README.md
This commit is contained in:
TheBrokenRail 2020-03-02 18:06:47 -05:00
parent b7bc20b9e8
commit 0430a5724e
2 changed files with 21 additions and 3 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
### Changelog
**1.0.1**
* Add Teleport Spell
**1.0.0**
* Initial Release

View File

@ -3,10 +3,10 @@ Cast Spells in Minecraft!
This mod supports the Minecraft 1.16 snapshots.
## Spells
## What are Spells?
Spells are found throughout the world in chests. When you pick up a Spell you will learn it, one you learn a Spell you can apply it to a blank or existing Spell in the Casting Table. You can cast Spells by right-clicking. There is also a 30% chance the spell will rebound and hit you instead, unless the "Steadfast" Spell is applied.
## Casting Table
## What's a Casting Table?
You can apply Spells to blank or existing Spells in the Casting Table. Doing so will require a certain amount of levels, and sometimes may require an item.
## Crafting
@ -14,4 +14,15 @@ You can apply Spells to blank or existing Spells in the Casting Table. Doing so
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.
#### 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.
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.
## Spells
| Spell | Max Level | Description |
| --- | --- | --- |
| Flame | 2 | Sets target on fire. |
| Damage | 2 | Damages target. |
| Heal | 2 | Heals target. |
| Dissolve | 1 | Removes target's status effects. |
| Levitate | 2 | Gives target the Levitation effect. |
| Steadfast | 1 | Prevents Spell from rebounding. |
| Teleport | 2 | Teleports target to random location. |