Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

Retromod

Retromod에는 Bownlux에서 수집한 skills 8개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
8
Stars
38
업데이트
2026-06-23
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

add-polyfill
소프트웨어 개발자

Create a polyfill provider that re-implements a removed API so old mods still work. Use when mods crash with ClassNotFoundException or NoSuchMethodError for completely removed classes.

2026-06-23
add-version-shim
소프트웨어 개발자

Create a new version shim to add support for transforming mods between two Minecraft versions. Use when adding support for a new MC version or filling gaps in the shim chain.

2026-06-23
debug-crash
소프트웨어 개발자

Debug a Minecraft crash caused by a mod that Retromod transformed. Use when a mod crashes after transformation and you need to find and fix the root cause.

2026-06-23
mapping-work
소프트웨어 개발자

Work with Minecraft name mappings: intermediary, Mojang official, SRG, and Yarn. Use when adding new mappings to IntermediaryToMojangMapper, generating mapping files with MappingComposer, or debugging name mismatches.

2026-06-23
mod-loader-compat
소프트웨어 개발자

Work on mod loader compatibility for Fabric, NeoForge, Forge runtime integration, version constraint relaxation, and mod metadata patching. Use when fixing mod loading issues, version rejection errors, or adding support for a new loader version.

2026-06-23
modrinth-api
소프트웨어 개발자

Search, download, and work with mods from Modrinth. Use when downloading test mods, checking mod compatibility, or finding mods for a specific MC version and loader.

2026-06-23
test-mod-transform
소프트웨어 품질 보증 분석가·테스터

Test that Retromod correctly transforms mods for a target Minecraft version. Use when verifying transforms work, testing new shims, or debugging mod compatibility.

2026-06-23
build-and-deploy
네트워크·컴퓨터 시스템 관리자

Build Retromod from source and deploy it to a Minecraft installation for testing. Use when you need to rebuild after code changes and test in-game.

2026-05-20