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" } ],
|
requirements |
Example |
Example | Example |
Example | Example |