More Harnesses/en の変更点
#author("2025-08-08T13:30:08+09:00","default:pitan76","pitan76")
#author("2025-08-08T13:30:23+09:00","default:pitan76","pitan76")
> [[日本語のページはこちら>../]]
This article was written after developing More Harnesses 0.0.1.
#splitbody{{
|~Mod Name|More Harnesses|
|~Author|Pitan|
|~Download|[[CurseForge>https://www.curseforge.com/minecraft/mc-mods/more-harnesses]], [[Modrinth>https://modrinth.com/mod/more-harnesses]]|
|~Source|[[GitHub>https://github.com/Pitan76//bedrock-tools76]]|
|~ModLoader|FabricMC|
|~Required Mods|Fabric API (Fabric Only), MCPitanLib, Architectury API|
|~MC Version|1.21.6~1.21.8|
#split
&ref(https://media.forgecdn.net/attachments/1280/905/2025-08-08_13-13-42-png.png,480x);
}}
* Table of Contents [#wf4c538d]
#bcontents
* Overview [#ocf94709]
A mod that adds new harness items for the **Happy Ghast**.
By default, the Happy Ghast moves rather slowly. This mod introduces harnesses that can **increase its speed and defense**, making it more useful for travel or combat.
* Recipes [#f6b3694e]
&ref(../recipe.png);
* Config [#f51e8b9f]
(ゲームディレクトリ)/config/moreharnesses.json を開くとそれぞれのハーネスのspeed(速度)とarmor(防御力)を変更できます。
Stats for each harness are **configurable** via (game_directory)/config/moreharnesses.json.
Stats for each harness are **configurable** via
(game_directory)/config/moreharnesses.json.
#gcode(json){{
{
"copper_harness_speed": 0.035,
"iron_harness_speed": 0.05,
"gold_harness_speed": 0.075,
"diamond_harness_speed": 0.1,
"emerald_harness_speed": 0.15,
"netherite_harness_speed": 0.15,
"copper_harness_armor": 1.0,
"iron_harness_armor": 2.0,
"gold_harness_armor": 1.5,
"diamond_harness_armor": 3.0,
"emerald_harness_armor": 3.0,
"netherite_harness_armor": 5.0
}
}}
* Comments [#fdac5cc3]
#pctrlcmt