This is the online version of the Complex Hex documentation.

This page is built from the latest code on GitHub. It may describe newer features that you may not necessarily have, even on the latest Modrinth/CurseForge version!

Entries which are blurred are spoilers. Click to reveal them, but be aware that they may spoil endgame progression. Alternatively, click here to get a version with all spoilers showing.

A list of all the patterns I've discovered, as well as what they do.

Raw IronMiscellaneous Complexes

UTF Purification (num/string → string/num)

Your browser does not support visualizing patterns. Pattern code: eawdwae

Swaps between a string of a single character and an integer representing that character.
Uses the UTF-16 character map.


Glass BottleBubbles

Bubbles' Purification (any → {any})

Your browser does not support visualizing patterns. Pattern code: qdqdqdqdqdq

Pushes a Bubbled Iota, which when popped via execution (by Hermes' or the likes), will push the contained iota to the stack.


This is a collection of transcripts from a (now defunct) "Mathematics Corps". I'm not sure what use these have, but I would like to know what the researchers were on whilst writing them.

Phantom MembraneComplexities

Constant Imagination (→ complex)

Your browser does not support visualizing patterns. Pattern code: wqq

Pushes 0 + 1i to the stack.


Constant Realisation (→ complex)

Your browser does not support visualizing patterns. Pattern code: wqqa

Pushes 1 + 0i to the stack.


Additive Distillation (complex, complex/num → complex)

Your browser does not support visualizing patterns. Pattern code: waaw

Performs Addition, num will be treated as num + 0i.


Subtractive Distillation (complex, complex/num → complex)

Your browser does not support visualizing patterns. Pattern code: wddw

Performs Subtraction, num will be treated as num + 0i.


Multiplicative Dstl. (complex, num → complex)

Your browser does not support visualizing patterns. Pattern code: waqaw

Performs Multiplication


Division Dstl. (complex, num → complex)

Your browser does not support visualizing patterns. Pattern code: wdedw

Performs Scalar Division.


Length Purification (complex → num)

Your browser does not support visualizing patterns. Pattern code: wqaqw

Pushes the Argument (the length).


Power Distillation (num, complex → complex)

Your browser does not support visualizing patterns. Pattern code: wedew

Performs Exponentiation.


Realising Complexities (complex → num)

Your browser does not support visualizing patterns. Pattern code: deew

Pushes the real coefficient.


Imagining Complexities (complex → num)

Your browser does not support visualizing patterns. Pattern code: eew

Pushes the imaginary coefficient.


Conjugation Prfn. (complex → complex)

Your browser does not support visualizing patterns. Pattern code: wqqd

Negates the imaginary coefficient of the topmost iota


Redstone DustLongs

Whilst normal numbers in the form of doubles are extremely useful in all sorts of cases, there come many times where they're just not precise enough.
To this end, longs are used. Despite their limitations (such as only storing integers, and a lower maximum value), longs are still useful due to this granularity, each bit of them can be manipulated freely without worry for imprecision.


Long Reflection (→ long)

Your browser does not support visualizing patterns. Pattern code: awdedwaaw Your browser does not support visualizing patterns. Pattern code: dwaqawddw

Just like with normal numbers, Nature is not so generous as to make this easy for us.
(Details on next page)


Thankfully, what each angle does to the count is very similar to the norm, the only differences being:

a sharp left will shift the bits in the count to the left (effectively doubling them)

a sharp right will shift the bits in the count to the right (effectively halving them*)

* Due to a long's inability to contain a decimal, the value will always be rounded down.


Example: 43L

Your browser does not support visualizing patterns. Pattern code: awdedwaaweewaw

This pattern pushes 43L: (10 + 10 + 1) * 2 + 1 = 43


Long Purification (num/long → long/num)

Your browser does not support visualizing patterns. Pattern code: wawdedwaaw

Converts between doubles and longs
Always truncates the value when converting to long


Additive Distillation (long, long → long)

Your browser does not support visualizing patterns. Pattern code: waaw

Perform Addition


Subtractive Distillation (long, long → long)

Your browser does not support visualizing patterns. Pattern code: wddw

Perform Subtraction


Multiplicative Dstl. (long, long → long)

Your browser does not support visualizing patterns. Pattern code: waqaw

Perform Multiplication


Division Dstl. (long, long → long)

Your browser does not support visualizing patterns. Pattern code: wdedw

Perform Floored Division


Conjunction Distillation (long, long → long)

Your browser does not support visualizing patterns. Pattern code: wdw

Perform Bitwise AND


Disjunction Distillation (long, long → long)

Your browser does not support visualizing patterns. Pattern code: waw

Perform Bitwise OR


Negation Purification (long, long → long)

Your browser does not support visualizing patterns. Pattern code: dw

Perform Bitwise NOT


Exclusion Distillation (long, long → long)

Your browser does not support visualizing patterns. Pattern code: dwa

Perform Bitwise XOR


Left Shift Distillation (long, num → long)

Your browser does not support visualizing patterns. Pattern code: qqae

Shifts all the bits to the left num times


Logical Right Shift Dstl. (long, num → long)

Your browser does not support visualizing patterns. Pattern code: eaqqdee

Shifts all the bits to the right num times


Arithmetic R. Shift Dstl. (long, num → long)

Your browser does not support visualizing patterns. Pattern code: eaqq

Shifts all the bits to the right num times while preserving the sign


Heart of the SeaQuaternionics

Quaternionic Exal. (num, vec → quaternion)

Your browser does not support visualizing patterns. Pattern code: waqqqqqe

Pushes a Quaternion with num as the real coefficient and the vector's x, y, & z as the coefficients of i, j & k respectively.


Quaternionic Dntg. (quaternion → num, vec)

Your browser does not support visualizing patterns. Pattern code: wdeeeeeq

Pushes the real coefficient and a vector where the x, y, & z components are the coefficients of i, j, & k respectively.


Quaternionic Rfln.: 1 (→ quaternion)

Your browser does not support visualizing patterns. Pattern code: waqqqqqea

Pushes 1 + 0i + 0j + 0k to the stack.


Quaternionic Rfln.: i (→ quaternion)

Your browser does not support visualizing patterns. Pattern code: waqqqqqeq

Pushes 0 + 1i + 0j + 0k to the stack.


Quaternionic Rfln: j (→ quaternion)

Your browser does not support visualizing patterns. Pattern code: waqqqqqee

Pushes 0 + 0i + 1j + 0k to the stack.


Quaternionic Rfln: k (→ quaternion)

Your browser does not support visualizing patterns. Pattern code: waqqqqqed

Pushes 0 + 0i + 0j + 1k to the stack.


Additive Distillation (qtrn, qtrn → quaternion)

Your browser does not support visualizing patterns. Pattern code: waaw

Performs Addition


Subtractive Distillation (qrtn, qtrn → quaternion)

Your browser does not support visualizing patterns. Pattern code: wddw

Performs Subtraction


Multiplicative Dstl. (quaternion, num → quaternion)

Your browser does not support visualizing patterns. Pattern code: waqaw

Performs Multiplication, Scalar if a num & quat are given, Hamiltonian if 2 quaternions are given.


Division Dstl. (quaternion, num → quaternion)

Your browser does not support visualizing patterns. Pattern code: wdedw

Performs Scalar Division.


Length Purification (quaternion → num)

Your browser does not support visualizing patterns. Pattern code: wqaqw

Pushes the Argument (the length).


Quaterionic Prfn.: 1 (quaternion → num)

Your browser does not support visualizing patterns. Pattern code: wdeeeeeqa

Pushes the coefficient of 1.


Quaterionic Prfn.: i (quaternion → num)

Your browser does not support visualizing patterns. Pattern code: wdeeeeeqq

Pushes the coefficient of i.


Quaterionic Prfn.: j (quaternion → num)

Your browser does not support visualizing patterns. Pattern code: wdeeeeeqe

Pushes the coefficient of j.


Quaterionic Prfn: k (quaternion → num)

Your browser does not support visualizing patterns. Pattern code: wdeeeeeqd

Pushes the coefficient of k.


Quaternionic Inverse (quaternion → quat)

Your browser does not support visualizing patterns. Pattern code: waqqqqqew

Negates the coefficients of i, j, & k


Matrixification (quaternion → matrix)

Your browser does not support visualizing patterns. Pattern code: wdeeeeeqeawwaeaww

Pushes a matrix that (should) represent the same rotation as the quaternion


Quaterniation (matrix → quaternion)

Your browser does not support visualizing patterns. Pattern code: waqqqqqeeawwaeaww

Pushes a quaternion that (should) reperesent the same rotation as the matrix


Axis Angle Distillation (vec, num → quaternion)

Your browser does not support visualizing patterns. Pattern code: waqqqqqedaqqqa

Pushes a quaternion that reperesents a rotation by the given angle num radias around the given vector.


The spells catalogued here are purported to be of legendary difficulty and power. They seem to have been recorded only sparsely (for good reason, the texts claim). It's probably just the ramblings of extinct traditionalists, though -- a pattern's a pattern.

What could possibly go wrong?

Oak SignBIT Manipulation

These are patterns to manipulate Block, Item, and Text Displays (BITs for short).

Oddly, Scout's Distillation does not seem to work on these, thus I must depend on Entity Prfn. or Zone Dstn.


Summon Block Display (vector, string →)

Your browser does not support visualizing patterns. Pattern code: wqwqwqwqwqwawqaqqqqqe

Summons a Block Display entity at the given position, displaying the given block. (The string must be the internal name i.e "minecraft:dirt", not "Dirt").
Costs about a Charged Amethyst


Summon Item Display (vector, string →)

Your browser does not support visualizing patterns. Pattern code: wqwqwqwqwqwaqedeaaedeq

Summons an Item Display entity at the given position, displaying the given item (The string must be the internal name i.e "minecraft:stick", not "Stick").
Costs about a Charged Amethyst


Summon Text Display (vector, string →)

Your browser does not support visualizing patterns. Pattern code: wqwqwqwqwqwawaaqawdeddw

Summons a Text Display entity at the given position, displaying the given string. Costs about a Charged Amethyst


Entity Purification: BIT (vector → entity)

Your browser does not support visualizing patterns. Pattern code: qqwwewewewewewwqqdaqaaww

Transform the position on the stack into the BIT at that location (or Null if there isn't one)


Zone Distillation: BIT (vector, number → [entity])

Your browser does not support visualizing patterns. Pattern code: qqwwewewewewewwqqwdeddww

Take a position and a maximum distance on the stack, and combine them into a list of BIT's near the position.


Zone Distillation: Not BIT (vector, number → [entity])

Your browser does not support visualizing patterns. Pattern code: eewwqwqwqwqwqwweewaqaaww

Take a position and a maximum distance on the stack, and combine them into a list of non-BIT's near the position.


Translate BIT (BIT, vec →)

Your browser does not support visualizing patterns. Pattern code: wqwqwqwqwqwawwaqaeaqe

Translates the BIT to the given offset.


Rotate BIT (BIT, quat →)

Your browser does not support visualizing patterns. Pattern code: wqwqwqwqwqwaqeeeeedww

Rotates the BIT to the given Quaternion.


Scale BIT (BIT, vec →)

Your browser does not support visualizing patterns. Pattern code: wqwqwqwqwqwawwaawaawa

Scales the BIT to the given vector.


Kill BIT (BIT →)

Your browser does not support visualizing patterns. Pattern code: wqwqwqwqwqwaqdwddwdq

Kills & removes the given BIT.