9
0
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:
RePixelatedMC
2023-04-12 17:05:03 +02:00
parent 9cbd8daa3a
commit 232969839d
26 changed files with 198 additions and 43 deletions

View File

@@ -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
}]
}