CurseForge · Minecraft mod
Functional Armor Trim
Makes armor trims provide unique stat boosts when worn
Quick answer
Which Functional Armor Trim release should I use?
Functional Armor Trim functionalarmortrim-1.20.1-6.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Functional Armor Trim 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 Functional Armor Trim functionalarmortrim-1.20.1-6.jar need?
functionalarmortrim-1.20.1-6.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Functional Armor Trim without breaking your instance.
Built for Functional Armor Trim functionalarmortrim-1.20.1-6.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use functionalarmortrim-1.20.1-6.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 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 functionalarmortrim-1.20.1-6.jar. It opens that exact file at the source.
About this project
What does Functional Armor Trim add?
This mod gives unique buffs depending on material used to make armor trims, trim design doesn't matter
Current effects
- Lapis: Increases XP from killing mobs or mining blocks by 10%. Uses
functionalarmortrim:experience_boostattribute. - Copper Ingot: Adds 10% swimming speed. Uses forge:swim_speed` attribute (Forge).
- Iron Ingot: Adds 2 armor points.
- Redstone: Adds 10% walking speed and increases step height by 1, full set is equivalent to Speed 2 potion. Uses forge:step_height_addition` attribute (Forge).
- Gold Ingot: Makes piglins neutral.
- Diamond: Adds 2 armor points and 2 armor toughness.
- Emerald: Boosts villager reputation by 10% per piece, has no effect if reputation is negative. Uses
functionalarmortrim:gossip_boostattribute. - Amethyst: Adds 25% night vision, full set is equivalent to night vision effect. Uses
functionalarmortrim:night_visionattribute. - Nether Quartz: Adds one point of thorn damage, requires direct melee contact, but does not damage armor. Uses
functionalarmortrim:thornsattribute. - Netherite Ingot: Makes item fire proof, reduces fire damage by 25%, and boosts armor and armor toughness by 2 points, full set is equivalent to fire resistance potion. Uses
functionalarmortrim:fire_resistanceattribute.
In addition this mod has a config so effects can be adjusted, added, removed, or even add new effects for different trim materials. Located at config/functionalarmortrim.json.
Default config will be generated on startup if it doesn't exist and can be reloaded by the /reload command without restarting the server
{
"minecraft:iron_ingot": [
{
"attribute": "minecraft:generic.armor",
"operation": "addition",
"amount": 8.0
}
],
"minecraft:diamond": [
{
"attribute": "minecraft:generic.armor",
"operation": "addition",
"amount": 2.0
},
{
"attribute": "minecraft:generic.armor_toughness",
"operation": "addition",
"amount": 2.0
}
],
"minecraft:netherite_ingot": [
{
"attribute": "minecraft:generic.armor",
"operation": "addition",
"amount": 2.0
},
{
"attribute": "minecraft:generic.armor_toughness",
"operation": "addition",
"amount": 2.0
},
{
"attribute": "functionalarmortrim:fire_resistance",
"operation": "addition",
"amount": 0.25
}
],
"minecraft:redstone": [
{
"attribute": "minecraft:generic.movement_speed",
"operation": "multiply_total",
"amount": 0.1
},
{
"attribute": "forge:step_height_addition",
"operation": "addition",
"amount": 1.0
}
],
"minecraft:copper_ingot": [
{
"attribute": "forge:swim_speed",
"operation": "multiply_total",
"amount": 0.1
}
],
"minecraft:amethyst_shard": [
{
"attribute": "functionalarmortrim:night_vision",
"operation": "addition",
"amount": 0.25
}
],
"minecraft:lapis_lazuli": [
{
"attribute": "functionalarmortrim:experience_boost",
"operation": "multiply_total",
"amount": 0.1
}
],
"minecraft:quartz": [
{
"attribute": "functionalarmortrim:thorns",
"operation": "addition",
"amount": 1.0
}
],
"minecraft:emerald": [
{
"attribute": "functionalarmortrim:gossip_boost",
"operation": "multiply_total",
"amount": 0.1
}
]
}
Want to commission a custom mod? Just want to chat? Have a complex issue needing additional discussion? Join the Discord:
Project description from CurseForge.
Pick your setup
Functional Armor Trim by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21
2 loader builds1.20.1
1 loader build1.19.4
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Functional Armor Trim versions and loaders
functionalarmortrim-1.20.1-6.jar
2 Feb 2026
functionalarmortrim-fabric-1.21-3.jar
27 Aug 2024
functionalarmortrim-fabric-1.21-2.jar
2 Aug 2024
functionalarmortrim-neoforge-1.21-1.jar
12 Jul 2024
functionalarmortrim-fabric-1.21-1.jar
12 Jul 2024
functionalarmortrim-neoforge-1.21-0.jar
12 Jul 2024
functionalarmortrim-fabric-1.21-0.jar
12 Jul 2024
functionalarmortrim-1.20.1-5.jar
12 Jul 2024
functionalarmortrim-1.20.1-4.jar
1 Nov 2023
functionalarmortrim-1.20.1-3.jar
28 Oct 2023
functionalarmortrim-1.20.1-2.1.jar
6 Aug 2023
functionalarmortrim-1.20.1-2.jar
24 Jun 2023
Looking for an older file? The official CurseForge project page is in Resources.
