File Details
cobblebrain-0.9.2-cobblemon-1.7.jar
- R
- Jan 31, 2026
- 125.40 KB
- 7.0K
- 1.21.1
- Fabric
File Name
cobblemon-cobblebrain-1.7-fabric-0.9.2.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Major Changes
JSON5 Improvements
Configuration file made more organized and easier to understand.
Flying Pokémon Interaction
AI can now detect if a Pokémon is being mounted or flying.
Balanced Speed Mechanics
Adjusted speed balance when a Pokémon is protecting or attacking.
Player2 API Support
Added support for Player2 API integration.
To use models (both local and in cloud) from player2 API:
- Go to https://player2.game/
- Install player2 app and create a account
- Copy the apibaseUrl from the app (it look like this: http://127.0.0.1:4315) and paste it to the mod config value
apiBaseUrl - Put "player2" in the config mod value
localApiProvider
- Optional: choose the model you want to use in the player2 app in the section Chat Model or local LLM (installed local LLM's may appear in the chat model section too)
New Config Value: localApiProvider
If apiBaseUrl is a local address, the system uses the provider name in localApiProvider to adapt messages for the correct provider. (Local APIs officially supported are Player2 and LMstudio.)
⚠️ Note: if you were using LM studio in previous versions, you should put "lmstudio" in the localApiProvider (even if you are using providers that are not officially supported)
Bug Fixes
- Now the Shift action has a dark purple color with a slower pulse for greater visual comfort
- Repair action now functions correctly without glitches.
- Fixed bug where flying Pokémon would jump when talking.