Vanilla Usage Components - Full
This page was created with Wiki Content Generator. If there are issues, contact us on Bedrock OSS Discord server. Includes all examples. Namespace minecraft
and some formatting have been removed to make the page load quickly. Last updated for 1.19.80
addrider
cave_spider
"minecraft:addrider": {
"entity_type": "minecraft:skeleton"
}
2
3
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.stray"
}
2
3
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.wither"
}
2
3
ravager
"minecraft:addrider": {
"entity_type": "minecraft:pillager"
}
2
3
"minecraft:addrider": {
"entity_type": "minecraft:pillager",
"spawn_event": "minecraft:spawn_for_raid"
}
2
3
4
"minecraft:addrider": {
"entity_type": "minecraft:evocation_illager",
"spawn_event": "minecraft:spawn_for_raid"
}
2
3
4
"minecraft:addrider": {
"entity_type": "minecraft:pillager",
"spawn_event": "minecraft:spawn_as_illager_captain"
}
2
3
4
"minecraft:addrider": {
"entity_type": "minecraft:vindicator"
}
2
3
"minecraft:addrider": {
"entity_type": "minecraft:vindicator",
"spawn_event": "minecraft:spawn_as_illager_captain"
}
2
3
4
spider
"minecraft:addrider": {
"entity_type": "minecraft:skeleton"
}
2
3
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.stray"
}
2
3
"minecraft:addrider": {
"entity_type": "minecraft:skeleton.wither"
}
2
3
strider
"minecraft:addrider": {
"entity_type": "minecraft:zombie_pigman",
"spawn_event": "minecraft:spawn_as_strider_jockey"
}
2
3
4
"minecraft:addrider": {
"entity_type": "minecraft:strider",
"spawn_event": "minecraft:spawn_baby_strider_jockey"
}
2
3
4
admire_item
piglin
"minecraft:admire_item": {
"duration": 8,
"cooldown_after_being_attacked": 20
}
2
3
4
ageable
axolotl
"minecraft:ageable": {
"duration": 1200,
"feed_items": "tropical_fish_bucket",
"transform_to_item": "water_bucket:0",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
bee
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"minecraft:red_flower",
"minecraft:yellow_flower",
"minecraft:wither_rose",
"minecraft:double_plant:0",
"minecraft:double_plant:1",
"minecraft:double_plant:4",
"minecraft:double_plant:5",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered",
"minecraft:mangrove_propagule"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cat
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
chicken
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
cow
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
dolphin
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
donkey
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.016667
},
{
"item": "sugar",
"growth": 0.025
},
{
"item": "hay_block",
"growth": 0.15
},
{
"item": "apple",
"growth": 0.05
},
{
"item": "golden_carrot",
"growth": 0.05
},
{
"item": "golden_apple",
"growth": 0.2
},
{
"item": "appleEnchanted",
"growth": 0.2
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
fox
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"sweet_berries",
"glow_berries"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
goat
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
hoglin
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"crimson_fungus"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
horse
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.016667
},
{
"item": "sugar",
"growth": 0.025
},
{
"item": "hay_block",
"growth": 0.15
},
{
"item": "apple",
"growth": 0.05
},
{
"item": "golden_carrot",
"growth": 0.05
},
{
"item": "golden_apple",
"growth": 0.2
},
{
"item": "appleEnchanted",
"growth": 0.2
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
llama
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.1
},
{
"item": "hay_block",
"growth": 0.9
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mooshroom
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
mule
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.016667
},
{
"item": "sugar",
"growth": 0.025
},
{
"item": "hay_block",
"growth": 0.15
},
{
"item": "apple",
"growth": 0.05
},
{
"item": "golden_carrot",
"growth": 0.05
},
{
"item": "golden_apple",
"growth": 0.2
},
{
"item": "appleEnchanted",
"growth": 0.2
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
ocelot
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
panda
"minecraft:ageable": {
"duration": 1200,
"feed_items": "bamboo",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
pig
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"carrot",
"beetroot",
"potato"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
polar_bear
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
rabbit
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"golden_carrot",
"carrot",
"yellow_flower"
],
"grow_up": {
"event": "grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
sheep
"minecraft:ageable": {
"duration": 1200,
"feed_items": "wheat",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
skeleton_horse
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
strider
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"warped_fungus"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
tadpole
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"slime_ball"
],
"grow_up": {
"event": "ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
trader_llama
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
{
"item": "wheat",
"growth": 0.1
},
{
"item": "hay_block",
"growth": 0.9
}
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
turtle
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"seagrass"
],
"drop_items": [
"turtle_shell_piece"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
villager
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
villager_v2
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
wolf
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"chicken",
"cooked_chicken",
"beef",
"cooked_beef",
"muttonRaw",
"muttonCooked",
"porkchop",
"cooked_porkchop",
"rabbit",
"cooked_rabbit",
"rotten_flesh"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
zombie_horse
"minecraft:ageable": {
"duration": 1200,
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
2
3
4
5
6
7
ambient_sound_interval
allay
"minecraft:ambient_sound_interval": {
"value": 5.0,
"range": 5.0,
"event_name": "ambient",
"event_names": [
{
"event_name": "ambient.tame",
"condition": "query.is_using_item"
},
{
"event_name": "ambient",
"condition": "!query.is_using_item"
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bee
"minecraft:ambient_sound_interval": {
"event_name": "ambient.pollinate",
"range": 3.0,
"value": 2.0
}
2
3
4
5
"minecraft:ambient_sound_interval": {
"event_name": "ambient",
"range": 0.0,
"value": 0.0
}
2
3
4
5
evocation_illager
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
2
3
4
5
fox
"minecraft:ambient_sound_interval": {
"event_name": "ambient"
}
2
3
"minecraft:ambient_sound_interval": {
"event_name": "sleep"
}
2
3
"minecraft:ambient_sound_interval": {
"event_name": "screech",
"value": 80,
"range": 160
}
2
3
4
5
pillager
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
2
3
4
5
ravager
"minecraft:ambient_sound_interval": {
"value": 4.0,
"range": 8.0,
"event_name": "ambient.in.raid"
}
2
3
4
5
vindicator
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
2
3
4
5
warden
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient",
"event_names": [
{
"event_name": "angry",
"condition": "query.anger_level(this) >= 80"
},
{
"event_name": "agitated",
"condition": "query.anger_level(this) >= 40"
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
witch
"minecraft:ambient_sound_interval": {
"value": 2.0,
"range": 4.0,
"event_name": "ambient.in.raid"
}
2
3
4
5
anger_level
warden
"minecraft:anger_level": {
"max_anger": 150,
"angry_threshold": 80,
"remove_targets_below_angry_threshold": true,
"angry_boost": 20,
"anger_decrement_interval": 1.0,
"default_annoyingness": 35,
"default_projectile_annoyingness": 10,
"on_increase_sounds": [
{
"sound": "listening_angry",
"condition": "query.anger_level(this) >= 40"
},
{
"sound": "listening",
"condition": "query.anger_level(this) >= 0"
}
],
"nuisance_filter": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "not",
"value": "warden"
},
{
"test": "is_family",
"subject": "other",
"operator": "not",
"value": "inanimate"
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
angry
bee
"minecraft:angry": {
"duration": 25,
"broadcastAnger": true,
"broadcastRange": 20,
"broadcast_filters": {
"test": "is_family",
"operator": "!=",
"value": "pacified"
},
"calm_event": {
"event": "calmed_down",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
cave_spider
"minecraft:angry": {
"duration": 10,
"duration_delta": 3,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
dolphin
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 16,
"calm_event": {
"event": "on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
enderman
"minecraft:angry": {
"duration": 25,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
hoglin
"minecraft:angry": {
"duration": 10,
"broadcast_anger": true,
"broadcast_range": 16,
"calm_event": {
"event": "become_calm_event",
"target": "self"
},
"angry_sound": "angry",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
llama
"minecraft:angry": {
"duration": 4,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
"minecraft:angry": {
"duration": -1,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
panda
"minecraft:angry": {
"duration": 500,
"broadcast_anger": true,
"broadcast_range": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
"minecraft:angry": {
"duration": 1,
"broadcast_anger": true,
"broadcast_range": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
piglin
"minecraft:angry": {
"duration": 30,
"broadcast_anger": true,
"broadcast_anger_on_attack": true,
"broadcast_anger_on_being_attacked": true,
"broadcast_range": 16,
"broadcast_targets": [
"piglin"
],
"calm_event": {
"event": "become_calm_event",
"target": "self"
},
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "piglin"
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
}
]
},
"angry_sound": "angry",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
piglin_brute
"minecraft:angry": {
"duration": 30,
"broadcast_anger": false,
"broadcast_anger_on_attack": false,
"broadcast_anger_on_being_attacked": true,
"broadcast_range": 16,
"broadcast_targets": [
"piglin"
],
"calm_event": {
"event": "become_calm_event",
"target": "self"
},
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "piglin"
}
]
},
"angry_sound": "angry",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
polar_bear
"minecraft:angry": {
"duration": 1,
"broadcast_anger": true,
"broadcast_range": 41,
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
"minecraft:angry": {
"duration": 500,
"broadcast_anger": false,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
silverfish
"minecraft:angry": {
"duration": -1,
"broadcast_anger": true,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
spider
"minecraft:angry": {
"duration": 10,
"duration_delta": 3,
"calm_event": {
"event": "minecraft:become_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
trader_llama
"minecraft:angry": {
"duration": 4,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
"minecraft:angry": {
"duration": -1,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
"minecraft:angry": {
"duration": 10,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
vindicator
"minecraft:angry": {
"duration": -1,
"broadcast_anger": false,
"calm_event": {
"event": "minecraft:stop_aggro",
"target": "self"
}
}
2
3
4
5
6
7
8
wandering_trader
"minecraft:angry": {
"duration": 5,
"broadcastAnger": true,
"broadcastRange": 10,
"broadcast_targets": [
"llama",
"trader_llama"
],
"broadcast_filters": {
"test": "is_leashed_to",
"subject": "other",
"value": true
},
"calm_event": {
"event": "minecraft:become_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
wolf
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
zombie_pigman
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}
2
3
4
5
6
7
8
9
annotation.break_door
drowned
"minecraft:annotation.break_door": {}
husk
"minecraft:annotation.break_door": {}
vindicator
"minecraft:annotation.break_door": {
"break_time": 30,
"min_difficulty": "normal"
}
2
3
4
zombie
"minecraft:annotation.break_door": {}
zombie_villager
"minecraft:annotation.break_door": {}
zombie_villager_v2
"minecraft:annotation.break_door": {}
annotation.open_door
piglin
"minecraft:annotation.open_door": {}
piglin_brute
"minecraft:annotation.open_door": {}
villager
"minecraft:annotation.open_door": {}
villager_v2
"minecraft:annotation.open_door": {}
area_attack
magma_cube
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 6,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 4,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 3,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pufferfish
"minecraft:area_attack": {
"damage_range": 0.2,
"damage_per_tick": 2,
"damage_cooldown": 0.5,
"cause": "contact",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "monster"
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
slime
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 4,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
"minecraft:area_attack": {
"damage_range": 0.15,
"damage_per_tick": 2,
"damage_cooldown": 0.5,
"cause": "entity_attack",
"entity_filter": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
attack
axolotl
"minecraft:attack": {
"damage": 2
}
2
3
bee
"minecraft:attack": {
"damage": 2
}
2
3
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 10
}
2
3
4
5
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 18
}
2
3
4
5
blaze
"minecraft:attack": {
"damage": 6
}
2
3
cave_spider
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 0
}
2
3
4
5
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 7
}
2
3
4
5
"minecraft:attack": {
"damage": 2,
"effect_name": "poison",
"effect_duration": 15
}
2
3
4
5
creeper
"minecraft:attack": {
"damage": 3
}
2
3
dolphin
"minecraft:attack": {
"damage": 3
}
2
3
drowned
"minecraft:attack": {
"damage": 3
}
2
3
elder_guardian
"minecraft:attack": {
"damage": 5
}
2
3
enderman
"minecraft:attack": {
"damage": 7
}
2
3
endermite
"minecraft:attack": {
"damage": 2
}
2
3
ender_dragon
"minecraft:attack": {
"damage": 3
}
2
3
fox
"minecraft:attack": {
"damage": 2
}
2
3
goat
"minecraft:attack": {
"damage": 1
}
2
3
"minecraft:attack": {
"damage": 2
}
2
3
guardian
"minecraft:attack": {
"damage": 5
}
2
3
hoglin
"minecraft:attack": {
"damage": 1.0
}
2
3
"minecraft:attack": {
"damage": [
3,
9
]
}
2
3
4
5
6
husk
"minecraft:attack": {
"damage": 3,
"effect_name": "hunger",
"effect_duration": 30
}
2
3
4
5
iron_golem
"minecraft:attack": {
"damage": {
"range_min": 7,
"range_max": 21
}
}
2
3
4
5
6
magma_cube
"minecraft:attack": {
"damage": 6
}
2
3
"minecraft:attack": {
"damage": 4
}
2
3
"minecraft:attack": {
"damage": 3
}
2
3
panda
"minecraft:attack": {
"damage": 2.0
}
2
3
"minecraft:attack": {
"damage": 6.0
}
2
3
phantom
"minecraft:attack": {
"damage": 6
}
2
3
piglin
"minecraft:attack": {
"damage": 5
}
2
3
piglin_brute
"minecraft:attack": {
"damage": 7
}
2
3
pillager
"minecraft:attack": {
"damage": 3
}
2
3
player
"minecraft:attack": {
"damage": 1
}
2
3
polar_bear
"minecraft:attack": {
"damage": 6.0
}
2
3
ravager
"minecraft:attack": {
"damage": 12.0
}
2
3
silverfish
"minecraft:attack": {
"damage": 1
}
2
3
skeleton
"minecraft:attack": {
"damage": 2
}
2
3
slime
"minecraft:attack": {
"damage": 4
}
2
3
"minecraft:attack": {
"damage": 2
}
2
3
"minecraft:attack": {
"damage": 0
}
2
3
snow_golem
"minecraft:attack": {
"damage": 2
}
2
3
spider
"minecraft:attack": {
"damage": 2
}
2
3
stray
"minecraft:attack": {
"damage": 3,
"effect_name": "slowness",
"effect_duration": 10
}
2
3
4
5
vex
"minecraft:attack": {
"damage": 3
}
2
3
vindicator
"minecraft:attack": {
"damage": 8
}
2
3
warden
"minecraft:attack": {
"damage": 30
}
2
3
wither_skeleton
"minecraft:attack": {
"damage": 4,
"effect_name": "wither",
"effect_duration": 10
}
2
3
4
5
wolf
"minecraft:attack": {
"damage": 3
}
2
3
"minecraft:attack": {
"damage": 4
}
2
3
zoglin
"minecraft:attack": {
"damage": 0.5
}
2
3
"minecraft:attack": {
"damage": [
3,
8
]
}
2
3
4
5
6
zombie
"minecraft:attack": {
"damage": 3
}
2
3
zombie_pigman
"minecraft:attack": {
"damage": 5
}
2
3
zombie_villager
"minecraft:attack": {
"damage": 3
}
2
3
zombie_villager_v2
"minecraft:attack": {
"damage": 3
}
2
3
attack_cooldown
axolotl
"minecraft:attack_cooldown": {
"attack_cooldown_time": 120.0,
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
2
3
4
5
6
7
goat
"minecraft:attack_cooldown": {
"attack_cooldown_time": [
30,
40
],
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
hoglin
"minecraft:attack_cooldown": {
"attack_cooldown_time": [
10.0,
15.0
],
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
piglin
"minecraft:attack_cooldown": {
"attack_cooldown_time": [
30.0,
120.0
],
"attack_cooldown_complete_event": {
"event": "attack_cooldown_complete_event",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
attack_damage
cat
"minecraft:attack_damage": {
"value": 4
}
2
3
ocelot
"minecraft:attack_damage": {
"value": 3
}
2
3
balloonable
allay
"minecraft:balloonable": {
"mass": 0.5
}
2
3
bee
"minecraft:balloonable": {
"mass": 0.5
}
2
3
boat
"minecraft:balloonable": {}
cat
"minecraft:balloonable": {
"mass": 0.6
}
2
3
chest_boat
"minecraft:balloonable": {}
chicken
"minecraft:balloonable": {
"mass": 0.5
}
2
3
cow
"minecraft:balloonable": {}
dolphin
"minecraft:balloonable": {}
donkey
"minecraft:balloonable": {}
fox
"minecraft:balloonable": {
"mass": 0.6
}
2
3
glow_squid
"minecraft:balloonable": {
"mass": 0.5
}
2
3
goat
"minecraft:balloonable": {}
hoglin
"minecraft:balloonable": {}
horse
"minecraft:balloonable": {}
iron_golem
"minecraft:balloonable": {
"mass": 2.0
}
2
3
llama
"minecraft:balloonable": {}
mooshroom
"minecraft:balloonable": {}
mule
"minecraft:balloonable": {}
ocelot
"minecraft:balloonable": {
"mass": 0.7
}
2
3
panda
"minecraft:balloonable": {}
parrot
"minecraft:balloonable": {}
pig
"minecraft:balloonable": {
"mass": 0.9
}
2
3
polar_bear
"minecraft:balloonable": {}
rabbit
"minecraft:balloonable": {
"mass": 0.4
}
2
3
sheep
"minecraft:balloonable": {
"mass": 0.75
}
2
3
skeleton_horse
"minecraft:balloonable": {}
snow_golem
"minecraft:balloonable": {}
squid
"minecraft:balloonable": {
"mass": 0.5
}
2
3
strider
"minecraft:balloonable": {}
trader_llama
"minecraft:balloonable": {}
wolf
"minecraft:balloonable": {
"mass": 0.8
}
2
3
zoglin
"minecraft:balloonable": {}
zombie_horse
"minecraft:balloonable": {}
barter
piglin
"minecraft:barter": {
"barter_table": "loot_tables/entities/piglin_barter.json",
"cooldown_after_being_attacked": 20
}
2
3
4
behavior.admire_item
piglin
"minecraft:behavior.admire_item": {
"priority": 2,
"admire_item_sound": "admire",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
},
"on_admire_item_start": {
"event": "admire_item_started_event",
"target": "self"
},
"on_admire_item_stop": {
"event": "admire_item_stopped_event",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
behavior.avoid_block
hoglin
"minecraft:behavior.avoid_block": {
"priority": 1,
"tick_interval": 5,
"search_range": 8,
"search_height": 4,
"walk_speed_modifier": 1,
"sprint_speed_modifier": 1,
"avoid_block_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
},
"target_selection_method": "nearest",
"target_blocks": [
"minecraft:warped_fungus",
"minecraft:portal",
"minecraft:respawn_anchor"
],
"on_escape": [
{
"event": "escaped_event",
"target": "self"
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
piglin
"minecraft:behavior.avoid_block": {
"priority": 9,
"tick_interval": 5,
"search_range": 8,
"search_height": 4,
"sprint_speed_modifier": 1.1,
"target_selection_method": "nearest",
"target_blocks": [
"minecraft:soul_fire",
"minecraft:soul_lantern",
"minecraft:soul_torch",
"minecraft:item.soul_campfire"
],
"avoid_block_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
behavior.avoid_mob_type
cat
"minecraft:behavior.avoid_mob_type": {
"priority": 6,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 10,
"walk_speed_multiplier": 0.8,
"sprint_speed_multiplier": 1.33
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
creeper
"minecraft:behavior.avoid_mob_type": {
"priority": 3,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "ocelot"
},
{
"test": "is_family",
"subject": "other",
"value": "cat"
}
]
},
"max_dist": 6,
"sprint_speed_multiplier": 1.2
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dolphin
"minecraft:behavior.avoid_mob_type": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "guardian_elder"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 1.0,
"sprint_speed_multiplier": 1.0
}
],
"probability_per_strength": 0.14
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
evocation_illager
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 1.0
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cod
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
"max_dist": 6,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2.0
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
fox
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"entity_types": [
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "trusts",
"subject": "other",
"operator": "!=",
"value": true
},
{
"test": "is_sneaking",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "polarbear"
},
{
"test": "is_family",
"subject": "other",
"value": "wolf"
}
]
},
"max_dist": 10,
"walk_speed_multiplier": 1.0,
"sprint_speed_multiplier": 1.5
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
guardian
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 8,
"walk_speed_multiplier": 1,
"sprint_speed_multiplier": 1
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hoglin
"minecraft:behavior.avoid_mob_type": {
"priority": 0,
"remove_target": true,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "has_target",
"subject": "other",
"value": true
},
{
"test": "is_family",
"subject": "other",
"value": "piglin"
}
]
},
"check_if_outnumbered": true,
"max_dist": 10,
"sprint_speed_multiplier": 1.2
}
],
"avoid_mob_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
ocelot
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 10,
"walk_speed_multiplier": 0.8,
"sprint_speed_multiplier": 1.33
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
panda
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"max_dist": 16,
"max_flee": 20,
"entity_types": [
{
"filters": {
"test": "is_family",
"operator": "!=",
"subject": "other",
"value": "panda"
},
"max_dist": 16,
"sprint_speed_multiplier": 1.5
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
phantom
"minecraft:behavior.avoid_mob_type": {
"priority": 0,
"max_dist": 16.0,
"ignore_visibility": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "ocelot"
},
{
"test": "is_family",
"subject": "other",
"value": "cat"
}
]
},
"max_dist": 16
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
piglin
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"remove_target": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie_pigman"
}
]
},
"max_dist": 6
},
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zoglin"
}
]
},
"max_dist": 6
},
{
"filters": {
"all_of": [
{
"test": "has_target",
"subject": "other",
"value": true
},
{
"test": "is_family",
"subject": "other",
"value": "hoglin"
}
]
},
"sprint_speed_multiplier": 1.2,
"check_if_outnumbered": true
}
],
"on_escape_event": {
"event": "become_calm_event",
"target": "self"
},
"avoid_mob_sound": "retreat",
"sound_interval": {
"range_min": 2.0,
"range_max": 5.0
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
pufferfish
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
"max_dist": 6,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2.0
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
rabbit
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 8,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.8
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "wolf"
},
"max_dist": 4,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.8
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "monster"
},
"max_dist": 4,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.5
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
salmon
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
"max_dist": 3,
"max_flee": 10,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2.0
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
skeleton
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "wolf"
},
"max_dist": 6,
"walk_speed_multiplier": 1.2,
"sprint_speed_multiplier": 1.2
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
stray
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "wolf"
},
"max_dist": 6,
"walk_speed_multiplier": 1.2,
"sprint_speed_multiplier": 1.2
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tropicalfish
"minecraft:behavior.avoid_mob_type": {
"priority": 1,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
"max_dist": 6,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 2.0
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
villager
"minecraft:behavior.avoid_mob_type": {
"priority": 3,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_villager"
},
{
"test": "is_family",
"subject": "other",
"value": "illager"
},
{
"test": "is_family",
"subject": "other",
"value": "vex"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
villager_v2
"minecraft:behavior.avoid_mob_type": {
"priority": 4,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_villager"
},
{
"test": "is_family",
"subject": "other",
"value": "illager"
},
{
"test": "is_family",
"subject": "other",
"value": "vex"
},
{
"test": "is_family",
"subject": "other",
"value": "zoglin"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
wandering_trader
"minecraft:behavior.avoid_mob_type": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_villager"
},
{
"test": "is_family",
"subject": "other",
"value": "zombie_pigman"
},
{
"test": "is_family",
"subject": "other",
"value": "illager"
},
{
"test": "is_family",
"subject": "other",
"value": "vex"
},
{
"test": "is_family",
"subject": "other",
"value": "zoglin"
}
]
},
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
],
"max_dist": 6
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
wolf
"minecraft:behavior.avoid_mob_type": {
"priority": 3,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "llama"
},
"max_dist": 24,
"walk_speed_multiplier": 1.5,
"sprint_speed_multiplier": 1.5
}
],
"probability_per_strength": 0.14
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
behavior.barter
piglin
"minecraft:behavior.barter": {
"priority": 3
}
2
3
behavior.beg
wolf
"minecraft:behavior.beg": {
"priority": 9,
"look_distance": 8,
"look_time": [
2,
4
],
"items": [
"bone",
"porkchop",
"cooked_porkchop",
"chicken",
"cooked_chicken",
"beef",
"cooked_beef",
"rotten_flesh",
"muttonraw",
"muttoncooked",
"rabbit",
"cooked_rabbit"
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
behavior.breed
axolotl
"minecraft:behavior.breed": {
"priority": 1,
"speed_multiplier": 1.0
}
2
3
4
bee
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
2
3
4
cat
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
chicken
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
cow
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
donkey
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
2
3
4
fox
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
frog
"minecraft:behavior.breed": {
"priority": 4
}
2
3
goat
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 0.6
}
2
3
4
hoglin
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 0.6
}
2
3
4
horse
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
2
3
4
llama
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
2
3
4
mooshroom
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
ocelot
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
panda
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
pig
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
2
3
4
rabbit
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 0.8
}
2
3
4
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
2
3
4
sheep
"minecraft:behavior.breed": {
"priority": 3,
"speed_multiplier": 1.0
}
2
3
4
strider
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
2
3
4
trader_llama
"minecraft:behavior.breed": {
"priority": 4,
"speed_multiplier": 1.0
}
2
3
4
turtle
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
2
3
4
wolf
"minecraft:behavior.breed": {
"priority": 2,
"speed_multiplier": 1.0
}
2
3
4
behavior.celebrate
evocation_illager
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pillager
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ravager
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
vindicator
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
witch
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"jump_interval": {
"range_min": 1.0,
"range_max": 3.5
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
behavior.celebrate_survive
villager
"minecraft:behavior.celebrate_survive": {
"priority": 5,
"fireworks_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
villager_v2
"minecraft:behavior.celebrate_survive": {
"priority": 5,
"fireworks_interval": {
"range_min": 2.0,
"range_max": 7.0
},
"duration": 30.0,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
behavior.charge_attack
vex
"minecraft:behavior.charge_attack": {
"priority": 4
}
2
3
behavior.charge_held_item
piglin
"minecraft:behavior.charge_held_item": {
"priority": 3,
"items": [
"minecraft:arrow"
]
}
2
3
4
5
6
pillager
"minecraft:behavior.charge_held_item": {
"priority": 3,
"items": [
"minecraft:arrow"
]
}
2
3
4
5
6
behavior.circle_around_anchor
phantom
"minecraft:behavior.circle_around_anchor": {
"priority": 3,
"radius_change": 1.0,
"radius_adjustment_chance": 0.004,
"height_adjustment_chance": 0.002857,
"goal_radius": 1.0,
"angle_change": 15.0,
"radius_range": [
5.0,
15.0
],
"height_offset_range": [
-4.0,
5.0
],
"height_above_target_range": [
20.0,
40.0
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
behavior.controlled_by_player
pig
"minecraft:behavior.controlled_by_player": {
"priority": 0
}
2
3
strider
"minecraft:behavior.controlled_by_player": {
"priority": 0,
"mount_speed_multiplier": 1.45
}
2
3
4
behavior.croak
frog
"minecraft:behavior.croak": {
"priority": 9,
"interval": [
10,
20
],
"duration": 4.5,
"filters": {
"all_of": [
{
"test": "in_water",
"value": false
},
{
"test": "in_lava",
"value": false
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
behavior.defend_trusted_target
fox
"minecraft:behavior.defend_trusted_target": {
"priority": 0,
"within_radius": 25,
"must_see": false,
"aggro_sound": "mad",
"sound_chance": 0.05,
"on_defend_start": {
"event": "minecraft:fox_configure_defending",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
behavior.defend_village_target
iron_golem
"minecraft:behavior.defend_village_target": {
"priority": 1,
"must_reach": true,
"attack_chance": 0.05,
"entity_types": {
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
}
]
}
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
behavior.delayed_attack
ravager
"minecraft:behavior.delayed_attack": {
"priority": 4,
"attack_once": false,
"track_target": true,
"require_complete_path": false,
"random_stop_interval": 0,
"reach_multiplier": 1.5,
"speed_multiplier": 1.0,
"attack_duration": 0.75,
"hit_delay_pct": 0.5
}
2
3
4
5
6
7
8
9
10
11
behavior.dig
warden
"minecraft:behavior.dig": {
"priority": 1,
"duration": 5.5,
"idle_time": 60.0,
"vibration_is_disturbance": true,
"suspicion_is_disturbance": true,
"digs_in_daylight": false,
"on_start": {
"event": "on_digging_event",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
behavior.dragonchargeplayer
ender_dragon
"minecraft:behavior.dragonchargeplayer": {
"priority": 1
}
2
3
behavior.dragondeath
ender_dragon
"minecraft:behavior.dragondeath": {
"priority": 0
}
2
3
behavior.dragonflaming
ender_dragon
"minecraft:behavior.dragonflaming": {
"priority": 1
}
2
3
behavior.dragonholdingpattern
ender_dragon
"minecraft:behavior.dragonholdingpattern": {
"priority": 3
}
2
3
behavior.dragonlanding
ender_dragon
"minecraft:behavior.dragonlanding": {
"priority": 0
}
2
3
behavior.dragonscanning
ender_dragon
"minecraft:behavior.dragonscanning": {
"priority": 2
}
2
3
behavior.dragonstrafeplayer
ender_dragon
"minecraft:behavior.dragonstrafeplayer": {
"priority": 2
}
2
3
behavior.dragontakeoff
ender_dragon
"minecraft:behavior.dragontakeoff": {
"priority": 0
}
2
3
behavior.drink_milk
wandering_trader
"minecraft:behavior.drink_milk": {
"priority": 5,
"filters": {
"all_of": [
{
"test": "is_daytime",
"value": true
},
{
"test": "is_visible",
"subject": "self",
"value": false
},
{
"test": "is_avoiding_mobs",
"subject": "self",
"value": false
}
]
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
behavior.drink_potion
wandering_trader
"minecraft:behavior.drink_potion": {
"priority": 1,
"speed_modifier": -0.2,
"potions": [
{
"id": 7,
"chance": 1.0,
"filters": {
"all_of": [
{
"any_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 18000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 12000
}
]
},
{
"test": "is_visible",
"subject": "self",
"value": true
},
{
"any_of": [
{
"test": "is_avoiding_mobs",
"subject": "self",
"value": true
},
{
"all_of": [
{
"test": "has_component",
"subject": "self",
"value": "minecraft:angry"
},
{
"test": "is_family",
"subject": "target",
"operator": "!=",
"value": "player"
}
]
}
]
}
]
}
},
{
"id": 8,
"chance": 1.0,
"filters": {
"all_of": [
{
"test": "hourly_clock_time",
"operator": ">=",
"value": 12000
},
{
"test": "hourly_clock_time",
"operator": "<",
"value": 18000
},
{
"test": "is_visible",
"subject": "self",
"value": true
},
{
"any_of": [
{
"test": "is_avoiding_mobs",
"subject": "self",
"value": true
},
{
"test": "has_component",
"subject": "self",
"value": "minecraft:angry"
}
]
}
]
}
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
witch
"minecraft:behavior.drink_potion": {
"priority": 1,
"speed_modifier": -0.25,
"potions": [
{
"id": 19,
"chance": 0.15,
"filters": {
"all_of": [
{
"test": "is_underwater",
"subject": "self",
"value": true
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "self",
"value": "water_breathing"
}
]
}
]
}
},
{
"id": 12,
"chance": 0.15,
"filters": {
"all_of": [
{
"any_of": [
{
"test": "on_fire",
"subject": "self",
"value": true
},
{
"test": "on_hot_block",
"subject": "self",
"value": true
},
{
"test": "taking_fire_damage",
"subject": "self",
"value": true
}
]
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "self",
"value": "fire_resistance"
}
]
}
]
}
},
{
"id": 21,
"chance": 0.05,
"filters": {
"all_of": [
{
"test": "is_missing_health",
"subject": "self",
"value": true
}
]
}
},
{
"id": 14,
"chance": 0.25,
"filters": {
"all_of": [
{
"test": "has_target",
"subject": "self",
"value": true
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "self",
"value": "speed"
}
]
},
{
"test": "target_distance",
"subject": "self",
"value": 11.0,
"operator": ">="
}
]
}
}
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
behavior.drop_item_for
cat
"minecraft:behavior.drop_item_for": {
"priority": 1,
"seconds_before_pickup": 0.0,
"cooldown": 0.25,
"drop_item_chance": 0.7,
"offering_distance": 5.0,
"minimum_teleport_distance": 2.0,
"max_head_look_at_height": 10.0,
"target_range": [
5.0,
5.0,
5.0
],
"teleport_offset": [
0.0,
1.0,
0.0
],
"time_of_day_range": [
0.74999,
0.8
],
"speed_multiplier": 1.0,
"search_range": 5,
"search_height": 2,
"search_count": 0,
"goal_radius": 1.0,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 6
}
],
"loot_table": "loot_tables/entities/cat_gift.json",
"on_drop_attempt": {
"event": "minecraft:cat_gifted_owner",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
behavior.eat_block
sheep
"minecraft:behavior.eat_block": {
"priority": 6,
"success_chance": "query.is_baby ? 0.02 : 0.001",
"time_until_eat": 1.8,
"eat_and_replace_block_pairs": [
{
"eat_block": "grass",
"replace_block": "dirt"
},
{
"eat_block": "tallgrass",
"replace_block": "air"
}
],
"on_eat": {
"event": "minecraft:on_eat_block",
"target": "self"
}
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
behavior.eat_carried_item
fox
"minecraft:behavior.eat_carried_item": {
"priority": 12,
"delay_before_eating": 28
}
2
3
4
behavior.eat_mob
frog
"minecraft:behavior.eat_mob": {
"priority": 7,
"run_speed": 2.0,
"eat_animation_time": 0.3,
"pull_in_force": 0.75,
"reach_mob_distance": 1.75,
"eat_mob_sound": "tongue",
"loot_table": "loot_tables/entities/frog.json"
}
2
3
4
5
6
7
8
9
behavior.emerge
warden
"minecraft:behavior.emerge": {
"duration": 7.0,
"on_done": {
"event": "minecraft:emerged",
"target": "self"
}
}
2
3
4
5
6
7
behavior.enderman_leave_block
enderman
"minecraft:behavior.enderman_leave_block": {
"priority": 10
}
2
3
behavior.enderman_take_block
enderman
"minecraft:behavior.enderman_take_block": {
"priority": 11
}
2
3
behavior.equip_item
drowned
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
fox
"minecraft:behavior.equip_item": {
"priority": 2
}
2
3
husk
"minecraft:behavior.equip_item": {
"priority": 2
}
2
3
piglin
"minecraft:behavior.equip_item": {
"priority": 5
}
2
3
pillager
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
skeleton
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
stray
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
wither_skeleton
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
zombie
"minecraft:behavior.equip_item": {
"priority": 2
}
2
3
zombie_pigman
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
zombie_villager
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
zombie_villager_v2
"minecraft:behavior.equip_item": {
"priority": 3
}
2
3
behavior.explore_outskirts
villager_v2
"minecraft:behavior.explore_outskirts": {}
"minecraft:behavior.explore_outskirts": {
"priority": 9,
"next_xz": 5,
"next_y": 3,
"min_wait_time": 3.0,
"max_wait_time": 10.0,
"max_travel_time": 60.0,
"speed_multiplier": 0.6,
"explore_dist": 6.0,
"min_perimeter": 1.0,
"min_dist_from_target": 2.5,
"timer_ratio": 2.0,
"dist_from_boundary": [
5.0,
0.0,
5.0
]
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
behavior.fertilize_farm_block
villager_v2
"minecraft:behavior.fertilize_farm_block": {
"priority": 8
}
2
3
behavior.find_cover
fox
"minecraft:behavior.find_cover": {
"priority": 0,
"speed_multiplier": 1,
"cooldown_time": 0.0
}
2
3
4
5
"minecraft:behavior.find_cover": {
"priority": 9,
"speed_multiplier": 1,
"cooldown_time": 5.0
}
2
3
4
5
behavior.find_mount
husk
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16
}
2
3
4
parrot
"minecraft:behavior.find_mount": {
"priority": 3,
"within_radius": 16,
"avoid_water": true,
"start_delay": 100,
"target_needed": false,
"mount_distance": 2.0
}
2
3
4
5
6
7
8
piglin
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16,
"start_delay": 15,
"max_failed_attempts": 20
}
2
3
4
5
6
zombie
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16,
"start_delay": 15,
"max_failed_attempts": 20
}
2
3
4
5
6
zombie_villager
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16
}
2
3
4
zombie_villager_v2
"minecraft:behavior.find_mount": {
"priority": 1,
"within_radius": 16
}
2
3
4
behavior.find_underwater_treasure
dolphin
"minecraft:behavior.find_underwater_treasure": {
"priority": 2,
"speed_multiplier": 2.0,
"search_range": 30,
"stop_distance": 50
}
2
3
4
5
6
behavior.flee_sun
drowned
"minecraft:behavior.flee_sun": {
"priority": 2,
"speed_multiplier": 1
}
2
3
4
skeleton
"minecraft:behavior.flee_sun": {
"priority": 2,
"speed_multiplier": 1
}
2
3
4
stray
"minecraft:behavior.flee_sun": {
"priority": 2,
"speed_multiplier": 1
}
2
3
4
zombie_villager
"minecraft:behavior.flee_sun": {
"priority": 4,
"speed_multiplier": 1
}
2
3
4
zombie_villager_v2
"minecraft:behavior.flee_sun": {
"priority": 4,
"speed_multiplier": 1
}
2
3
4
behavior.float
allay
"minecraft:behavior.float": {
"priority": 7
}
2
3
bat
"minecraft:behavior.float": {
"priority": 0
}
2
3
bee
"minecraft:behavior.float":