Mod
Armors API
No reviews yet
An API for matching a full set of armor
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
This mod enables full armor set identification via custom IDs and allows certain abilities to require specific armor sets.
Originally created to configure dedicated armor sets for the Shadow Mist mod, the API is now publicly available for other modders and modpack developers.
The configured equipment is read from the config/armors_api/<id>.json configuration file.
JSON Example:
{
"id": "shadow_armors",
"armors_list": {
"helmet": [
"shadowlands:enhanced_shadowmetal_helmet"
],
"chestplate": [
"shadowlands:enhanced_shadowmetal_chestplate"
],
"leggings": [
"shadowlands:enhanced_shadowmetal_leggings"
],
"boots": [
"shadowlands:enhanced_shadowmetal_boots"
]
}
}
Commands:
/armors_api add <id> all– Adds all currently equipped armor pieces to the specified set./armors_api add <id> <helmet|chestplate|leggings|boots>– Adds the currently equipped<helmet|chestplate|leggings|boots>to the specified set./armors_api reload– Reloads the configuration file./armors_api list– Lists all registered armor sets./armors_api check <id>– Checks whether the player is currently wearing the specified armor set./armors_api remove all– Removes all registered armor sets./armors_api remove <id>– Removes the armor set data for the specified ID (supports removingallor individual slots:<helmet|chestplate|leggings|boots>).
The mod provides a developer API and also supports KubeJS integration.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources