cobblemon vitamin tweaks
Cobblemon Vitamin Tweaks improves EV training by increasing the effectiveness of common training items: Vitamins now grant 100 EV each, Feathers grant 50 EV each, and Mochi grant 252 EV each, allowing a single Mochi to fully train one stat.
1.0.0
Compatibility
Changes
Cobblemon Vitamin Tweaks
Cobblemon Vitamin Tweaks speeds up EV training by increasing the effectiveness of common EV-training items.
- Feathers grant 50 EV each.
- Mochi grant 252 EV each, allowing a single Mochi to fully train one stat.
- Vitamins grant 100 EV each.
This mod is designed to reduce repetitive item use while preserving Cobblemon's existing item behavior.
Customization
The EV values are currently hard-coded in the mod source.
To customize the values, edit the return value in the appropriate Mixin file. All paths below are relative to the project root directory.
Feathers
File:
src/main/java/com/kimjongbin/fastvitamins/mixin/FeatherItemMixin.java
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:UDDwoiyL:Jd3G62Bh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UDDwoiyL:Jd3G62Bh"
}
