mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
ents
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
}]}
|
||||
|
||||
Reference in New Issue
Block a user