Modの導入でつまずく場所は、だいたい「フォルダが見つからない」か「入れる場所を間違えている」です。ここを最初に固めておけば、あとは同じ作業の繰り返しになります。
Most people who get stuck installing mods are stuck on one of two things: they cannot find the folder, or they put the files in the wrong place. Get this right once and every future install is the same three steps.
| OS | 場所Path |
|---|---|
| Windows | %appdata%\.minecraft\mods |
| macOS | ~/Library/Application Support/minecraft/mods |
| Linux | ~/.minecraft/mods |
Windowsではエクスプローラーのアドレス欄に %appdata%\.minecraft と入力してEnterを押すのが最短です。macOSはFinderの「移動 > フォルダへ移動」から上のパスを貼り付けます。
On Windows, typing %appdata%\.minecraft into the Explorer address bar is the quickest route. On macOS use Finder's "Go > Go to Folder" and paste the path above.
jarは圧縮ファイルとして開けてしまうため、つい解凍しがちですが、Modは jarのまま 置く必要があります。解凍したフォルダを入れても認識されません。
A jar opens like a zip, so people extract it — but mods must stay as jar files. An extracted folder will simply be ignored.
Modは mods だけです。リソースパックやシェーダーは別のフォルダなので混同しないように。
Mods go in mods and nowhere else. Resource packs and shaders have their own folders.
ランチャーで選ぶプロファイルがローダーのものになっているか確認してください。バニラで起動するとModは一切読み込まれません。
Make sure the launcher is set to the loader profile. Launching vanilla loads no mods at all.
Modを更新した時に旧バージョンを消し忘れると、同じModが2つ読み込まれて衝突します。更新時は必ず古い方を削除してください。
When updating a mod, delete the old jar. Two versions of the same mod in one folder will collide.
Modには「クライアント専用」「サーバー専用」「両方必要」の3種類があります。マルチで遊ぶ場合、両方必要なModはサーバー側にも同じjarを入れる必要があります。
Mods come in three flavours: client-only, server-only, and required on both. For multiplayer, anything marked "required on both" must be installed on the server as well.
ほかの記事More guides
Modを入れたらMinecraftが起動しない — 原因の切り分けと直し方Minecraft won't launch after installing mods — how to find the cause Forge / NeoForge / Fabric / Quilt の違いと選び方Forge vs NeoForge vs Fabric vs Quilt — which loader should you use? クラッシュレポートの読み方 — 原因のModを特定するHow to read a Minecraft crash report and find the guilty mod全部 Minecraft 1.20.1 / 1.21.1 対応、CurseForge で無料配布中です。All free on CurseForge, for Minecraft 1.20.1 and 1.21.1.