9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/entities/standard/hostile/pillager.json
2021-08-30 19:56:46 -07:00

19 lines
433 B
JSON

{
"type": "PILLAGER",
"spawnEffectRiseOutOfGround": true,
"spawnEffect": {
"interval": 1,
"chance": 1,
"particleEffect": "SOUL",
"extra": 0.096,
"particleCount": 10,
"particleAltX": 0.3,
"particleAltY": 1.25,
"particleAltZ": 0.3,
"maxPitch": 1.7,
"minPitch": 1.5,
"volume": 2,
"sound": "BLOCK_RESPAWN_ANCHOR_DEPLETE"
}
}