mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-03 22:16:20 +00:00
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
28 lines
617 B
JSON
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
|
|
}
|
|
]
|
|
}
|