CurseForge · Minecraft mod
Set Effect
Allows modpack makers to apply an effect to players when wearing a full armour set
Quick answer
Which Set Effect release should I use?
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.
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.
Install CraftTweaker first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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
Donations
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.
1.12.2
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Set Effect versions and loaders
seteffect-1.12.2-2.4.1.jar
3 Dec 2018
seteffect-1.12.2-2.4.0.jar
2 Nov 2018
seteffect-1.12.2-2.3.1.jar
23 Oct 2018
seteffect-1.12.2-2.3.0.jar
22 Oct 2018
seteffect-1.12.2-2.2.0.jar
16 Sept 2018
seteffect-1.12.2-2.1.0.jar
21 Jun 2018
seteffect-2.0.0.jar
20 Jun 2018
SetEffect-1.12.2-1.0.0.jar
5 Apr 2018
Looking for an older file? The official CurseForge project page is in Resources.