Back to mods
Trickster project artwork

CurseForge · Minecraft mod

Trickster

Learn magic and create spells from scratch. The only limit is your creativity!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Trickster release should I use?

Updated 7 days ago
beta file 2.0.0-beta.51 for 1.21.1
Game version 1.21.1
Loader Fabric

Trickster 2.0.0-beta.51 for 1.21.1 targets 1.21.1 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 9 required mods have matching files.

Where it goes

Is Trickster required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Trickster 2.0.0-beta.51 for 1.21.1 need?

2.0.0-beta.51 for 1.21.1. Change the file and its required mods may change too.

All 9 required mods have matching files

Install oωo (owo-lib), Lithostitched, Lavender API, Accessories and 5 more first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

9 listed on this file 2 pulled in by those mods
oωo (owo-lib) Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: [1.21+] oωo - 0.12.15.4+1.21
Lithostitched Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: v1.8.0+beta5 ~ Fabric 21.1
Lavender API Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: [1.21+] Lavender - 0.1.15
Accessories Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: [1.21.1] Accessories [Fabric] - 1.1.0
CICADA Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: 0.14.3 for 1.21 to 1.21.1
Inline Optional for Trickster 2.0.0-beta.51 for 1.21.1
optional
Matching file found Matched file: Inline 1.21.1-1.2.2 [Fabric]
Fabric API Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: [1.21.1] Fabric API 0.116.15+1.21.1
oωo (owo-lib) Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: 0.13.0-alpha.15+1.21
Lavender Needed by Trickster 2.0.0-beta.51 for 1.21.1
required
Matching file found Matched file: 0.1.15+1.21
oωo (owo-lib) Needed by Lavender
pulled in
Matching file found Matched file: 0.12.15.4+1.21

2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Trickster without breaking your instance.

Built for Trickster 2.0.0-beta.51 for 1.21.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 2.0.0-beta.51 for 1.21.1. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install oωo (owo-lib), Lithostitched, Lavender API, Accessories and 5 more first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 2.0.0-beta.51 for 1.21.1. It opens that exact file at the source.

About this project

What does Trickster add?

Trickster

discord-plural kofi-singular fabric-api fabric-api

Trickster is an esolang-based magic mod loosely inspired by Hex Casting. Equipped with a book written by an ancient arcane scholar, learn to compose spells which create magical effects as simple or complex as you want.

A simple spell

So what can I make?

Yes.

The spells you can compose are made in a turing-complete tree-like structure, offering complete freedom in creating the results you want. Spells can do literally anything you can imagine*!

*Assumes your imagination is limited by the scope of available glyphs. Library inc. takes no responsibility for overactive imagination or other forms of undue creativity.

A persistent multi-core spell construct

That's a pretty bold statement isnt it?

Yes it is, but we don't think its unfounded.

For one, spells will not stop casting until they are complete, which can, in fact, be never! Spells run concurrently with the rest of the game and can be saved to and loaded from disk at any moment, just like everything else in Minecraft. This means you can leave a spell running, log out, come back two days later, and have it continue where you left off.

But also, spells can be infinitely big and complex. While there is a limit to the speed spells execute at (to avoid straining the server) the spell itself can be as convoluted or as simple as you want!

So how do I begin?

Well, we've made that part pretty easy.

All patterns, items, and blocks are documented in The Teacher's Language by Areli Haron, one of the few remnants of an ancient civilization proficient in the arcane. As you discover more about the world, notes will be added to the book reflecting on those discoveries.

If preferred, there is also a web book at trickster.ing.

Documentation

What else can I expect?

As any good magic mod should, we provide a solid selection of tools and trinkets to facilitate spell composition and casting.

A few of the available toys

Functional as in Functional Programming

For the more programming-minded, the spellcasting system in this mod can be described as tree-based functional programming, most closely resembling a Lisp. This means a few things:

  • Data is immutable.
  • Recursion is not only possible, but also the main way to achieve loop-like behaviour.
    • Which also means infinite (and even mutual!) recursion via Tail-Call Optimization.
  • Data can only move up the tree from one node to the next.
    • Though various flow control options exist to overcome this limitation.

This combines with other functional paradigms to create a very clean, but powerful scripting language.

Credits

Some of the item textures are courtesy of @midnightcartridge on Discord.

Thanks to @crephan as well for help with a bunch of item textures and models.

This mod was originally made for Modfest: Carnival, but has since been further developed far beyond its original scope.

Project description from CurseForge.

Pick your setup

Trickster by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Trickster versions and loaders

101 of 101 releases match

Looking for an older file? The official CurseForge project page is in Resources.