9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Pillager changes

This commit is contained in:
Brian Fopiano
2021-08-21 19:10:53 -07:00
parent 4a7bc80fca
commit 7fb580d279
3 changed files with 23 additions and 15 deletions

View File

@@ -8,6 +8,6 @@
"terminate": true,
"feature": {
"blockRadius": 4,
"entitySpawners": ["pillager"]
"entitySpawners": ["pillager", "pillager-respawn"]
}
}

View File

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

View File

@@ -1,19 +1,8 @@
{
"weather": "ANY",
"group": "NORMAL",
"timeBlock": {
"startHour": 18,
"endHour": 6
},
"maximumRate": {
"amount": 5,
"per": {"minutes": 1}
},
"maxEntitiesPerChunk": 4,
"spawns": [{
"initialSpawns": [{
"entity": "standard/hostile/pillager",
"rarity": 1,
"maxSpawns": 5,
"minSpawns": 3,
"rarity": 1
"minSpawns": 4
}]
}