File Details
entropyaiengine-1.0.0-forge-1.20.1.jar
- R
- Apr 16, 2026
- 637.25 KB
- 58
- 1.20.1
- Forge
File Name
entropyaiengine-1.0.0-forge-1.20.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
🚀 Major Features
-
Ollama Integration: Fully migrated from cloud APIs to local hosting. The mod now connects to your local Ollama instance (
localhost:11434), removing all request limits and subscription costs. -
Neural Chat Awareness: The AI now has "ears." It tracks the last 20 messages in the Minecraft chat and uses that context to influence the commands it generates.
-
Persistent Config: Added a local configuration system (
config/ollama_chaos_config.json). Your model choice and settings now survive game restarts. -
Dynamic Command System: Added the
/ollama model <name>command (Requires OP) to switch AI models live without restarting the server.
🛠️ Technical Optimizations
-
Async Execution: All AI "thinking" happens on a background thread. This ensures zero FPS drops or "Server Hang" spikes even when using heavy models like Qwen 2.5 7B.
-
Advanced Sanitization: Implemented a "Trash Filter" to strip out AI chatter, markdown, and pseudo-code hallucinations. The mod extracts only raw, executable Minecraft syntax.
-
TPS Safety Guard: The mod automatically detects server lag. If the server is running behind, the AI event is skipped to protect game stability.
📦 Requirements
-
Minecraft: 1.20.1 (Forge)
-
Java: 17
-
External: Ollama must be installed and running (
ollama serve). -
Recommended Models:
qwen2.5-coder:1.5b(Fast) orqwen2.5-coder:7b(Accurate).
and if theres bugs then say it in the comments - if you have an idea for an update or another mod project also say it in the comments.

