Skip to content

Releases: DNGriffin/minecraftcode

OpenCode Minecraft v1.0.1

06 Jan 03:59

Choose a tag to compare

OpenCode Minecraft v1.0.1

Patch release with improvements and fixes.

Changes

  • Persistent Pause Setting - Pause control setting now persists across sessions
  • Improved Documentation - Fixed and clarified installation instructions in README
  • Revised Commands - Updated OpenCode startup and session command documentation
  • Demo Section - Added demo section to README

Requirements

  • Minecraft 1.21.4
  • Fabric Loader 0.16.10+
  • Fabric API
  • Java 21+
  • OpenCode server running (opencode serve)

Installation

  1. Download opencode-minecraft-1.0.1.jar
  2. Place it in your .minecraft/mods folder
  3. Ensure Fabric API is installed
  4. Start OpenCode: opencode serve
  5. Launch Minecraft and use /oc session new to begin

See README for full documentation.

OpenCode Minecraft v1.0.0

03 Jan 19:48

Choose a tag to compare

OpenCode Minecraft v1.0.0

Initial release of the OpenCode Minecraft mod.

Features

  • Smart Pause Mechanic - Game automatically pauses when AI is idle, resumes when generating
  • In-Game Chat Interface - Send prompts using /oc commands
  • Session Management - Create, list, and switch coding sessions
  • Real-Time Streaming - See AI responses as they're generated
  • Tool Visibility - Get feedback about what tools the AI is using

Requirements

  • Minecraft 1.21.4
  • Fabric Loader 0.16.10+
  • Fabric API
  • Java 21+
  • OpenCode server running (opencode serve)

Installation

  1. Download opencode-minecraft-1.0.0.jar
  2. Place it in your .minecraft/mods folder
  3. Ensure Fabric API is installed
  4. Start OpenCode: opencode serve
  5. Launch Minecraft and use /oc session new to begin

See README for full documentation.