2020-03-01 18:19:59 +00:00
# SorceryCraft
Cast Spells in Minecraft!
2020-03-14 22:11:28 +00:00
This mod currently supports the Minecraft 1.16 snapshots.
2020-03-01 18:19:59 +00:00
2020-03-02 23:06:47 +00:00
## What are Spells?
2020-03-16 15:21:06 +00:00
Spells are found throughout the world in chests. When you pick up a Spell you will "discover" it, once you "discover" 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 (by default) that the spell will rebound and hit you instead, unless the "Steadfast" spell is applied.
2020-03-01 18:19:59 +00:00
2020-03-02 23:06:47 +00:00
## What's a Casting Table?
2020-03-16 15:21:06 +00:00
You can apply Spells to blank or existing spells in the Casting Table. Doing so will require a certain amount of levels, and may require an item.
2020-03-01 18:19:59 +00:00
## Crafting
#### Blank Spell
2020-03-02 23:23:12 +00:00
< 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 >
2020-03-01 18:19:59 +00:00
2020-03-04 01:22:40 +00:00
#### Casting Table
2020-03-02 23:23:12 +00:00
< 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 >
2020-03-02 23:06:47 +00:00
## 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. |
2020-03-16 15:21:06 +00:00
| Steadfast | 1 | Prevents the spell from failing. This spell does nothing on its own. |
2020-03-20 03:06:38 +00:00
| Teleport | 3 | Teleports the target to a random location. |
2020-03-16 15:21:06 +00:00
| Inward | 1 | Causes the spell to target the caster. If the spell fails instead of rebounding, it will just do nothing. This spell does nothing on its own. |
2020-03-07 20:12:46 +00:00
| Cooling | 1 | Extinguish the target if they are on fire. |
2020-03-13 22:05:12 +00:00
| Lightning | 1 | Strikes the target with lightning. |
2020-03-04 01:22:40 +00:00
## ```/spell``` Command
This command requires OP permissions.
2020-03-17 17:22:49 +00:00
#### ```/spell forget <player>```
2020-03-04 01:22:40 +00:00
This command clears all known spells from the given player.
2020-03-17 17:22:49 +00:00
#### ```/spell forget <player> <spell-id>```
This command clears the specified spell from the given player.
2020-03-04 01:22:40 +00:00
#### ```/spell list <player>```
2020-03-06 23:35:29 +00:00
This lists all the spells the given player knows.
2020-03-17 17:22:49 +00:00
#### ```/spell discover <player>```
This adds all spells to the specified player's discovered spells list.
2020-03-16 15:21:06 +00:00
#### ```/spell discover <player> <spell-id> <level>```
This adds the specified spell to the specified player's discovered spells list.
2020-03-06 23:35:29 +00:00
2020-03-16 15:21:06 +00:00
#### ```/spell apply <player> <spell-id> <level>```
This adds the specified spell to the item in the specified player's main hand.
2020-03-06 23:35:29 +00:00
#### ```/spell remove <player> <spell-id>```
2020-03-16 15:21:06 +00:00
This removes the specified spell from the item in the specified player's main hand.
2020-03-08 15:10:50 +00:00
## API
2020-03-10 00:49:40 +00:00
[View API ](API.md )
2020-03-08 15:10:50 +00:00
2020-03-10 00:49:40 +00:00
## Changelog
[View Changelog ](CHANGELOG.md )