Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated 3 weeks ago
All versions
2.1.0
Release
Cobblemon Trials Edition 2.1.03 weeks ago 3,257
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog - v2.1
2.1 adds future support for Alpha Pokemon as well as preps the mod for a 1.8 release! There are also a couple of new small features requested and most importantly, some bug fixes.
Note - PLEASE BACKUP YOUR WORLD BEFORE UPDATING. 2.1 SEES CHANGES TO CONFIG SETTINGS AND DATAPACKS.
New Features:
- New Functionality
- Added future support for Alpha Pokemon in preparation for 1.8
- Added support for Multiple forms so you can list "Mega" and "Galarian" for example.
Technical Changes:
- Config
- Added config option to change percentage chance of Alpha pokemon spawning from spawners. Default is 0.1 or 10%.
- Added config option to enable or disable the brewing recipe for Trial Potions. Default is Enabled.
- Datapacks
- Added Optional "IsAlwaysAlpha" to "SpawnablePokemonProperties" for Datapacks. Default is false.
- Updated "form" in "SpawnablePokemonStats" to be a List of Strings, instead of a string.
- Updated all Structure and Default json files to now use Lists instead of Strings for Forms.
Bug Fixes:
- General Fixes
- Fixed issue with FightOrFlight Mixin that caused pokemon to no longer be aggressive outide of spawners.
- Fixed Spelling issues in config.
Removed.
- Recipes
- Removed Recipes for Chunk Loaders.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:oH4pigcS:br75aICL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oH4pigcS:br75aICL"
}

