9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
This commit is contained in:
Brian Fopiano
2021-08-06 18:56:57 -07:00
parent 7ab3101389
commit 2d883c14ff
3 changed files with 29 additions and 11 deletions

View File

@@ -53,17 +53,11 @@
"landZoom": 3.2,
"landBiomeStyle": {
"style": "NOWHERE_CELLULAR",
"fracture": {
"multiplier": 500,
"axialFracturing": true,
"style": "NOWHERE",
"zoom": 1,
"axialFracturing": true,
"fracture": {
"style": "STATIC",
"axialFracturing": true,
"multiplier": 2
"multiplier": 3
}
}
},
"shoreBiomeStyle": {"style": "NOWHERE_CELLULAR"},
"LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.",

View File

@@ -1,6 +1,16 @@
{
"weather": "ANY",
"group": "NORMAL",
"timeBlock": {
"startHour": 18,
"endHour": 6
},
"maximumRate": {
"amount": 3,
"per": {
"minutes": 1
}
},
"spawns": [{
"entity": "standard/hostile/pillager",
"maxSpawns": 5,

View File

@@ -1,6 +1,20 @@
{"spawns": [{
{
"weather": "ANY",
"group": "NORMAL",
"energyMultiplier": 5,
"timeBlock": {
"startHour": 6,
"endHour": 22
},
"maximumRate": {
"amount": 3,
"per": {
"minutes": 1
}
},
"spawns": [{
"entity": "standard/passive/villager",
"maxSpawns": 1,
"minSpawns": 1,
"maxSpawns": 3,
"minSpawns": 2,
"rarity": 2
}]}