Cast Spells in Minecraft!
This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
TheBrokenRail 5381263113
SorceryCraft/pipeline/head This commit looks good Details
Auto-Publish
2020-12-15 14:04:06 -05:00
gradle/wrapper Update API Docs 2020-03-08 12:26:12 -04:00
src/main 1.16.4 2020-12-15 14:00:42 -05:00
.gitignore 1.2.2 2020-03-21 13:25:28 -04:00
API.md 20w18a 2020-05-02 14:42:16 -04:00
CHANGELOG.md 1.2.9 2020-05-24 16:55:23 -04:00
Jenkinsfile Auto-Publish 2020-12-15 14:04:06 -05:00
LICENSE Initial Commit 2020-03-01 13:19:59 -05:00
README.md 1.1.21 2020-03-19 23:06:38 -04:00
build.gradle Update Loom 2020-06-24 18:09:42 -04:00
gradle.properties 1.16.4 2020-12-15 14:00:42 -05:00
gradlew Initial Commit 2020-03-01 13:19:59 -05:00
gradlew.bat Initial Commit 2020-03-01 13:19:59 -05:00
settings.gradle 1.1.16 2020-03-17 14:25:35 -04:00

README.md

SorceryCraft

Cast Spells in Minecraft!

This mod currently supports the Minecraft 1.16 snapshots.

What are Spells?

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.

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 may require an item.

Crafting

Blank Spell

Lapis Lazuli
Lapis Lazuli Paper Lapis Lazuli
Lapis Lazuli

Casting Table

Lapis Lazuli Cobblestone Lapis Lazuli
Cobblestone Diamond Cobblestone
Lapis Lazuli Cobblestone Lapis Lazuli

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 the spell from failing. This spell does nothing on its own.
Teleport 3 Teleports the target to a random location.
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.
Cooling 1 Extinguish the target if they are on fire.
Lightning 1 Strikes the target with lightning.

/spell Command

This command requires OP permissions.

/spell forget <player>

This command clears all known spells from the given player.

/spell forget <player> <spell-id>

This command clears the specified spell from the given player.

/spell list <player>

This lists all the spells the given player knows.

/spell discover <player>

This adds all spells to the specified player's discovered spells list.

/spell discover <player> <spell-id> <level>

This adds the specified spell to the specified player's discovered spells list.

/spell apply <player> <spell-id> <level>

This adds the specified spell to the item in the specified player's main hand.

/spell remove <player> <spell-id>

This removes the specified spell from the item in the specified player's main hand.

API

View API

Changelog

View Changelog