From 137767e75ca1c74c6a00f9a34db298dd2836694b Mon Sep 17 00:00:00 2001 From: tkrmagid Date: Fri, 15 May 2026 20:55:32 +0900 Subject: [PATCH] docs: pin direct Fabric API 26.1.2 download link, warn about version suffix User reported Incompatible-mods crash because they downloaded fabric-api-0.140.2+1.21.11.jar from Modrinth (Modrinth's version-filter URL param does not always restrict the listing to the requested game version). Replaced the generic search-page link with the direct CDN URL of fabric-api-0.149.0+26.1.2.jar and added a callout telling readers to verify the filename suffix ends in +26.1.2.jar. Co-Authored-By: Claude Opus 4.7 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93623cb..262549a 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,11 @@ Fabric은 마인크래프트에 모드 기능을 추가해 주는 로더입니 ### STEP 4. 모드 jar 파일 두 개를 mods 폴더에 넣기 1. **Fabric API** (Fabric 모드들이 공통으로 쓰는 라이브러리. 거의 모든 Fabric 모드에 필요) - - 다운로드: https://modrinth.com/mod/fabric-api/versions?g=26.1.2 - - 위 페이지에서 마인크래프트 26.1.2 용으로 표시된 가장 최신 jar(예: `fabric-api-0.149.0+26.1.2.jar`)를 다운로드해서 `mods` 폴더에 넣습니다. + - **반드시 26.1.2 용으로 받아야 합니다.** 파일명 끝에 `+26.1.2.jar` 가 붙어있는지 꼭 확인하세요. `+1.21.11.jar` 같은 다른 버전을 받으면 게임이 "Incompatible mods found / requires Minecraft 1.21.x" 에러로 안 켜집니다. + - 직접 다운로드 (2026-05-14 빌드, MC 26.1.2 전용): + https://cdn.modrinth.com/data/P7dR8mSH/versions/Sy2Bq7Xc/fabric-api-0.149.0%2B26.1.2.jar + - 더 최신 빌드를 찾을 땐: https://modrinth.com/mod/fabric-api/versions → 페이지에서 게임 버전 필터 `26.1.2` 를 직접 선택. (URL 파라미터 필터가 듣지 않는 경우가 있어서 페이지 안에서 한 번 더 확인하는 게 안전합니다.) + - 받은 `fabric-api-0.149.0+26.1.2.jar` 를 `mods` 폴더에 넣습니다. 2. **video_player** (이 모드) - 다운로드: https://git.tkrmagid.kr/tkrmagid/mc_video_player_mod/releases - `video_player-0.4.1.jar` 를 다운로드해서 같은 `mods` 폴더에 넣습니다.