mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-06 15:41:36 +00:00
47 lines
1018 B
JSON
47 lines
1018 B
JSON
{
|
|
"group": "NORMAL",
|
|
"maximumRate": {
|
|
"amount": 15,
|
|
"per": {
|
|
"seconds": 30
|
|
}
|
|
},
|
|
"timeBlock": {
|
|
"startHour": 6,
|
|
"endHour": 18
|
|
},
|
|
"energyMultiplier": 0.85,
|
|
"weather": "NONE",
|
|
"spawns": [
|
|
{
|
|
"entity": "standard/passive/chicken",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 2
|
|
},
|
|
{
|
|
"entity": "standard/passive/sheep",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 1
|
|
},
|
|
{
|
|
"entity": "standard/passive/polar-bear",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 15
|
|
},
|
|
{
|
|
"entity": "unique/golem",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 15
|
|
},
|
|
{
|
|
"entity": "standard/passive/fox",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 15
|
|
}
|
|
]
|
|
} |