TeekasPaste

Quick rating

TeekasPaste

No reviews yet

A powerful import/export tool for Hex Casting. Seamlessly transfer spells via clipboard, auto-build 2D/3D magic circles, and save patterns in a personal dictionary!

Magic
QoL & Tweaks
Mod Loaders
Forge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
teekaspaste-forge-0.1.3+1.20.1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

TeekasPaste

The Ultimate Import/Export & Automation Tool for Hex Casting!

Tired of manually drawing complex spells block by block? Want to easily share your Hex Casting spells on Discord or save them in Notepad? TeekasPaste is a powerful quality-of-life addon for Hex Casting that allows you to seamlessly transfer spells between your system clipboard and the game, automatically build Magic Circles, instantly craft Artifacts, and much more!


Key Features

  • Seamless Clipboard Import/Export: Copy a spell text from anywhere (Discord, browser, text editor) and instantly turn it into a Focus, Artifact, or cast it!
  • Auto-Building Magic Circles: Automatically generate 2D and 3D ritual circles (Slates) in the world from your clipboard with a single command.
  • Smart Parser: Understands raw angles (EAST qweasd), translated pattern names (Mind's Reflection, get_caster), numbers (5.5), vectors (1, 2, 3), booleans, and masks!
  • Multiple Formats: Export spells in pretty (beautifully indented), short (compact, one-line), or hexpattern (HexDebug compatible) formats.
  • Personal Dictionary: Save your favorite spells directly in the game to use them anytime without minimizing Minecraft.
  • Massive Addon Compatibility: Natively parses and understands iotas from MoreIotas, Hexal, Hexcellular, Hexpose, Oneironaut, and Ephemera.

Commands

Base commands: /teekaspaste, /ts, or /mg.

Reading Spells

  • /ts read (or /ts r) — Reads the spell from the item in your main hand (Focus, Spellbook, etc.), copies it to your clipboard with beautiful indentation, and prints a short version in chat to prevent spam.
  • /ts read short — Copies the spell as a compact, single-line string.
  • /ts read hexpattern — Copies the spell in a format fully compatible with the .hexpattern / HexDebug tools (e.g., Numerical Reflection: 5, Bookkeeper's Gambit: v-v).
  • /ts read raw — Copies the spell in a raw angle format (EAST qweasd WEST) Convert spell to text and write it to the notepad. gif

Writing & Casting

If [name] is provided, the spell is loaded from your Personal Dictionary. Otherwise, it is automatically read from your system clipboard.

  • /ts focus [name] (/ts f) — Gives you a new Focus containing the spell.
  • /ts artifact [name] (/ts a) — Gives you a new Artifact containing the spell. Automatically charges it with 640 Dust!
  • /ts write [name] (/ts w) — Writes the spell directly into the data-holder item in your hand (focus, artifact, ect.).
  • /ts cast [name] (/ts c) — Instantly queues and casts the spell.

Convert text to spell and from the notepad. gif

Magic Circles (Ritual Auto-Builders)

  • /ts circle [name] — Gives you a set of individual Slates in your inventory containing the spell patterns.
  • /ts circle_build <size> [name] — Automatically builds a flat 2D Magic Circle of Slates on the ground around you. Leaves exactly one empty corner for your Impetus (Activator). If the <size> is too small, it will calculate the correct size automatically!
  • /ts circle_3d_build <n> <m> <h> [name] — Builds an advanced 3D Magic Circle (a hollow cube of Slates) of the specified dimensions. Perfect for rituals that require constructing physical 3D objects inside them!

Convert text to 3d spell circle, gif

Personal Dictionary & Utilities

  • /ts add <name> — Saves the spell currently in your clipboard to your personal dictionary.
  • /ts del <name> — Removes a spell from your dictionary.
  • /ts doc — Prints a quick syntax guide to chat and copies it to your clipboard.
  • /ts dump — Copies a list of all registered patterns (in-game name -> code name) to your clipboard.

Syntax Examples

You can write your spells using human-readable text. The parser is smart enough to understand commas, spaces, line breaks, and comments!

Example (Short):

get_caster, num_5, blink

Example (Pretty with nested lists and comments):

(
    get_caster,
    print             // prints caster to chat
)
eval

Example (HexPattern compatibility):

Mind's Reflection
Compass' Purification
Numerical Reflection: 5
Bookkeeper's Gambit: v-

TeekasPaste

The Ultimate Import/Export & Automation Tool for Hex Casting!

Tired of manually drawing complex spells block by block? Want to easily share your Hex Casting spells on Discord or save them in Notepad? TeekasPaste is a powerful quality-of-life addon for Hex Casting that allows you to seamlessly transfer spells between your system clipboard and the game, automatically build Magic Circles, instantly craft Artifacts, and much more!


Key Features

  • Seamless Clipboard Import/Export: Copy a spell text from anywhere (Discord, browser, text editor) and instantly turn it into a Focus, Artifact, or cast it!
  • Auto-Building Magic Circles: Automatically generate 2D and 3D ritual circles (Slates) in the world from your clipboard with a single command.
  • Smart Parser: Understands raw angles (EAST qweasd), translated pattern names (Mind's Reflection, get_caster), numbers (5.5), vectors (1, 2, 3), booleans, and masks!
  • Multiple Formats: Export spells in pretty (beautifully indented), short (compact, one-line), or hexpattern (HexDebug compatible) formats.
  • Personal Dictionary: Save your favorite spells directly in the game to use them anytime without minimizing Minecraft.
  • Massive Addon Compatibility: Natively parses and understands iotas from MoreIotas, Hexal, Hexcellular, Hexpose, Oneironaut, and Ephemera.

Commands

Base commands: /teekaspaste, /ts, or /mg.

Reading Spells

  • /ts read (or /ts r) — Reads the spell from the item in your main hand (Focus, Spellbook, etc.), copies it to your clipboard with beautiful indentation, and prints a short version in chat to prevent spam.
  • /ts read short — Copies the spell as a compact, single-line string.
  • /ts read hexpattern — Copies the spell in a format fully compatible with the .hexpattern / HexDebug tools (e.g., Numerical Reflection: 5, Bookkeeper's Gambit: v-v).
  • /ts read raw — Copies the spell in a raw angle format (EAST qweasd WEST) Convert spell to text and write it to the notepad. gif

Writing & Casting

If [name] is provided, the spell is loaded from your Personal Dictionary. Otherwise, it is automatically read from your system clipboard.

  • /ts focus [name] (/ts f) — Gives you a new Focus containing the spell.
  • /ts artifact [name] (/ts a) — Gives you a new Artifact containing the spell. Automatically charges it with 640 Dust!
  • /ts write [name] (/ts w) — Writes the spell directly into the data-holder item in your hand (focus, artifact, ect.).
  • /ts cast [name] (/ts c) — Instantly queues and casts the spell.

Convert text to spell and from the notepad. gif

Magic Circles (Ritual Auto-Builders)

  • /ts circle [name] — Gives you a set of individual Slates in your inventory containing the spell patterns.
  • /ts circle_build <size> [name] — Automatically builds a flat 2D Magic Circle of Slates on the ground around you. Leaves exactly one empty corner for your Impetus (Activator). If the <size> is too small, it will calculate the correct size automatically!
  • /ts circle_3d_build <n> <m> <h> [name] — Builds an advanced 3D Magic Circle (a hollow cube of Slates) of the specified dimensions. Perfect for rituals that require constructing physical 3D objects inside them!

Convert text to 3d spell circle, gif

Personal Dictionary & Utilities

  • /ts add <name> — Saves the spell currently in your clipboard to your personal dictionary.
  • /ts del <name> — Removes a spell from your dictionary.
  • /ts doc — Prints a quick syntax guide to chat and copies it to your clipboard.
  • /ts dump — Copies a list of all registered patterns (in-game name -> code name) to your clipboard.

Syntax Examples

You can write your spells using human-readable text. The parser is smart enough to understand commas, spaces, line breaks, and comments!

Example (Short):

get_caster, num_5, blink

Example (Pretty with nested lists and comments):

(
    get_caster,
    print             // prints caster to chat
)
eval

Example (HexPattern compatibility):

Mind's Reflection
Compass' Purification
Numerical Reflection: 5
Bookkeeper's Gambit: v-

Screenshots

Gallery

  • Creating an artifact from a text document
    Creating an artifact from a text document Creating an artifact from a text document
  • 2D magic circle made with 1 command
    2D magic circle made with 1 command 2D magic circle made with 1 command
  • 3D magic circle made with 1 command
    3D magic circle made with 1 command 3D magic circle made with 1 command
  • Creating a 3D magic circle with 1 command
    Creating a 3D magic circle with 1 command Creating a 3D magic circle with 1 command
  • Reading spell from artifact
    Reading spell from artifact Reading spell from artifact
  • Reading spell from artifact
    Reading spell from artifact
  • Creating a 3D magic circle with 1 command
    Creating a 3D magic circle with 1 command
  • 3D magic circle made with 1 command
    3D magic circle made with 1 command
  • Creating an artifact from a text document
    Creating an artifact from a text document
  • 2D magic circle made with 1 command
    2D magic circle made with 1 command

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works