mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
35 lines
793 B
JSON
Vendored
35 lines
793 B
JSON
Vendored
{
|
|
"format_version": "1.11.0",
|
|
"minecraft:spawn_groups": {
|
|
"description": {
|
|
"identifier": "minecraft:raid_group_0"
|
|
},
|
|
"conditions": [
|
|
{
|
|
"minecraft:mob_event_filter": {
|
|
"event": "minecraft:village_raid"
|
|
},
|
|
"minecraft:distance_filter": {
|
|
"min": 0,
|
|
"max": 1024
|
|
},
|
|
"minecraft:spawns_on_surface": {},
|
|
"minecraft:difficulty_filter": {
|
|
"min": "easy",
|
|
"max": "hard"
|
|
},
|
|
"minecraft:herd": {
|
|
"min_size": 4,
|
|
"max_size": 4,
|
|
"event": "minecraft:spawn_for_raid"
|
|
},
|
|
"minecraft:permute_type": [
|
|
{
|
|
"weight": 100,
|
|
"entity_type": "minecraft:pillager"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |