mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
Pillager changes
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
"terminate": true,
|
||||
"feature": {
|
||||
"blockRadius": 4,
|
||||
"entitySpawners": ["pillager"]
|
||||
"entitySpawners": ["pillager", "pillager-respawn"]
|
||||
}
|
||||
}
|
||||
|
||||
19
spawners/pillager-respawn.json
Normal file
19
spawners/pillager-respawn.json
Normal 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
|
||||
}]
|
||||
}
|
||||
@@ -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
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user