Tags
Creators
Details
1.7.3_0.4.0
Compatibility
Required content
Changes
Release v0.4.0
Beware: because of the move to multiplatform and NF implementation - old saves will not work with new version
The big multiplatform release
Works with Cobblemon 1.7.3
What's Changed
- Added NeoForge support
- Added developer event API
- Added gym instance persistence
- Added configurable cache pools in config file
- Added statistics:
- Gyms visited - increments when player starts the instance
- Gyms failed - increments when player dies in instance, uses exit rope, exit block or gets kicked by OP command when gym leader is not beaten
- Gyms beaten - increments when player gets gym reward for beating instance
- Gym entrance block uses - increments when player starts the instance via gym entrance block
- Gym key uses - increments when player starts the instance via gym key
- Exit rope uses - increments when player uses exit rope in gym
- Poke cache uses - increments when player opens Poke cache
- Added new gym reward types:
- Command type: can be executed as player or as server. OP level can be managed too. Defaults to OP level 2
- Pokemon type: Requires valid pokemon property, rewards a player who completes the instance
- Advancement type: Requires valid identifier.
- Disabled world borders in gym dimension
- Re-added and moved gym commands to
/rgcommand namespace - Reviewed and cleaned up cache configurations
- Optimized and refactored alot of underlying stuff
Contributors
- @landonjw made a first contribution
Full Changelog: https://github.com/gitoido-mc/rad-gyms/compare/1.7.0+0.3.1-stable...1.7.3+0.4.0
Thank you all for the wait! Moving to multiplatform took a good chunk of time because i wanted to make things right™. Nearest plans are to make a proper documentation for pack makers. Here's to new year with Rad Gyms! (even tho its february already)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rad-gyms-neoforge-0.4.0-sources.jar | Source jar | 7.91 KiB |
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:eF8kqlHd:hibknky5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eF8kqlHd:hibknky5"
}![Rad Gyms [Cobblemon]](https://cdn.modrinth.com/data/eF8kqlHd/b007874f499316a144be46c6f22b7a2cd7aa02ef.png)

