Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Imagine if, similar to how evolving Ninjask brings Shedinja into your team, you could have any Pokémon evolution trigger the addition of an entirely different Pokémon to your team. This mod makes that possible, allowing for the creation of unique evolution events.
After adding the mod to your pack and running the game once, a config file is generated. Within this file, you can specify which Pokémon, upon evolving, will cause another specified Pokémon to join your team, given you have an available Pokéball.
{
"shedders": {
"kingler": "slowpoke"
}
}
That'll make it so that evolving into a Kingler will add a Slowpoke to your team if you have a spare Pokéball. You can add as many pairs as you like to create various evolution events.
{
"shedders": {
"kingler": "slowpoke",
"raichu": "magnemite",
"gengar": "ditto"
}
}
These examples serve to illustrate the flexibility of the mod, especially useful for Fakemon that wish to replicate the unique evolution mechanic seen with Ninjask and Shedinja.