Effective Trims
作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2 26.2 26.3-snapshot-1 26.3-snapshot-2 26.3-snapshot-3 26.3-snapshot-4 26.3-snapshot-5 26.3-snapshot-6
平台: fabric
Effective Trims!
A Serverside Mod that gives Trims a bigger use!
A Full-Set of Every Armor Trim now gives you a Potion Effect when worn.
Fully Configurable to allow changes to Armor, Trim, Trim Material, Effect, Duration and more!
Sentry: Hero of the Village
Vex: Strength
Wild: Jump Boost 2
Coast: Water Breathing
Dune: Speed
Wayfinder: Luck 2
Raiser, Shaper & Host: Regeneration
Ward: Absorption 2
Silence: Conduit Power
Tide: Dolphins Grace
Snout: Fire Resistance
Rib: Resistance
Eye: Night Vision
Spire: Slow Falling
Flow: Speed 2
Bolt: Haste
Configuration:
You can completely configure your own Trim Combinations with different Armor Materials, Trims and Trim Materials to give different Effects, Effect Strengths, Effect Timings and more.
Any field left empty means ANY, so any type of Armor, any type of Trim and any type of Trim Material.
You can also list Armors, Trims, Trim Materials and Effects instead of making a Trimset for each type to help keep the files cleaner.
{
"helmet": "minecraft:iron_helmet",
"helmetTrim": "minecraft:snout, minecraft:rib"
"helmetTrimMaterial": "minecraft:lapis",
"chestplate": "minecraft:gold_chestplate",
"chestTrim": "minecraft:snout",
"chestTrimMaterial": "minecraft:diamond",
"leggings": "", (Leaving Empty with "exclusive" set to false means any!)
"legTrim": "", (Leaving Empty with "exclusive" set to false means any!)
"legTrimMaterial": "", (Leaving Empty with "exclusive" set to false means any!)
"boots": "",
"bootsTrim": "",
"bootsTrimMaterial": "",
"duration": 160, (Default) (20 Ticks = 1 Second)
"exclusive": true/false, (Default: False) (When true it changes empty "" to mean "empty" instead of "any")
"stacks": true/false, (Default: False) (When true it allows trimsets to affect eachother)
"effects": [
{
"identifier": "minecraft:speed",
"amplifier": 0 (Amplifier 0 = Speed 1)
},
{
"identifier": "minecraft:night_vision, minecraft:water_breathing",
"amplifier": 9 (Amplifier 9 = Night Vision and Water Breathing 10)
}
]
}
It should be pretty self-explanatory!
请登录后举报
暂无评论,抢个沙发吧~