Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
0xAI
ModGPL-3.0-only

0xAI

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

95
Downloads
1
Followers
2 months ago
Updated
📦
2
Versions
socialutilityfabric
Download Latestv0.1.1View on Modrinth

📖About 0xAI

0xAI

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

Install

  1. Put the mod JAR in your mods folder
  2. Run Ollama:
    ollama pull llama3.2
    ollama serve
    
  3. Launch Minecraft

Usage

In chat:

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

Config

Edit config/oxai.json:

{
  "enabled": true,
  "trigger": "@ai",
  "ollamaUrl": "http://localhost:11434",
  "model": "llama3.2",
  "systemPrompt": "You are a helpful AI assistant in Minecraft.",
  "maxTokens": 150,
  "temperature": 0.7,
  "responsePrefix": "[AI] ",
  "maxMessageLength": 256,
  "showErrors": true,
  "requestTimeout": 30000,
  "contextMessages": 5
}
Option What it does
enabled Turn mod on/off
trigger Text to trigger AI (default: @ai)
ollamaUrl Ollama server address
model Which model to use
maxTokens Max response length
temperature How creative the AI is (0-1)
responsePrefix Text before AI messages
maxMessageLength Max characters per chat line
showErrors Show errors in chat
requestTimeout Timeout in ms
contextMessages How many past messages to remember

Models

Works with any Ollama model. Common ones:

  • llama3.2
  • llama3.2:1b (faster, uses less memory)
  • mistral
  • phi3

Build

git clone <repo>
cd oxai
./gradlew build

JAR ends up in build/libs/.

Troubleshooting

Mod doesn't respond:

  • Check Ollama is running: ollama serve
  • Check model is installed: ollama list
  • Verify config file

Slow:

  • Use smaller model (llama3.2:1b)
  • Lower maxTokens
  • Lower contextMessages

Connection refused:

  • Check ollamaUrl in config
  • Make sure Ollama is running on correct port

👥 Team & Contributors

0
0x0D_Owner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabric
Minecraft Versions
1.21.101.21.11

🔗 Links

Modrinth Page