mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
Bug Fixes and Additions
- All Upercase switched to lower case - Better Oceans - ( pillager fix ) Coco apparently did it so just dont include mine - RoughPlains contains a new rare big tree type! - Higher rarity pillager outpost - 1 New rare structure ( Ruin ) for plains biome
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"weather": "ANY",
|
||||
"group": "NORMAL",
|
||||
"timeBlock": {
|
||||
"startHour": 18,
|
||||
"endHour": 6
|
||||
},
|
||||
"maximumRate": {
|
||||
"amount": 5,
|
||||
"per": {"minutes": 1}
|
||||
@@ -12,8 +8,8 @@
|
||||
"maxEntitiesPerChunk": 4,
|
||||
"spawns": [{
|
||||
"entity": "standard/hostile/pillager",
|
||||
"maxSpawns": 5,
|
||||
"minSpawns": 3,
|
||||
"rarity": 4
|
||||
"maxSpawns": 6,
|
||||
"minSpawns": 4,
|
||||
"rarity": 3
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user