OxAI

Quick rating

OxAI

No reviews yet

Minecraft mod that adds AI chat via Ollama. Type `@ai` in chat to ask questions.

Mod Loaders
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
0.1.6+mc26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

oxai

oxai is a Fabric client mod that adds an Ollama-powered chat companion to Minecraft. Type @ai in chat and the mod sends the prompt to your local Ollama server, then replies in chat.

Support

  • Mod version: 0.1.5
  • Minecraft: 26.1.x
  • Fabric Loader: 0.17.3+
  • Fabric API: required
  • Java: 25+
  • Mod Menu: optional, supported

Mod Menu adds an in-game config screen for the same settings stored in config/oxai.json.

Install

  1. Install Fabric Loader and Fabric API for Minecraft 26.1.x.
  2. Put the 0xAI JAR in your mods folder.
  3. Optional: install Mod Menu to configure 0xAI in-game.
  4. Start Ollama:
ollama pull llama3.2
ollama serve
  1. Launch Minecraft.

Usage

In chat:

@ai how do i find diamonds
@ai what's the best food
@ai how do i make a nether portal

The default trigger is @ai. You can change it in Mod Menu or in config/oxai.json.

Configuration

With Mod Menu installed:

  1. Open Mods.
  2. Select 0xAI.
  3. Open the config screen.
  4. Change settings and press Done.

Without Mod Menu, edit config/oxai.json:

{
  "enabled": true,
  "trigger": "@ai",
  "ollamaUrl": "http://localhost:11434",
  "model": "llama3.2:3b",
  "systemPrompt": "You are a helpful AI assistant in a Minecraft server. Keep responses concise and friendly.",
  "maxTokens": 150,
  "temperature": 0.7,
  "responsePrefix": "[AI] ",
  "maxMessageLength": 256,
  "showErrors": true,
  "requestTimeout": 60000,
  "contextMessages": 5
}
Option What it does
enabled Turns AI replies on or off
trigger Chat text that triggers the AI
ollamaUrl Ollama server address
model Ollama model name
systemPrompt System message sent with each request
maxTokens Maximum generated response length
temperature Response randomness from 0.0 to 1.0
responsePrefix Prefix added before AI chat messages
maxMessageLength Maximum characters per chat line
showErrors Shows request errors in chat
requestTimeout Ollama request timeout in milliseconds
contextMessages Number of recent chat turns to keep as context

Models

0xAI works with any Ollama chat model. Common choices:

  • llama3.2:3b
  • llama3.2:1b
  • mistral
  • phi3

Use smaller models for faster replies or lower-end hardware.

Build

Install JDK 25+, then build with Gradle:

./gradlew build

On Windows PowerShell, if the Unix wrapper script is not executable, run:

java -classpath gradle\wrapper\gradle-wrapper.jar org.gradle.wrapper.GradleWrapperMain build

The built JAR is written to build/libs/.

Troubleshooting

Build says release version 25 not supported

Gradle is using an older JDK. Install JDK 25 and make sure JAVA_HOME or your IDE Gradle JVM points to it.

The mod does not respond

  • Make sure 0xAI is enabled in Mod Menu or config/oxai.json.
  • Check that Ollama is running with ollama serve.
  • Check that the configured model is installed with ollama list.
  • Verify that your message contains the configured trigger.

Replies are slow

  • Use a smaller model such as llama3.2:1b.
  • Lower maxTokens.
  • Lower contextMessages.

Connection refused

  • Check ollamaUrl.
  • Make sure Ollama is running on the configured host and port.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works