Conjuration Magic
![]()
Conjuration magic is well known for its flexibility. This school is able to provide damage, protection and utility in equal measures. From visual and sound effects, to summoning, this type of magic offers something to everyone.
vec, vec, num$() → result$() Pops a number for power, a vector for direction and a vector for origin. Produces a near-invisible tendril of force that instantly returns its endpoint as a ray result. Deals 1 damage, with range equal to the given power level.
Mana cost: 5 + pow^1.2
entity, vec, num$() → Pops a number for power, a vector for direction and a target entity. Accelerates the target entity to a speed equivalent to power-value block per tick in the given direction.
Mana cost: 5 + 3 * pow^2
position$() → Pops a block position and conjures a magical light at that block.
Mana cost: 5
position$() → Pops a block position and conjures a magical, tangible block at that position.
Mana cost: 10
pos, num$() → Pops a number, representing redstone power, and a block position. Creates an intangible redstone source at the given position, outputting redstone power at the given level.
Mana cost: 1
position$() → Pops a block position, and breaks the block at that position. Can break any block that can be broken with diamond tools, and does not apply neither fortune nor silk touch.
Mana cost: 5
vec, num$() → Pops a number for power, and a vector for position. Conjures a randomly-coloured firework explosion at the given position, dealing damage equal to power, capped at 20, to any entity within 2 blocks of the burst.
Mana cost: 15 + 1.4 * pow^1.5
vec, num$() → Pops a number for power and a vector for position. Summons a fang at the given position that rises up from the ground to bite at any target above, similar to the Evokers’ magic. Deals damage equal to power, capped at 20.
Mana cost: 10 + 1.1 * pow^1.3
entity, num$() → Pops a number for power, and an entity as a target. Summons a number of vexes equal to the given power, capped at 5, to follow and serve the given entity. They remain in the world for a 30 * pow seconds.
Mana cost: 50 * pow
vec, vec, num$() → Pops a number describing power, followed by a vector describing direction and a vector describing origin. Conjures an arrow-like projectile and shoots it a speed equal to power-value blocks per tick.
Deals damage equal to the product of 1.5 times speed, with a cap of 45 damage.
Mana cost: 10 + 1.6 * pow^1.5
vec, vec, num$() → Pops a number for power, a vector for orientation, and a vector for origin. Conjures an arcane shield at the given point, facing towards the given orientation. The shield has hitpoints equal to the given power value, but can absorb magic projectiles using its internal mana pool,
equal to double the given power.
Mana cost: 0.8 * pow
vec, vec, num$() → Pops a number for power, a vector for direction and a vector for origin. Summons a line of fangs extending from the origin towards the given direction. Each fang can deal damage equal to power, capped at 20.
Count (n) = 5 + 0.5 * pow
Mana cost: 20 + 1.5 * pow^1.5 + 3 * n
vec, num$() → Pops a number for power, and a vector for origin. Summons concentric rings of fangs around the given point, with each fang dealing damage equal to power, capped at 20.
Rings (n) = 2 + pow / 3
Mana cost: 15 + 1.5 * pow^1.5 + 3 * n
position$() → Pops a block position. Searches the player’s inventory, starting from the offhand, then moving through each row in the inventory, starting from the top, from left to right, and finally searching the hotbar, from left to right. Places the first placeable item encountered,
or throws a logic error if a block-item is not found.
Mana cost: 5
vec, num, num$() → Pops a number for note, where the note can be anywhere from 0 to 24; pops a number for instrument, which can be between 0 and 21; and pops a vector for position.
Instruments:0: Harp1: Bass2: Snare3: Hat4: Base drum5: Bell6: Flute7: Chime8: Guitar9: Xylophone10: Iron Xylophone11: Cow Bell12: Didgeridoo13: Bit14: Banjo
15: Pling16: Skeleton17: Wither Skeleton18: Zombie19: Creeper20: Piglin21: Ender Dragon
Mana cost: 1