Function

Raising the enclosure

The circle raises the terrain around it one layer at a time, forming the walls of an enclosure.

Protected blocks and blocks that store data are left unchanged.

Completion and limits

The circle completes ENCLOSURE_BARRIER_RADIUS - 1 layers, then removes itself. The raised terrain remains.

Mana

Cost: ENCLOSURE_BARRIER_MANA_COST mana per stage.

Payment cycle: One stage every ENCLOSURE_BARRIER_CYCLE ticks.

Nearby Mana Circuits are used before personal mana. Failed payments are retried.

Redstone

Enclosure Boundary changes terrain once and has no ongoing redstone control.

Configuration

SettingDefaultRangeEffect
ENCLOSURE_BARRIER_MANA_COSTmahoutsukai-server.tomlboundaryenclosure200–100000000 mana per layerMana required for each stage of Enclosure Boundary raising terrain.
ENCLOSURE_BARRIER_CYCLEmahoutsukai-server.tomlboundaryenclosure200–100000000 ticksTicks between Enclosure Boundary layer attempts.
ENCLOSURE_BARRIER_RADIUSmahoutsukai-server.tomlboundaryenclosure50–100000000 blocksHorizontal radius and basis for the number of Enclosure Boundary layers.