Skip to content
Fi0x edited this page May 15, 2022 · 15 revisions

General information

A spell is an item that can be used to do various magic things. These things are defined by the components that were put into it.

Crafting

Crafted with Magic Powder, 2 Deep Crystals, Empty Scroll and Magic Converter

Adding Spell-Parts

A spell itself is pretty useless. To make the spell do something when used, you need to infuse it with components. This is done with the help of a Spellstone. To add a component, just throw the required items onto the Spellstone and then activate the stone with your spell. If you want to add more than one component, make sure to add all components to the Spellstone first and then activate it with your spell.

Each time you repeat this process, a new section gets added to the spell.

Sections

A section is a collection of spell-parts. These parts get executed one after another. After a section is finished, the next section starts to get executed. This means that you can create spells that do things like sending a projectile that damages an enemy and after that the spell heals the player.

Spell-Parts

This is a list of all currently implemented parts that can be added to a spell. The required items are the items you need to throw at the Spellstone.

Caster

Parts that can execute effects. A caster part always requires an effect component or another caster component to be useful. All effects after this part will be executed with this parts' execution type. If a component after this part is another caster component, the components after this second part are executed with the new caster part.

Modifier

A modifier only applies its effect to the part before the modifier. A modifier following another modifier applies its effect to the first non-modifier part before it.

Effects

An effect is executed using a caster part. If an effect has no caster part prior to it, nothing will happen.

Name Type Effect Modifiers Required Items
Area of Effect Caster Applies an effect in radius around the cast-location Radius Magic Flow Controller + Splash Potion
Beam Caster Creates a beam that applies an effect to the first target that gets hit with the beam. Range ?
Iterate Caster Executes another Caster part each time it iterates Duration Magic Flow Controller + Clock + Redstone Comparator
Projectile Caster Creates a projectile that applies an effect at the location of impact Range Magic Flow Controller + Bow + Arrow
Rune Caster Creates a rune that executes the rest of the spell - Magic Flow Controller + Magic Sigil
Self Caster Applies an effect on the entity that used this part - Magic Flow Controller + Mana Interface
Stream Caster Like a beam, but has a wider and shorter range Range, Radius ?
Touch Caster Applies an effect on the block or entity that the caster looks at - Magic Flow Controller + Stone Button
Auto Smelt Modifier All mined blocks are smelted automatically - Magic Powder + Lava Bucket
Damage Modifier Increases the damage by 0.5 hearts - Magic Powder + Iron Sword
Duration Modifier Increases the duration or the amount of iterations by 1(s) - Magic Powder + Clock + Redstone Repeater
Environmental Damage Modifier Allows explosions to destroy terrain - Magic Powder + Iron Shovel + Iron Pickaxe + Iron Axe
Fortune Modifier Increases the fortune level by 1 - Magic Powder + Lapis Block + Emerald
Gravity Modifier Applies gravity - Magic Powder + Obsidian
Heal Power Modifier Increases the amount of HP healed by 0.5 hearts - Magic Powder + Golden Apple
Looting Modifier Increases the looting level - Magic Powder + Lapis Block + Diamond
Piercing Modifier Allows a caster part to pierce through entities - Magic Powder + Diamond Sword
Power Modifier Increases the power by 1 - Magic Powder + Coal + Iron Ingot + Gold Ingot + Diamond
Radius Modifier Increases the radius by 1 - Magic Powder + Compass
Range Modifier Increases the range by 1 - Magic Powder + Arrow
Ricochet Modifier Allows a caster part to ricochet off blocks - Magic Powder + Slimeball
Silk Touch Modifier Mines blocks with silk touch - ?
Split Modifier Splits a caster part into two weaker ones - ?
Tick Speed Modifier Increases the tick speed of something - Magic Powder + Clock + Magic Sigil
Deflect Effect Arrows can not hit the target - Magic Converter + Shield
Feather Fall Effect
Haste Effect Applies a haste effect on the target Duration, Power Magic Converter + Blaze Powder + Glowstone Dust
Heal Effect Heals the target instantly Heal Power Magic Converter + Golden Apple +
Mana Shield Effect
Mining Speed Effect
Mirror Shield Effect
Regeneration Effect
Root Effect
Slowness Effect
Wall Effect
Wither Effect
Accelerate Effect Accelerates an entity upwards Power Magic Converter + Redstone Block + Piston
Blindness Effect Adds the Blindness effect to the target Duration Magic Converter + Obsidian
Drown Effect
Explosion Effect Creates an explosion Environmental Damage, Power Magic Converter + TNT
Fire Damage Effect Inflicts fire damage Damage Magic Converter + Magma Block
Frost Damage Effect Inflicts Frost damage Damage Magic Converter + Ice
Ignition Effect Ignites the target Duration Magic Converter + Flint and Steel
Knockback Effect Adds the Knockback Effect to the spell - Magic Converter + Piston
Magic Damage Effect Inflicts Magic damage Damage Magic Converter + Magic Powder + Iron Sword
Midnight Effect
Physical Damage Effect Inflicts Physical damage Damage Magic Converter + Stone Sword
Poison Effect Applies a poison potion effect on the target Duration, Power Magic Converter + Glass Bottle + Spider Eye
Sink Effect
Stun Effect
Age Effect
Bind Effect
Blink Effect Teleport a few blocks - Magic Converter + Ender Pearl
Buff Effect
Charm Effect Make hostile mobs friendly and breed animals - Magic Converter + Wheat + Carrot + Seeds
Cookie Effect Spawn a cookie at the target location - Magic Converter + Cookie
Day-Night Effect Skip time 12 hours ahead - Magic Converter + Clock + Empty Scroll
Dig Effect Dig the target block Auto Smelt, Fortune, Power, Silk Touch Magic Converter + Iron Shovel + Iron Pickaxe + Iron Axe
Dimensional Teleport Effect Teleport the target to another dimension - Magic Converter + Ender Eye
Dry Effect Removes Liquids - Magic Converter + Empty Bucket
Exchange Effect
Fly Effect
Freeze Effect Freezes the target - Magic Converter + Snow Block
Growth Effect
Levitate Effect
Life Link Effect
Light Effect Places a light-source - Magic Converter + Glowstone Dust + Torch
Lightning Effect
Magnet Effect
Mana Link Effect
Mark Location Effect
Place Effect
Rain Effect Changes Weather to rain - Magic Converter + Water Bucket + Boat
Repel Effect
Smelt Effect Replaces a block in the world with its smelting result Power Magic Converter + Pickaxe + Flint and Steel
Store Effect Opens an inventory to store items like in a backpack - Magic Converter + Chest
Storm Effect Changes the weather to storm - Magic Converter + Water Bucket + Arrow
Summon Effect
Sunshine Effect Changes the weather to sunshine - Magic Converter + Glowstone Block
Swim Speed Effect
Teleport Effect Teleports the target to a pre-defined location - Magic Converter + Teleportation Crystal
Total Recall Effect

Currently working on page:

Clone this wiki locally