mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
135
servers/bedrock/definitions/spawn_groups/raid_group_6.json
vendored
Normal file
135
servers/bedrock/definitions/spawn_groups/raid_group_6.json
vendored
Normal file
@ -0,0 +1,135 @@
|
||||
{
|
||||
"format_version": "1.11.0",
|
||||
"minecraft:spawn_groups": {
|
||||
"description": {
|
||||
"identifier": "minecraft:raid_group_6"
|
||||
},
|
||||
"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": 6,
|
||||
"max_size": 6,
|
||||
"event": "minecraft:spawn_for_raid"
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:vindicator"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": 1,
|
||||
"max_size": 1,
|
||||
"event": "minecraft:spawn_for_raid"
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:witch"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": 2,
|
||||
"max_size": 2,
|
||||
"event": "minecraft:spawn_for_raid"
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:evocation_illager"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": 1,
|
||||
"max_size": 1,
|
||||
"event": "minecraft:spawn_for_raid_with_pillager_rider"
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:ravager"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": 1,
|
||||
"max_size": 1,
|
||||
"event": "minecraft:spawn_for_raid_with_evoker_rider"
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:ravager"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user