Skip to content

StellarWitch7/ram

Repository files navigation

Random Access Mind

A simple add-on for Trickster that implements an alternative to the Crow Mind. The Random Access Mind provides the caster with twelve slots where they may store any fragment, managed using an allocation system. This allows for multiple concurrent spells to store semi-persistent arbitrary data without conflict. Of course, just like the Crow Mind, data does not persist beyond death.

In addition to Trickster, this mod depends on libstellar, my personal Kotlin library for making Fabric mods.

Other additions

Versions 2.0.0 and up include more than just RAM, providing other fun things such as world-space fragment storage and a handful of tricks for dealing with the unmentioned pattern fragments.