
๐ A small buff for your Horse Armors
Sweety's Horse Armor Tweaks is a small mod, granting a slight buff to minecraft Horse Armors

Every vanilla horse armor will now grant a small speed and jump height boost to your horses, making using them and giving them armors slightly more interesting. The mod don't affect the way of getting them or anything, it simply change the speed and jump stats of a horse wearing a vanilla horse armor.
Buffs :
The mod is compatible by default with various mods adding horse armors, including :
Values for modded materials :
How to customise the mod, or add compatibilities via datapack/kubejs (1.20+ Only):
CustomisationValues are loaded on startup from src\main\resources\data\MOD_ID\horse_armor_attribute\ITEM NAME. To add new items, simply add a json file in the correct folder following this pattern.
Example - This file will define the values used for the "sullysmod:jade_horse_armor" item
src\main\resources\data\sullysmod\horse_armor_attribute\jade_horse_armor.jsonย
Files list various attributes that can be customised. A value of 0 will be ignored, and values can go negative to nerf some armors (in case, for example, you'd want instead Horse Armors to give speed debuffs)
Example - This file provide +25% Speed, +20% Jump and +1 KB Resistance. Unused values are ignored.
{
ย "speed_modifier": 0.25,
ย "jump_modifier": 0.2,
ย "step_height": 0,
ย "max_health": 0,
ย "swim_speed": 0,
ย "knockback_resistance": 0.1
}