9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/spawners/corrupted/nether.json
RePixelatedMC e0cba08bee Overworld V3500 Part 1
Added

> Caves
- Azure Wastes
- Crystalized
- Crystalized Overgrown
- Spider infestation
- Dark Depths
- Glacial
- Mantle Core

> Biomes
- Dark depth Ocean
- Rich Oceans
- Croak
- Oak forest flat

> Misc
- Lanterns on fence in sakura biome
2023-08-05 18:21:18 +02:00

28 lines
617 B
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 30,
"per": {"seconds": 25}
},
"maxEntitiesPerChunk": 2,
"energyMultiplier": 0.95,
"weather": "ANY",
"spawns": [
{
"entity": "standard/hostile/ghast",
"energyMultiplier": 0.885,
"rarity": 7
},
{
"entity": "standard/hostile/zombified-piglin",
"energyMultiplier": 1.35,
"rarity": 1
},
{
"entity": "standard/hostile/zoglin",
"energyMultiplier": 1.15,
"rarity": 3
}
]
}