Ars Controle
An addon for the Ars Nouveau mod that expands control capabilities over magical processes and systems.
Blocks
Warping Spell Prism

This unique prism allows redirecting magical projectiles to any point in the world, including travel between dimensions. Also supports integration with CC: Tweaked for creating complex automated systems (works only with block positions, not entities).
Scryer's Linkage
A special device that creates a connection between remote blocks, allowing mechanisms to interact with them at a distance. Supports transfer of items, liquids, energy, redstone, and other data types. For configuration, use a dominion wand first on the target block, then on the linking device itself.
Temporal Stability Sensor

This sensor tracks the level of temporal instability in the world. When connected to a comparator, it shows how close the server is to lagging — the higher the redstone signal, the higher the probability of performance issues. Perfect for automatically turning off farms when approaching critical values.
Warp Scroll Holder
Simplifies the creation and management of teleportation portals. Simply replace one of the portal blocks with a holder in the desired direction, place a teleportation scroll inside, and ensure a source of mana is available within a 10-block radius (Manhattan distance).
Items
Remote Control

Allows remote configuration of blocks and entities that typically require a dominion wand. Has two radial menus: one for selecting connection locking (first or second point) activated by holding Shift, the other — for selection mode (single or multiple) available without Shift.
To use, first crouch and activate the remote on the target object, then select other blocks or entities depending on the capabilities of the configured object. For example, selecting a storage lectern with last point locking allows easy linking of inventories, while selecting a starbuncle with first point locking — selecting multiple inventories for item dumping. To clear the target, simply click on air.
Portable Brazier Relay
Allows carrying ritual effects with you. Requires the ritual brazier to remain loaded and have a supply of source mana. Now you can take a flight ritual for free aerial movement, a sanctuary ritual for safer nighttime exploration, or a conjure island ritual just for fun — possibilities are limited only by your imagination.
Adaptive Filters
Special filters that modify or combine the behavior of other filters in various ways.
Unary Filters
Filter: NOT 
- Activates the spell only if the result of the next filter is false
Binary Filters
Filter: OR 
- Activates the spell if at least one of the next two filters is true
Filter: XOR 
- Activates the spell only if exactly one of the next two filters is true
Filter: XNOR 
- Activates the spell only if the results of both next filters are equal
Other Glyphs
Y-Level Filters
Filter: ABOVE 
- Activates the spell only above the caster
Filter: LEVEL 
- Activates the spell only at the caster's elevation
Filter: BELOW 
- Activates the spell only below the caster
Filter: RANDOM 
- Has a base activation chance of 50%. When amplified, overall chance will be
(100% - 50% / (2 ^ Amplification)). When dampened, overall chance will be(50% / (2 ^ Dampening))
Effect Glyphs
PRECISE DELAY 
- Delays the remaining part of the spell by
(2 ^ Extend Time)ticks