diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..53c3c2f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +### Changelog + +**1.0.1** +* Add Teleport Spell + +**1.0.0** +* Initial Release \ No newline at end of file diff --git a/README.md b/README.md index 4d46451..5a1aff0 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. | \ No newline at end of file