PixelSeasons

PixelSeasons

Mod

An addon for the Pixelmon mod that adds compatibility with SereneSeasons.

Server AdventureWorld Generation

627 downloads
5 followers
Created2 years ago
Updated2 years ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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

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
    }
  ]
}

External resources



Project members

Hi_Im_Licious

Owner


Technical information

License
LGPL-3.0-only
Client side
unsupported
Server side
required
Project ID