1.1.1+mod
Compatibility
Required content
Changes
Changes:
The Starter Cobblemon forms now need to be additionally lvl 36 to the Evolution Item
Changed spawns for following Mons:
- Scorchamp (surface level)
- Glimmerdash (surface level)
- Samurott Eldorian (water)
- Tauros Eldorian (surface level)
Move Changes:
Meganium Eldorian
TM changes:
+Power Whip
+Smart Strike
Sceptile Eldorian:
Level Up changes:
added Synthesis on lvl 32
TM changes:
+Detect
+Focus Energy
+Swords Dance
+Mega Drain
+Night Slash
-Ember
-Laser Focus
-Synthesis
-Worry Seed
Samurott Eldorian:
Level Up changes:
moved Body Press to lvl 55
added Life Dew on lvl 37
TM changes:
+Water Gun
-Aqua Tail
-Block
-Covet
-Follow Me
-Hammer Arm
-Life Dew
-Mach Punch
-Recover
-Wave Crash
-Vacuum Wave
Dragonite Eldorian:
Level Up changes:
added Life Dew to lvl 21
TM changes:
+Dragon Rage
-Aqua Tail
-Bind
-Life Dew
-Soak
-Twister
Tauros Eldorian:
TM changes:
+Confuse Ray
+Rage
+Return
+Roar
+Will-O-Wisp
-Role Play
Heracross Eldorian:
TM changes:
+Night Slash
-Dragon Rush
Scorchamp:
Level Up changes:
moved Incinerate to lvl 21
swapped Parabolic Charge with Electro Ball on lvl 20
added Lava Plume on lvl 27
added Flamethrower on lvl 45
added Destiny Bond on lvl 1
added Inferno on lvl 52
added Burn Up on lvl 60
TM changes:
+Discharge
+Fake Out
+Fire Blast
+Fire Spin
+Flamethrower
+Heat Wave
+Mystical Fire
+Roar
-Follow Me
-Rising Voltage
-Signal Beam
Glimmerdash:
Level Up changes:
added After You and Covet on lvl 1
TM changes:
+Air Cutter
+Air Slash
+Hurricane
-After You
-Covet
-Hail
-Heal Bell
-Moonlight
-Terrain Pulse
Comice:
Level Up changes:
swapped Electric Terrain on lvl 60 with Rising Voltage
swapped Eerie Impulse on lvl 35 with Signal Beam
TM changes:
+Air Slash
+Dark Pulse
+Discharge
+Flash Cannon
+Giga Drain
+Hex
+Mega Drain
+Shadow Ball
+Steel Beam
+Zap Cannon
-Bind
-Magic Coat
-Magnet Rise
-Rising Voltage
-Signal Beam
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:RLd9UB2P:oyk9h0UL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RLd9UB2P:oyk9h0UL"
}


