
MineGPT
This project adds AI chat to Minecraft!
- Загрузки
- 595
- Подписчики
- 3
- Обновлён
- 23 июля 2026 г.
- Лицензия
- MIT
Опубликован 5 февраля 2026 г.
🤖 MineGPT
MineGPT brings the power of state-of-the-art Large Language Models (LLMs) directly into your Minecraft world. Whether you need help with building ideas, technical advice, or just a companion for your survival journey, MineGPT is there to help.
✨ Key Features
- 🧠 Multi-Provider Support: Integrated with OpenAI, Anthropic, Google (Gemini), and OpenRouter.
- 💬 Seamless Interface: A beautiful, dedicated chat screen designed for clear communication.
- ⚡ Lightweight & Fast: Built on Fabric for optimal performance and compatibility.
- 🛠️ Fully Configurable: Easily switch between models (GPT-4, Claude 3.5, Gemini 1.5 Pro, etc.) and tweak parameters like temperature and max tokens.
- ⌨️ Quick Access: Open the AI chat instantly with a single keypress.
🚀 Getting Started
Prerequisites
- Minecraft: 26.1
- Java: 25+
- Fabric Loader: 0.18.4+
- Fabric API: Required (26.1-compatible)
Installation
- Download the latest
.jarfile. - Place it in your Minecraft
modsfolder. - Launch the game using the Fabric profile.
⚙️ Configuration
MineGPT requires an API key from your preferred provider to function.
- Launch the mod once to generate the configuration file.
- Navigate to
.minecraft/config/minegpt.json. - Open the file and enter your API keys:
{ "openaiApiKey": "your-key-here", "anthropicApiKey": "your-key-here", "googleApiKey": "your-key-here", "openrouterApiKey": "your-key-here", "selectedProvider": "openai", "openaiModel": "gpt-4" } - Save the file and restart your game (or reload the config if supported).
🎮 Commands & Controls
| Action | Control |
|---|---|
| Open AI Chat | Press . (Period) |
| Alternative Access | Type /minegpt in the standard chat |
📄 License
This project is licensed under the MIT License. Feel free to use, modify, and distribute it!
Developed with ❤️ by bitz
Ченджлог
2.0.0Релиз26.2 · 23 июля 2026 г.
MineGPT v2.0.0 — ported to Minecraft 26.2 (Fabric) with Java 25.
🚀 Migration to Minecraft 26.2
- Updated Minecraft version from 1.21.11 to 26.2
- Updated Fabric Loader to 0.19.3
- Updated Fabric Loom to 1.17.12
- Updated Gradle wrapper to 9.5.1
- Java version updated to 25
- Removed Yarn mappings (26.2 is non-obfuscated)
🔧 API Fixes for 26.2
- `GuiGraphics` → `GuiGraphicsExtractor` with `extractRenderState()` render method
- `drawString` → `text()`, `drawCenteredString` → `centeredText()`
- `ClientCommandManager` → `ClientCommands`
- `InputConstants` → `com.mojang.blaze3d.platform.InputConstants`
- `Click` → `MouseButtonEvent`, `KeyInput` → `KeyEvent`
- `getHandle()` → `handle()`, `close()` → `onClose()`
- `modImplementation` → `implementation` for non-obfuscated dependencies
1.1.0Релиз26.1 · 29 марта 2026 г.
MineGPT For Minecraft 26.1
1.0.0Альфа1.21.11 · 5 февраля 2026 г.
First version of MineGPT
Комментарии
Загружаем…