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:
Your Name
2022-09-16 14:42:44 +02:00
parent 17d6ba5e36
commit fe45c610b1
16 changed files with 98 additions and 581 deletions

View File

@@ -13,13 +13,13 @@
"spawns": [
{
"entity": "standard/passive/allay",
"maxSpawns": 5,
"minSpawns": 3,
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 4
},
{
"entity": "standard/neutral/irongolem",
"maxSpawns": 3,
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 4
}

View File

@@ -6,8 +6,8 @@
"maxEntitiesPerChunk": 2,
"initialSpawns": [{
"entity": "standard/hostile/pillager",
"rarity": 2,
"maxSpawns": 2,
"minSpawns": 1
"rarity": 1,
"maxSpawns": 6,
"minSpawns": 3
}]
}