Function

Creating the lake

Every POWER_CONSOLIDATION_LAKE_CYCLE ticks, the completed circle spends POWER_CONSOLIDATION_LAKE_MANA_COST to expand the lake beneath it. The interval has a minimum of 1 tick. Nearby Mana Circuits supply this cost before the caster's mana.

Each successful cycle replaces eligible blocks below the circle with Murky Water and dirt as the lake expands. The circle removes itself after reaching its configured growth limit, but the resulting lake remains. POWER_CONSOLIDATION_FOG_RADIUS controls how close a player must be before the lake's fog begins to appear.

Transforming a sword

Use the Drop Item control to toss an enchanted sword into the Murky Water.

The sword must be allowed by the Power Consolidation list, the connected lake must exceed POWER_CONSOLIDATION_LAKE_THRESHHOLD, and the owner must be able to pay POWER_CONSOLIDATION_SWORD_MANA_COST.

A successful transformation consumes the offered sword and launches the new Caliburn at the center of the lake.

Damage

POWER_CONSOLIDATION_NERF_FACTOR removes a share of the damage gained from enchantments. Caliburn's innate cap and POWER_CONSOLIDATION_ATTACK_CAP then limit the result. Enchanting and consolidating Caliburn again repeats the process and restores its durability.

Innate cap tiers

Nearby items matching POWER_CONSOLIDATION_TIER_UPGRADE_ITEM raise the possible innate cap. They are counted and consumed during a valid transformation.

POWER_CONSOLIDATION_TIERS assigns higher caps as more upgrade items are supplied. Reconsolidation preserves or raises an existing Caliburn's cap.

Troubleshooting

If a sword is ignored, check that it is enchanted, was tossed with the Drop Item control, is allowed by the lists, and sits in enough connected Murky Water.

The transformation cost is paid only when the new Caliburn is spawned, so also verify that the sword's owner still has the required mana.

Configuration

SettingDefaultRangeEffect
POWER_CONSOLIDATION_SWORD_MANA_COSTmahoutsukai-server.tomlpower consolidation50000–100000000 mana per transformationMana charged to the dropped sword's owner when a valid transformation produces Caliburn.
POWER_CONSOLIDATION_LAKE_MANA_COSTmahoutsukai-server.tomlpower consolidation300–100000000 mana per growth cycleMana required for each successful expansion of a Power Consolidation lake.
POWER_CONSOLIDATION_LAKE_CYCLEmahoutsukai-server.tomlpower consolidation201–100000000 ticksInterval between lake growth attempts and checks for dropped swords.
POWER_CONSOLIDATION_LAKE_RADIUSmahoutsukai-server.tomlpower consolidation120–100000000 blocksGrowth limit used while the Power Consolidation circle expands its lake.
POWER_CONSOLIDATION_LAKE_THRESHHOLDmahoutsukai-server.tomlpower consolidation1500–100000000 connected Murky Water blocksThe connected lake must contain more than this many Murky Water blocks before it can transform a sword.
POWER_CONSOLIDATION_NERF_FACTORmahoutsukai-server.tomlpower consolidation0.60–100000000Share of the offered sword's attack increase from enchantments removed during consolidation. Zero retains it; one removes it entirely.
POWER_CONSOLIDATION_ATTACK_CAPmahoutsukai-server.tomlpower consolidation50000000–100000000 attack damageGlobal upper limit applied to Caliburn and Morgan's stored attack damage, in addition to each sword's innate cap.
POWER_CONSOLIDATION_FOG_RADIUSmahoutsukai-server.tomlpower consolidation80–100000000 blocksDistance from Murky Water at which its lake fog begins to render. Large values can reduce client performance.
POWER_CONSOLIDATION_BLACKLISTmahoutsukai-server.tomlpower consolidation["mahoutsukai:clarent","mahoutsukai:morgan"]Sword item IDs rejected by Power Consolidation when blacklist mode is enabled, or the only accepted sword IDs when blacklist mode is disabled.
POWER_CONSOLIDATION_CALIBURN_BLACKLIST_TOGGLEmahoutsukai-server.tomlpower consolidationtrueWhen true, POWER_CONSOLIDATION_BLACKLIST rejects matching swords. When false, that list acts as an allowlist and rejects nonmatching swords.
POWER_CONSOLIDATION_PROJECTIONS_ALLOWEDmahoutsukai-server.tomlpower consolidationfalseControls whether projected Caliburns may be used as inputs for creating another Caliburn or Morgan.
POWER_CONSOLIDATION_TIERSmahoutsukai-server.tomlpower consolidation[100,150,200,250,300,350,400,500,600,700,800,950,1100,1251,1452,1653,1904,2155,2457,2809,3211,3664,4167,4721,5325,6030,6836,7742,8749,9857,11116,12528,14141,15956,17972,20240,22812,25736,29013,32694,36829,41518,46763,52663,59320,66834,75306,84838,95580,107634,121251,136584,153833,173251,195141,219755,247495,278716,313871,353465,398053,448290,504832,568536,640260,721014,811957,914349,1029654,1159535,1305759,1470444,1655911,1864731,2099881,2364689,2662889,2998717,3376864,3802727,4282259,4822269,5000000]Ordered list of innate damage caps. The number of nearby upgrade items consumed selects the list index, capped at the final entry.
POWER_CONSOLIDATION_TIER_UPGRADE_ITEMmahoutsukai-server.tomlpower consolidation["minecraft:nether_star"]Item IDs counted and consumed within 10 blocks of a sword during consolidation to select its innate cap tier.
POWER_CONSOLIDATION_UNSOCKETS_APOTH_GEMSmahoutsukai-server.tomlintegrationtrueWhen Apotheosis is present, explicitly removes its socketed gems from the copy used to measure the offered sword's unenchanted damage.
CALIBURN_FUN_REQUIREDmahoutsukai-server.tomlpower consolidationfalseRequires the configured Mandated Fun tasks to be completed before a player can create Caliburn.
CALIBURN_MANDATORY_FUN_REQUIREMENTSmahoutsukai-server.tomlpower consolidation["EMRYS_HIT_PHANTOM","SHOOT_A_SWORD","SPATIAL_THROW_SOMETHING","BORROWED_AUTHORITY_PUNCH","BUTTERFLY_FUTURE_BLOCK_REMOVE","GEAS_PICKUP_CANCEL","CREEPER_BINDING_EYES","CREEPER_POSSESSION","NOBU_FIRE_SQUAD","SWAP_TWO_THINGS"]Selects which Mandated Fun tasks must be completed when the Caliburn gate is enabled.
POWER_CONSOLIDATION_RETRO_FOG_FIXmahoutsukai-server.tomlpower consolidationfalseEnables Murky Water repair behavior for old worlds that already contain the fluid.