Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| Armor Set Bonuses 1.19 V7 beta | 30.10 KB | Jul 9, 2022 | 1.19.1 | 1 | Download |
| Armor Set Bonuses 1.18 V7 beta | 29.36 KB | Jul 9, 2022 | 1.18.2 | 0 | Download |
| Armor Set Bonuses 1.16 V7 beta | 28.76 KB | Jul 9, 2022 | 1.16.5 | 1 | Download |
| Armor Set Bonuses 1.18 V6 beta | 28.99 KB | May 27, 2022 | 1.18.2 | 297 | Download |
| Armor Set Bonuses 1.16 V6 beta | 28.37 KB | May 27, 2022 | 1.16.5 | 223 | Download |
| Armor Set Bonuses 1.18 V5 beta | 24.03 KB | Mar 19, 2022 | 1.18.2 | 716 | Download |
| Armor Set Bonuses 1.16 V5 beta | 23.51 KB | Mar 19, 2022 | 1.16.5 | 415 | Download |
| Armor Set Bonuses 1.18 V4 beta | 19.48 KB | Feb 25, 2022 | 1.18.1 | 250 | Download |
| Armor Set Bonuses 1.16 V4 beta | 19.00 KB | Feb 25, 2022 | 1.16.5 | 129 | Download |
| Armor Set Bonuses 1.18 V3 beta | 17.89 KB | Dec 30, 2021 | 1.18.1 | 648 | Download |
| Armor Set Bonuses 1.16 v3 beta | 18.16 KB | Dec 30, 2021 | 1.16.5 | 247 | Download |
| Armor Set Bonuses 1.18 V2 HOTFIX beta | 17.70 KB | Dec 7, 2021 | 1.18.1 | 428 | Download |
| Armor Set Bonuses 1.17 V2 HOTFIX beta | 17.69 KB | Dec 7, 2021 | 1.17.1 | 122 | Download |
| Armor Set Bonuses 1.16 V2 HOTFIX beta | 17.97 KB | Dec 7, 2021 | 1.16.5 | 149 | Download |
| Armor Set Bonuses 1.18 V2 beta | 17.65 KB | Dec 1, 2021 | 1.18 | 302 | Download |
| Armor Set Bonuses 1.17 V2 beta | 17.64 KB | Nov 30, 2021 | 1.17.1 | 38 | Download |
| Aromr Set Bonuses 1.16 V2 beta | 17.93 KB | Nov 30, 2021 | 1.16.5 | 72 | Download |
| Armor Set Bonuses 1.17 V1.2 beta | 17.74 KB | Nov 28, 2021 | 1.17.1 | 42 | Download |
| Armor Set Bonuses 1.16 V1.2 beta | 17.25 KB | Nov 28, 2021 | 1.16.5 | 47 | Download |
| ArmorSet Bonuses 1.17 V1.1 beta | 17.55 KB | Nov 26, 2021 | 1.17.1 | 31 | Download |
| ArmorSet Bonuses 1.16 V1.1 beta | 17.06 KB | Nov 26, 2021 | 1.16.5 | 37 | Download |
| Armor Set Bonuses - 1.17 V1 beta | 10.84 KB | Nov 25, 2021 | 1.17.1 | 31 | Download |
| Armor Set Bonuses - 1.16 V1 beta | 10.68 KB | Nov 25, 2021 | 1.16.5 | 32 | Download |
Screenshots
Description
This mod adds armor sets to the game. When a full set is worn you will get a certain bonus. It is also extremely configurable using JSON configs, perfect for modpack creators!
It does generate some default armor sets, so if you want to use it without configuration you will be able to for vanilla armor.
The configuration options allow you to create any sort of armor set bonus, with any armor you want? Want to mix and match? Go for it! Want to have a bonus that gives 20 hearts? Sure why not (but you'll have to configure it)!
Feature List
– Default generated armor sets on first load.
– Any amount of armor sets can be created, with any combination (you don't have to specify ALL armor slots)
– Multiple set support, a piece of armor can be a part of more than one set
– "mixAndMatch" armor pieces, you can have a set be completed by multiple items (more below)
– full and partial set bonuses
– Tooltips! With shift key interaction
– Real-time tooltip update, indicating what armor in the set is currently worn
– Potion effect support
– Attributes support
– Mod support for: potions, attributes and items
JSON/Config Specifications
- armorSetName STRING – REQUIRED This is the DISPLAY NAME for the armor set
- head OBJECT – OPTIONAL – SetPiece See Below
- chest OBJECT – OPTIONAL – SetPiece See Below
- legs OBJECT – OPTIONAL – SetPiece See Below
- boots OBJECT – OPTIONAL – SetPiece See Below
- mainHand OBJECT – OPTIONAL – SetPiece See Below
- offHand OBJECT – OPTIONAL – SetPiece See Below
- partialBonusRequiredAmount NUMBER – CONDITIONAL Required if you define 'partialSetBonuses' below. Can only be 2 or 3.
- partialSetBonuses OBJECT ARRAY – OPTIONAL – Bonus See Below
- fullSetBonuses OBJECT ARRAY – REQUIRED – Bonus See Below
SetPiece Object:
- itemKey STRING – REQUIRED Example: "minecraft:iron_helmet"
- mixAndMatch STRING ARRAY – OPTIONAL Same as itemKey, but as a string array
Bonus Object:
- type STRING – REQUIRED Possible Values: "effect", "attribute"
- name STRING – REQUIRED This is the key of the effect/attribute. See lists below.
- value NUMBER – REQUIRED Effect: Level of the effect. Attribute: Amount to add (can be negative or decimal).
- modifierUUID STRING – CONDITIONAL MUST be defined if "type"="attribute". This must be unique.
- description STRING – OPTIONAL Set a custom description for the effect.
Important Information
- All modifierUUIDs must be unique. You can use this website to generate a random one: https://www.uuidtools.com/minecraft
- The 'mixAndMatch' field is for you to literally mix and match armor for a single set.
- When this mod is first loaded, there will be some examples generated in "config/armorsets" for you to use.
- To register a new armorset, just throw a new file into "config/armorsets" and configure as you please.
- If you have any errors, check out the latest.log – it will tell you what's wrong.
List of Vanilla Effects
minecraft:speed
minecraft:slowness
minecraft:haste
minecraft:mining_fatigue
minecraft:strength
minecraft:instant_health (I advise against using this one)
minecraft:instant_damage (I advise against using this one)
minecraft:jump_boost
minecraft:nausea
minecraft:regeneration
minecraft:resistance
minecraft:fire_resistance
minecraft:water_breathing
minecraft:invisibility
minecraft:blindness
inecraft:night_vision
minecraft:hunger
minecraft:weakness
minecraft:poison
minecraft:health_boost (Use this one to give extra hearts)
minecraft:absorption (I advise against using this one)
minecraft:saturation
minecraft:luck
minecraft:unluck
minecraft:fatal_poison
minecraft:slow_falling
minecraft:conduit_power
minecraft:dolphins_grace
minecraft:bad_omen
minecraft:hero_of_the_village
minecraft:glowing
List of Vanilla Attributes
minecraft:generic.max_health
minecraft:generic.follow_range
minecraft:generic.knockback_resistance
minecraft:generic.movement_speed
minecraft:generic.flying_speed
minecraft:generic.attack_damage
minecraft:generic.attack_knockback
minecraft:generic.attack_speed
minecraft:generic.armor
minecraft:generic.armor_toughness
minecraft:generic.luck
minecraft:zombie.spawn_reinforcements
minecraft:horse.jump_strength
Need more help?
Please feel free to join my discord sever should you need any support!
https://discord.gg/R4yaRqr2gN
Get 0.05 TON 💎
Download







Add a comment