作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: neoforge
标签: equipment game-mechanics utility
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):
Customisation Values 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 } ```请登录后举报
暂无评论,抢个沙发吧~