
Dependencies
Installation
- Check if you have both of the required mods installed (see above) while also making sure you're using their 1.12.2 version.
- Drop PixelSeasons in the mods folder.
- Startup your game and you're good to go!
Configuration
- Enable Pixelmon external spawn files.
- Customize your different spawn conditions to fit your goal.
PixelSeasons adds in 3 spawn conditions: seasons, subSeasons and tropicalSeasons. You can populate seasons with any valid Season, subSeasons with a valid SubSeason and tropicalSeasons with a valid Tropical Season. These options are case insensitive.
Here is an example Entei that can only spawn between the early and mid Summer.
{
"id": "Entei",
"spawnInfos": [
{
"spec": {
"name": "Entei",
"level": 70
},
"stringLocationTypes": [
"Land"
],
"tags": [
"legendary"
],
"interval": "legendary",
"typeID": "pokemon",
"condition": {
"times": [
"DAY"
],
"stringBiomes": [
"mountainous",
"volcanic_island"
],
"subSeasons": [
"early_summer",
"Mid_Summer"
]
},
"rarity": 3.0
}
]
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as PixelSeasons-1.0.0.jar — drop this file into the mods folder
- Download size: 208 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.