Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Daycare JSONs

From Pixelmon Wiki

Different aspects of the Pixelmon mod can be tweaked through different types of JSON files via a Datapack. This page covers the daycare files, which allows you to modify the Duration and Requirements for the daycares.

Understanding the JSON

{
  "spec": "type1:BUG",
  "durations": [
    {
      "type": "add",
      "amount": 1.5,
      "unit": "HOURS"
    }
  ],
  "requirements": [
    {
      "type": "itemstack",
      "error_message": "2x Dandelion",
      "items": [
        {
          "item": "minecraft:dandelion",
          "amount": 2
        }
      ]
    }
  ]
}
Header text Header text
spec Define the Egg Groups of the species you want to breed. type1:BUG
durations
  "durations": [
    {
      "type": "add",
      "amount": 1.5,
      "unit": "HOURS"
    }
  ], 

type: ??? amount: Amount of time to breed unit: Unit of Time (SECONDS/MINUTES/HOURS/DAYS)

requirements Example
Example Example
Example Example

© 2012 - 2025 Pixelmon Mod