Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stellarwitch7/ram
An alternative Crow Mind for Trickster.
https://github.com/stellarwitch7/ram
addon fabric fabric-mod fabricmc fabricmc-mod java magic minecraft minecraft-fabric-mod minecraft-mod mod-addon modding modding-games scala trickster trickster-addon utility
Last synced: 7 days ago
JSON representation
An alternative Crow Mind for Trickster.
- Host: GitHub
- URL: https://github.com/stellarwitch7/ram
- Owner: StellarWitch7
- License: mit
- Created: 2024-08-17T22:05:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T20:38:15.000Z (7 days ago)
- Last Synced: 2024-10-30T21:27:15.494Z (7 days ago)
- Topics: addon, fabric, fabric-mod, fabricmc, fabricmc-mod, java, magic, minecraft, minecraft-fabric-mod, minecraft-mod, mod-addon, modding, modding-games, scala, trickster, trickster-addon, utility
- Language: Scala
- Homepage: https://modrinth.com/mod/random-access-mind
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Access Mind
A simple add-on for [Trickster](https://github.com/enjarai/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](https://github.com/StellarWitch7/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.