9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/spawners/dank.json
Brian Fopiano 101c1e645f Unique, and Dank Tweaked so there are not infinite of them
Only allowing Initial Spawns for now
2022-02-02 16:55:11 -08:00

21 lines
358 B
JSON

{
"maximumRate": {
"amount": 3,
"per": {
"minecraftDays": 3
}
},
"maxEntitiesPerChunk": 2,
"initialSpawns": [{
"entity": "unique/brian",
"rarity": 15,
"maxSpawns": 2,
"minSpawns": 1
},{
"entity": "unique/skelepirate",
"rarity": 1,
"maxSpawns": 3,
"minSpawns": 1
}]
}