Back to mods
SuperTiC project artwork

CurseForge · Minecraft mod

SuperTiC

Adds Potion Effects to TConstruct Tools

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

Quick answer

Which SuperTiC release should I use?

Updated 7 years ago
beta file SuperTic-2.1.0.jar
Game version 1.12.2
Loader Not required

SuperTic-2.1.0.jar targets 1.12.2. The project page does not say whether this file belongs on the client, dedicated server, or both. 1 required mod needs a matching file.

Where it goes

Is SuperTiC 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 No loader listed
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 SuperTic-2.1.0.jar need?

SuperTic-2.1.0.jar. Change the file and its required mods may change too.

1 required mod needs a matching file

Install Tinkers Construct first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add SuperTiC without breaking your instance.

Built for SuperTic-2.1.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use SuperTic-2.1.0.jar. It targets 1.12.2; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Tinkers Construct first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.

  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 SuperTic-2.1.0.jar. It opens that exact file at the source.

About this project

What does SuperTiC add?

I wanted to add Potion Effects to TConstruct tools and I wanted it to be as configurable as possible, so I made this mod.

SuperTic adds an additional trait to each TConstruct tool material, what it does is configurable in a xml- file. Right now there are three different possibilitys:

  • An effect gets applied when an entity is hit

  • An effect is applied when damage is blocked

  • An effect is applied when a block is mined

More is comming soon, please make reasonable suggestions :)

The config works as following:

<effects>

<material name="cobalt"> // The specified material

//When attacking has a 1 in 5 chance to apply haste I for a duration of 200 ticks to the player

<attack id="minecraft:haste" amp="1" dur="200", chance="5" player="true">

//When blocking has a 1 in 7 chance to apply regeneration IV for a duration of 50 ticks to the attacking entity

<block id="minecraft:regeneration" amp="4" dur="50", chance="7" player="false">

//When mining has a 1 in 10 chance to apply speed II for a duration of 1000 ticks to the player

<mine id="minecraft:speed" amp="2" dur="1000", chance="10" >

</material>

<material name="ardite">

...

</material>

</effects>

You can also reload the config file by using the command /supertic reload and get all the material names by /supertic materials.

Feel free to use this in your modpack and have fun playing :)

Project description from CurseForge.

Pick your setup

SuperTiC 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

SuperTiC versions and loaders

5 of 5 releases match

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