This is the online version of the Hexahere 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.

Patterns and actions that perform a magical effect on the world.

BedrockHH Math

Cartesian (list, list → list)

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

Returns the cartesian product of 2 lists


Cartesian (3) (list, list, list → list)

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

Returns the cartesian product of 3 lists


Range (num, num → list)

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

Returns the inclusive range between two integers as a list of floats


Range From Zero (num → list)

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

Returns the inclusive range between 0 and the provided integer.


Orthogonal Vector (→ vec)

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

Returns the vector (-1, 0, 1)


BedrockHH Types

List to Vector (list → vec)

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

Converts a list of 3 numbers to a vector


Vector to List (vec → list)

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

Converts a vector to a list of 3 numbers