Loading...
Beta Modpages Unclaimed

SuperTiC

Adds Potion Effects to TConstruct Tools

0 Likes
287807 Downloads
Created by Zokonius

Description

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 :) 


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Tinkers' Complement

Addon for Tinkers Construct to bring compatibility and features that don't fit in the base mod.

ExtraTiC

Extra tools & weapons for tinkers' construct

TinkerStages

This mod hooks in to the GameStage API, and allows various aspects of Tinkers Construct to be put into progression stages.

Thermal Smeltery

Smelt your metals in the Magma Crucible for Molten Metals!