HomeJavaModsPixelSeasons
PixelSeasons

Dependencies

Installation

Configuration

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

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

These come from our own check of the pack file, not from the source page.

Explore more