Hey everyone! I wanted to share a project I've been working on called NotchNet.
The goal is simple: Give players a powerful AI assistant directly in Minecraft chat so they never have to Alt-Tab to a wiki or a browser again—all while keeping your data strictly yours.
🛡️ Your AI, Not Ours.
This is the most important part: NotchNet is not a wrapper for a corporate API that harvests your data.
Self-Hosted: You run your own local Python backend.
Private: Your queries, mod lists, and game data stay on your hardware.
Open Source: The mod is licensed under GNU GPL v3.0.
✨ What can it do?
/notchnet <question>: Ask anything from "What’s the best Y-level for diamonds?" to complex redstone logic.
(this is still currently in development) Mod-Aware Intelligence: The AI scans your specific modpack. If you have 200 mods installed, it learns about those mods so it can give you relevant advice.
RAG Integration: It uses Retrieval-Augmented Generation to pull from actual Minecraft Wiki data, ensuring the answers aren't just "hallucinations" but are grounded in game facts.
Zero Lag: The AI "thinks" asynchronously in the background so your TPS stays smooth.
🛠️ Setup
Fabric Mod: Install the NotchNet client mod (requires Fabric API).
Local Backend: Run the Python-based NotchNet server (available on GitHub) to act as the "brain."
Play: Connect the two via /notchnet config and start chatting.
Check it out on GitHub: https://github.com/aaravchour/NotchNet
Download on CurseForge: https://www.curseforge.com/minecraft/mc-mods/notchnet
Download on Modrinth: https://modrinth.com/mod/notchnet
I’d love to hear what you guys think or if you have ideas for more deep-integration features!