Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last month
Updated 3 weeks ago
Changelog
CRZbrain is a server-side Cobblemon plugin (Fabric mod for Minecraft 1.7.1) that adds an intelligent AI personality system to Pokemon. Here's what it does:
- Smart Responses: Each Pokemon can generate context-aware responses using an embedded AI engine (SmartResponseGenerator), reacting to battles, interactions, and trainer behavior with unique personality
- Reinforcement Learning: Pokemon learn from experience over time — successful interactions are reinforced, failed ones are penalized, using policy gradient methods with adaptive learning rates and experience replay (ReinforcementLearning.kt)
- Sentiment Analysis: The system understands player messages in both Italian and English, analyzing emotional valence, arousal, and dominance (3D VAD model) with negation detection (AdvancedPatternMining.kt)
- Adaptive Learning: Pokemon track what works and what doesn't, balancing exploration of new behaviors vs exploitation of proven ones (AdaptiveLearning.kt)
- External AI Integration: Can optionally learn from external AI providers like Claude, OpenAI, and Gemini to enrich response quality (ExternalAILearning.kt)
- Global Knowledge Network: Pokemon share knowledge across trainers — if one trainer teaches something, other Pokemon can benefit through consensus-based knowledge transfer (GlobalKnowledgeNetwork.kt)
- Behavior Prediction & Topic Modeling: The system mines patterns from interactions to predict player behavior and understand conversation topics (AdvancedPatternMining.kt)
In short: it makes Pokemon feel alive — they learn, adapt, remember, and grow smarter the more you interact with them.
Files
Metadata
Release channel
ReleaseVersion number
2.1.0Loaders
Game versions
1.21.1Environment
Server-side only, works in singleplayer too
Downloads
9Publication date
February 6, 2026 at 6:19 PMPublisher
MarcoErCarrozza
Member


