Back to mods
Set Effect project artwork

CurseForge · Minecraft mod

Set Effect

Allows modpack makers to apply an effect to players when wearing a full armour set

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

Quick answer

Which Set Effect release should I use?

Updated 7 years ago
Latest stable file seteffect-1.12.2-2.4.1.jar
Game version 1.12.2
Loader Forge

Set Effect seteffect-1.12.2-2.4.1.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is Set Effect 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 Forge
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 Set Effect seteffect-1.12.2-2.4.1.jar need?

seteffect-1.12.2-2.4.1.jar. Change the file and its required mods may change too.

All 1 required mods have matching files

Install CraftTweaker first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

2 listed on this file 1 pulled in by one of those mods
CraftTweaker Needed by Set Effect seteffect-1.12.2-2.4.1.jar
required
Matching file found Matched file: CraftTweaker2-1.12-4.1.20.699.jar
Game Stages Optional for Set Effect seteffect-1.12.2-2.4.1.jar
optional
Matching file found Matched file: GameStages-1.12.2-2.0.123.jar
Bookshelf Needed by Game Stages
pulled in
Matching file found Matched file: Bookshelf-1.12.2-2.3.590.jar

1 extra mod was pulled in by another dependency. 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 Set Effect without breaking your instance.

Built for Set Effect seteffect-1.12.2-2.4.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use seteffect-1.12.2-2.4.1.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install CraftTweaker first. We found matching files for this game-version and loader setup. 1 comes 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 seteffect-1.12.2-2.4.1.jar. It opens that exact file at the source.

About this project

What does Set Effect add?

{width=372 height=51}

Need a custom mod made for a reasonable price? Contact me!

{width=372 height=5}

Allows modpack makers to apply an effect to players when wearing a full armour set.

This mod requires Crafttweaker!
{width=372 height=5}

Right now, you can only add potion effects, but I want to expand this into more advanced functions in the future.

On it's own this mod has NO EFFECT and it must be customized with Crafttweaker for it to have any effect.

{width=372 height=5}

Please look at the documentation found on the wikibefore asking questions.

If you still need help, feel free to hop into my Discord server (linked below) and ask there, I'll be happy to help.
{width=372 height=5}

If you're looking for information on Set Effect 1.0, open the spoiler below.

Set Effect

Allows modpack makers to apply an effect to players when wearing a full armour set.

Right now, you can only add potion effects, but I want to expand this into more advanced functions in the future.


By default this mod adds the following behavior:

Wearing a full set of x will grant you the following effect:

Leather - Jump Boost

Gold - Haste

Chain - Speed

Iron - Fire resist

Diamond - Strength

These are only supposed to be examples, there's no specific reason I picked these effects, please customize to fit your modpack.


Config

This mod is designed to be used by modpack makers so it is highly configurable .


The JSON format

Each line of the config file represents one armor set, you will need tominify your json.

{
	"type": "diamond",
	"effects": [{
		"potion": "minecraft:strength",
		"amplifier": 0,
		"length": 10
	}]
}
 

Note how the effects section is an array, meaning you can add more than one effect per armor.

Example JSON:

The default leather armor config, apply jump boost 0 for 10 ticks.

{
	"type": "leather",
	"effects": [{
		"potion": "minecraft:jump_boost",
		"amplifier": 0,
		"length": 10
	}]
}

Wearing chainmail, apply level 1 speed and level 10 regeneration.

{
	"type": "chainmail",
	"effects": [{
			"potion": "minecraft:speed",
			"amplifier": 0,
			"length": 10
		},
		{
			"potion": "minecraft:regeneration",
			"amplifier": 10,
			"length": 100
		}
	]
}

Discord

Come yell at me on Discord!

Donations

Give me your hard earned cash!

Project description from CurseForge.

Pick your setup

Set Effect 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

Set Effect versions and loaders

8 of 8 releases match

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