mirror of
https://github.com/guilhermewerner/tcc
synced 2025-08-07 15:43:44 +00:00
Add minecraft bedrock server
This commit is contained in:
61
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/horse.json
vendored
Normal file
61
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/horse.json
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:horse",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 4
|
||||
},
|
||||
"minecraft:herd": [
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_white"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_creamy"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_chestnut"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_brown"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_black"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_gray"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_darkbrown"}
|
||||
],
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "plains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 1
|
||||
},
|
||||
"minecraft:herd": [
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_white"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_creamy"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_chestnut"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_brown"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_black"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_gray"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_darkbrown"}
|
||||
],
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "savanna"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
51
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/llama.json
vendored
Normal file
51
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/llama.json
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:llama",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":4,
|
||||
"max_size":6
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "extreme_hills"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":4,
|
||||
"max_size":4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "savanna"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
52
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/panda.json
vendored
Normal file
52
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/panda.json
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:panda",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "jungle" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "bamboo" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 40
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "bamboo"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
172
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/pillager_patrol.json
vendored
Normal file
172
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/pillager_patrol.json
vendored
Normal file
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"format_version": "1.11.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pillager_patrol",
|
||||
"population_control": "pillager"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:mob_event_filter": {
|
||||
"event": "minecraft:pillager_patrols_event"
|
||||
},
|
||||
"minecraft:world_age_filter": {
|
||||
"min": 6000
|
||||
},
|
||||
"minecraft:delay_filter": {
|
||||
"min": 600,
|
||||
"max": 660,
|
||||
"identifier": "minecraft:pillager_patrol_easy",
|
||||
"spawn_chance": 20
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:distance_filter": {
|
||||
"min": 24,
|
||||
"max": 48
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"max": "easy"
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 5,
|
||||
"initial_event": "minecraft:promote_to_patrol_captain",
|
||||
"initial_event_count": 1,
|
||||
"event": "minecraft:spawn_as_patrol_follower",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:pillager<minecraft:spawn_as_patrol_follower>"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "nether" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "the_end" }
|
||||
]
|
||||
},
|
||||
"minecraft:player_in_village_filter": {
|
||||
"distance": 48,
|
||||
"village_border_tolerance": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:mob_event_filter": {
|
||||
"event": "minecraft:pillager_patrols_event"
|
||||
},
|
||||
"minecraft:world_age_filter": {
|
||||
"min": 6000
|
||||
},
|
||||
"minecraft:delay_filter": {
|
||||
"min": 600,
|
||||
"max": 660,
|
||||
"identifier": "minecraft:pillager_patrol_normal",
|
||||
"spawn_chance": 20
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:distance_filter": {
|
||||
"min": 24,
|
||||
"max": 48
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "normal",
|
||||
"max": "normal"
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 5,
|
||||
"initial_event": "minecraft:promote_to_patrol_captain",
|
||||
"initial_event_count": 1,
|
||||
"event": "minecraft:spawn_as_patrol_follower",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:pillager<minecraft:spawn_as_patrol_follower>"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "nether" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "the_end" }
|
||||
]
|
||||
},
|
||||
"minecraft:player_in_village_filter": {
|
||||
"distance": 48,
|
||||
"village_border_tolerance": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:mob_event_filter": {
|
||||
"event": "minecraft:pillager_patrols_event"
|
||||
},
|
||||
"minecraft:world_age_filter": {
|
||||
"min": 6000
|
||||
},
|
||||
"minecraft:delay_filter": {
|
||||
"min": 600,
|
||||
"max": 660,
|
||||
"identifier": "minecraft:pillager_patrol_hard",
|
||||
"spawn_chance": 20
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:distance_filter": {
|
||||
"min": 24,
|
||||
"max": 48
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "hard"
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 5,
|
||||
"initial_event": "minecraft:promote_to_patrol_captain",
|
||||
"initial_event_count": 1,
|
||||
"event": "minecraft:spawn_as_patrol_follower",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 80,
|
||||
"entity_type": "minecraft:pillager<minecraft:spawn_as_patrol_follower>"
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"entity_type": "minecraft:vindicator"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "nether" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "the_end" }
|
||||
]
|
||||
},
|
||||
"minecraft:player_in_village_filter": {
|
||||
"distance": 48,
|
||||
"village_border_tolerance": 32
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
57
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/polar_bear.json
vendored
Normal file
57
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/polar_bear.json
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polar_bear",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:ice",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 1
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2,
|
||||
"event":"minecraft:entity_born",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "frozen"},
|
||||
{"test": "has_biome_tag", "operator":"!=", "value": "ocean"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:ice",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2,
|
||||
"event":"minecraft:entity_born",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "frozen"},
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "ocean"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
68
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/rabbit.json
vendored
Normal file
68
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/rabbit.json
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:rabbit",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:snow",
|
||||
"minecraft:sand"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 4
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":2,
|
||||
"max_size":3
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "taiga"},
|
||||
{ "test": "has_biome_tag", "operator":"!=", "value": "mega"}
|
||||
]
|
||||
},
|
||||
{"test": "is_snow_covered", "operator":"==", "value": true},
|
||||
{"test": "has_biome_tag", "operator":"==", "value":"desert"}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:snow",
|
||||
"minecraft:sand"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 20
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":2,
|
||||
"max_size":4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "flower_forest"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
49
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/squid.json
vendored
Normal file
49
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/squid.json
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:squid",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 4
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "ocean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 2
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{ "test": "has_biome_tag", "operator": "==", "value": "river" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
35
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/turtle.json
vendored
Normal file
35
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/turtle.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:turtle",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:sand",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": 60,
|
||||
"max": 67
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 6
|
||||
},
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "beach" },
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "warm"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
59
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/wolf.json
vendored
Normal file
59
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/wolf.json
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wolf",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:podzol",
|
||||
"minecraft:dirt"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":4,
|
||||
"max_size":4
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "taiga"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":4,
|
||||
"max_size":4
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "forest"},
|
||||
{"test": "has_biome_tag", "operator":"!=", "value": "mutated"},
|
||||
{"test": "has_biome_tag", "operator":"!=", "value": "birch"},
|
||||
{"test": "has_biome_tag", "operator":"!=", "value": "roofed"},
|
||||
{"test": "has_biome_tag", "operator":"!=", "value": "mountain"}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
43
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/zombie.json
vendored
Normal file
43
servers/bedrock/behavior_packs/vanilla_1.15/spawn_rules/zombie.json
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:zombie",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"entity_type": "minecraft:zombie_villager_v2"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "monster"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user