Skip to content

Releases: langyo/minecraft-mod-mcp

v0.2.0

11 Jun 15:52

Choose a tag to compare

v0.2.0

Changes

  • ✨ add MouseMixin for 3D camera control and Fabric support for MC 1.21.4–1.21.10
  • ✨ Add multi-framework server launcher with cross-platform proxy auto-detection
  • ✨ Add self-bootstrapping launcher with auto JDK download, proxy detection, and SDK build command
  • ✨ expand coverage to 51 MC versions (1.7.2–26.1.2) with 88 build targets across Forge, Fabric, and NeoForge
  • ♻️ rewrite launcher as pure TypeScript CLI with cross-runtime MCP server support
  • ✨ Add MMML launcher with live instance sidebar, system theme, and zero hardcoded CSS
  • 📦 Add release script and publish v0.1.0 with per-version download links

1.7.x Gradle Cache

02 Jun 08:12

Choose a tag to compare

Pre-built Gradle cache for Minecraft 1.7.2 and 1.7.10 Forge mod builds.

Extract to ~/.gradle/caches/minecraft/\ to skip the slow setupDecompWorkspace step.

Contents:

  • Forge 1.7.2-10.12.1.1109 decompiled sources + SRG mappings
  • Forge 1.7.10-10.13.4.1614-1.7.10 decompiled sources + SRG mappings
  • Minecraft client/server/merged JARs for both versions
  • MCP data for 1.7.10

Required for \packages/mods/1.7.2/forge\ and \packages/mods/1.7.10/forge\ builds.

v0.1.0

31 May 06:33

Choose a tag to compare

v0.1.0

Changes

  • 🐛 Fix cursor, click interception and ESC menu flash across all Fabric versions
  • 📝 Restructure documentation for modder-first experience with 8-language guides, contributing guide, and issue templates
  • 🚀 MCP mod for Minecraft 1.8.9–26.1.2 with Forge, NeoForge, and Fabric loaders