ModGPL-3.0-only
NotchNet
This projects adds a personal AI assistant to your game!
234
Downloads
1
Followers
3 months ago
Updated
📦
30
Versions
📖About NotchNet
NotchNet – Your In‑Game AI Assistant 🤖💬
NotchNet is a Fabric mod that brings an AI‑powered assistant directly into your Minecraft chat. Stuck on a redstone circuit? Need ore‑finding tips? Want info about other mods in your pack? NotchNet helps you without ever needing to Alt‑Tab.
✨ Features
- Brain in the Chat – Use
/notchnetto ask anything about Minecraft mechanics, progression, or modded gameplay. - Mod‑Aware Intelligence – NotchNet can scan your installed mods and share the list with your local backend, giving the AI context about your modpack.
- Deep Integration – Powered by your own local RAG pipeline using real Minecraft Wiki data for accurate answers.
- Latency‑Free – Asynchronous communication lets the AI think in the background while you keep playing.
- Total Privacy – Connects only to your backend. No external servers, no data collection.
🛠 Commands
/notchnet– Ask the AI anything./notchnet status– Check if your backend is online./notchnet config– Manage settings like API URL and auto‑scanning./notchnet help– View all available commands.
⚙️ Requirements
To use NotchNet, you need:
- NotchNet Backend – A Python server that handles the AI logic.
- Fabric Loader – Version 0.17.3 or newer.
- Fabric API – Required for commands and events.
Backend setup instructions:
https://github.com/aaravchour/NotchNet
🧠 How It Works
NotchNet is the client‑side connector to your personal AI backend.
Your backend handles:
- Retrieval‑Augmented Generation (RAG)
- Minecraft Wiki embeddings
- Mod list ingestion
- Response generation
The mod simply sends your questions and displays the answers in‑game.
🛡 License
This project is licensed under GNU GPL v3.0.
Contributions, forks, and improvements are welcome.