Hexahere

Quick rating

Community listing page, reviews here may not be monitored by the author.

Hexahere

No reviews yet

Small utils for hexcasting (Math, vectors, and shortcuts)

Mod Loaders
Minecraft

About

Description

Hexcasting addon for helpers that would be extremely verbose otherwise. Made to be interoperable with other mods, and originally made for my personal modpack!

Media cost balancing is in the works. IMO, it should cost at least as much as a minimal "vanilla"-mod implementation + some amount per X hexes used. If you have suggestions, please open an issue!

DOCS: https://astroorbis.github.io/Hexahere/v/latest/main/en_us/

Current Additions

Math

  • Orthovec: Returns the vector (-1.0, 0, 1.0)
  • Cartesian, Cartesian2: Returns the cartesian product of two or three lists respectively

Type stuff

  • List2Vec / Vec2List: Turns 3-length lists into vectors, and vice-versa