Skip to content

Version 0.1.0-Pre-1 by 1.21.10-Fabric

Pre-release
Pre-release

Choose a tag to compare

@PengZixuan30 PengZixuan30 released this 17 Jun 01:33
· 3 commits to 9c4e9083c300b7347218c1f8a0f03fd4521d71ed since this release

v0.1.0-pre-1 — Initial Release

The first release of GamesAI — bring AI into Minecraft.

What's included

  • /ask command to chat with AI in-game
  • Multi-model support (-m / --model)
  • Multi-backend (OpenAI, DeepSeek, Ollama, custom endpoints)
  • Per-player conversation history with auto-trimming
  • Async execution — no server lag
  • English & Simplified Chinese translations
  • Auto-generated config on first run

Quick Setup

  1. Drop the .jar into mods/
  2. Launch the game
  3. Edit config/games_ai/config.json with your API key
  4. Type /ask Hello! in chat

Requirements

  • Minecraft 1.21.10
  • Fabric Loader 0.17.0+
  • Fabric API
  • Java 21+

Full Documentation