Version History for the Witch Entity
<< back to entity list
Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>
Changes in version 1.20.30.21
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:behavior.nearest_prioritized_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"priority": 1,
"max_dist": 10
},
{
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
},
{
"test": "is_raider",
"subject": "self",
"value": true
},
{
"none_of": [
{
"test": "is_family",
"subject": "other",
"value": "witch"
}
]
}
]
},
"priority": 2,
"cooldown": 10,
"max_dist": 10
}
],
"must_reach": true
} - Previous Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 10
}
],
"must_reach": true
} - New Value:
"minecraft:shooter": {
"power": 0.75,
"def": "minecraft:splash_potion",
"aux_val": 23,
"sound": "throw",
"projectiles": [
{
"def": "minecraft:splash_potion",
"aux_val": 21,
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
},
{
"test": "actor_health",
"subject": "other",
"value": 4,
"operator": ">="
}
]
},
"lose_target": true
},
{
"def": "minecraft:splash_potion",
"aux_val": 28,
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
}
]
},
"lose_target": true
},
{
"def": "minecraft:splash_potion",
"aux_val": 17,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "slowness"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 25,
"filters": {
"all_of": [
{
"test": "actor_health",
"subject": "other",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "poison"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 34,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 3,
"operator": ">="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "weakness"
}
]
}
]
},
"chance": 0.25
}
],
"magic": true
}Previous Value:"minecraft:shooter": {
"power": 0.75,
"def": "minecraft:splash_potion",
"aux_val": 23,
"sound": "throw",
"projectiles": [
{
"def": "minecraft:splash_potion",
"aux_val": 17,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "slowness"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 25,
"filters": {
"all_of": [
{
"test": "actor_health",
"subject": "other",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "poison"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 34,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 3,
"operator": ">="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "weakness"
}
]
}
]
},
"chance": 0.25
}
],
"magic": true
}
Changes in version 1.20.30.20
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 10
}
],
"must_reach": true
} - Previous Value:
"minecraft:behavior.nearest_prioritized_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"priority": 1,
"max_dist": 10
},
{
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
},
{
"test": "is_raider",
"subject": "self",
"value": true
},
{
"none_of": [
{
"test": "is_family",
"subject": "other",
"value": "witch"
}
]
}
]
},
"priority": 2,
"cooldown": 10,
"max_dist": 10
}
],
"must_reach": true
} - New Value:
"minecraft:shooter": {
"power": 0.75,
"def": "minecraft:splash_potion",
"aux_val": 23,
"sound": "throw",
"projectiles": [
{
"def": "minecraft:splash_potion",
"aux_val": 17,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "slowness"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 25,
"filters": {
"all_of": [
{
"test": "actor_health",
"subject": "other",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "poison"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 34,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 3,
"operator": ">="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "weakness"
}
]
}
]
},
"chance": 0.25
}
],
"magic": true
}Previous Value:"minecraft:shooter": {
"power": 0.75,
"def": "minecraft:splash_potion",
"aux_val": 23,
"sound": "throw",
"projectiles": [
{
"def": "minecraft:splash_potion",
"aux_val": 21,
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
},
{
"test": "actor_health",
"subject": "other",
"value": 4,
"operator": ">="
}
]
},
"lose_target": true
},
{
"def": "minecraft:splash_potion",
"aux_val": 28,
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
}
]
},
"lose_target": true
},
{
"def": "minecraft:splash_potion",
"aux_val": 17,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "slowness"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 25,
"filters": {
"all_of": [
{
"test": "actor_health",
"subject": "other",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "poison"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 34,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 3,
"operator": ">="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "weakness"
}
]
}
]
},
"chance": 0.25
}
],
"magic": true
}
Changes in version 1.20.30.2
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:behavior.nearest_prioritized_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"priority": 1,
"max_dist": 10
},
{
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
},
{
"test": "is_raider",
"subject": "self",
"value": true
},
{
"none_of": [
{
"test": "is_family",
"subject": "other",
"value": "witch"
}
]
}
]
},
"priority": 2,
"cooldown": 10,
"max_dist": 10
}
],
"must_reach": true
} - Previous Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
"max_dist": 10
}
],
"must_reach": true
} - New Value:
"minecraft:shooter": {
"power": 0.75,
"def": "minecraft:splash_potion",
"aux_val": 23,
"sound": "throw",
"projectiles": [
{
"def": "minecraft:splash_potion",
"aux_val": 21,
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
},
{
"test": "actor_health",
"subject": "other",
"value": 4,
"operator": ">="
}
]
},
"lose_target": true
},
{
"def": "minecraft:splash_potion",
"aux_val": 28,
"filters": {
"all_of": [
{
"test": "is_raider",
"subject": "other",
"value": true
}
]
},
"lose_target": true
},
{
"def": "minecraft:splash_potion",
"aux_val": 17,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "slowness"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 25,
"filters": {
"all_of": [
{
"test": "actor_health",
"subject": "other",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "poison"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 34,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 3,
"operator": ">="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "weakness"
}
]
}
]
},
"chance": 0.25
}
],
"magic": true
}Previous Value:"minecraft:shooter": {
"power": 0.75,
"def": "minecraft:splash_potion",
"aux_val": 23,
"sound": "throw",
"projectiles": [
{
"def": "minecraft:splash_potion",
"aux_val": 17,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "slowness"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 25,
"filters": {
"all_of": [
{
"test": "actor_health",
"subject": "other",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "poison"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 34,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 3,
"operator": ">="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "weakness"
}
]
}
]
},
"chance": 0.25
}
],
"magic": true
}
Changes in version 1.19.80.2
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:damage_sensor": []
- New Value:
"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,
"operator": "<="
}
]
}
}
]
}Previous Value:"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
}
]
},
{
"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,
"operator": "<="
}
]
}
}
]
}
Changes in version 1.19.70.2
- Behavior Packs > Entities > witch.json
- New Value:
"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
}
]
},
{
"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,
"operator": "<="
}
]
}
}
]
} - New Value:
"minecraft:shooter": {
"power": 0.75,
"def": "minecraft:splash_potion",
"aux_val": 23,
"sound": "throw",
"projectiles": [
{
"def": "minecraft:splash_potion",
"aux_val": 17,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "slowness"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 25,
"filters": {
"all_of": [
{
"test": "actor_health",
"subject": "other",
"value": 8,
"operator": "<="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "poison"
}
]
}
]
}
},
{
"def": "minecraft:splash_potion",
"aux_val": 34,
"filters": {
"all_of": [
{
"test": "target_distance",
"subject": "self",
"value": 3,
"operator": ">="
},
{
"none_of": [
{
"test": "has_mob_effect",
"subject": "other",
"value": "weakness"
}
]
}
]
},
"chance": 0.25
}
],
"magic": true
} - New Value:
"format_version": "1.19.60"
Previous Value:"format_version": "1.16.0"
Changes in version 1.19.50.2
- Resource Packs > Materials > witch
- New Value:
"variants": [
{
"skinning": {
"+defines": [
"USE_SKINNING"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_color": {
"+defines": [
"USE_SKINNING",
"USE_OVERLAY"
],
"+states": [
"Blending"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Color"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_alphatest": {
"+defines": [
"USE_SKINNING",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
]Previous Value:"variants": [
{
"skinning": {
"+defines": [
"USE_SKINNING"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_color": {
"+defines": [
"USE_SKINNING",
"USE_OVERLAY"
],
"+states": [
"Blending"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Color"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
]
Changes in version 1.19.0.5
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": true,
"first_founding_reward": 0
}Previous Value:"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": false,
"first_founding_reward": 0
}
Changes in version 1.18.30.4
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:raid_persistence": {
"minecraft:persistent": []
} - Previous Value:
"minecraft:raid_persistence": {
"minecraft:persistent": []
}
Changes in version 1.18.10.4
- Resource Packs > Textures > witch.png
- Hover/Tap to zoom...
Changes in version 1.18.0.2
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:raid_expired": {
"sequence": [
{
"filters": {
"test": "has_nametag",
"value": false
},
"remove": {
"component_groups": [
"minecraft:raid_persistence"
]
}
}
]
} - New Value:
"minecraft:raid_persistence": {
"minecraft:persistent": []
} - New Value:
"minecraft:spawn_for_raid": {
"add": {
"component_groups": [
"minecraft:raid_configuration",
"minecraft:raid_persistence"
]
}
}Previous Value:"minecraft:spawn_for_raid": {
"add": {
"component_groups": [
"minecraft:raid_configuration"
]
}
} - New Value:
"minecraft:start_celebrating": {
"sequence": [
{
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
},
{
"filters": {
"test": "has_nametag",
"value": false
},
"remove": {
"component_groups": [
"minecraft:raid_persistence"
]
}
}
]
}Previous Value:"minecraft:start_celebrating": {
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
Changes in version 1.16.0.2
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- Resource Packs > Textures > witch.png
- Hover/Tap to zoom...
Changes in version 1.13.0.34
- Behavior Packs > Entities > witch.json
- New Value:
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
} - New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0"
} - New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
} - New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"minecraft:celebrate": {
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2,
"range_max": 7
},
"jump_interval": {
"range_min": 1,
"range_max": 3.5
},
"duration": 30,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
} - New Value:
"minecraft:start_celebrating": {
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"minecraft:stop_celebrating": {
"remove": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:type_family": {
"family": [
"witch",
"monster",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"witch",
"monster"
]
} - New Value:
"minecraft:behavior.move_to_village": {
"priority": 3,
"speed_multiplier": 1.2,
"goal_radius": 2
}Previous Value:"minecraft:behavior.move_to_village": {
"priority": 3,
"speed_multiplier": 1.2
}
- Resource Packs > Animation Controllers > villager.animation_controllers.json
- New Value:
"initial_state": "baby"
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
- Resource Packs > Animation Controllers > witch.animation_controllers.json
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
"villager_general",
"look_at_target",
"general"
]
}Previous Value:"default": {
"animations": [
{
"villager_general": []
},
{
"look_at_target": []
},
{
"general": []
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
Entity Histories...
- Agent
- Allay
- Area Effect Cloud
- Armor Stand
- Arrow
- Axolotl
- Bat
- Bee
- Blaze
- Boat
- Camel
- Cat
- Cave Spider
- Chest Boat
- Chest Minecart
- Chicken
- Cod
- Command Block Minecart
- Cow
- Creeper
- Dolphin
- Donkey
- Dragon Fireball
- Drowned
- Egg
- Elder Guardian
- Enderman
- Endermite
- Ender Crystal
- Ender Dragon
- Ender Pearl
- Evocation Illager
- Eye Of Ender Signal
- Fireball
- Fireworks Rocket
- Fishing Hook
- Fox
- Frog
- Ghast
- Glow Squid
- Goat
- Guardian
- Hoglin
- Hopper Minecart
- Horse
- Husk
- Iron Golem
- Lightning Bolt
- Lingering Potion
- Llama
- Llama Spit
- Magma Cube
- Minecart
- Mooshroom
- Mule
- Npc
- Ocelot
- Panda
- Parrot
- Phantom
- Pig
- Piglin
- Piglin Brute
- Pillager
- Player
- Polar Bear
- Pufferfish
- Rabbit
- Ravager
- Salmon
- Sheep
- Shulker
- Shulker Bullet
- Silverfish
- Skeleton
- Skeleton Horse
- Slime
- Small Fireball
- Sniffer
- Snowball
- Snow Golem
- Spider
- Splash Potion
- Squid
- Stray
- Strider
- Tadpole
- Thrown Trident
- Tnt
- Tnt Minecart
- Trader Llama
- Tripod Camera
- Tropicalfish
- Turtle
- Vex
- Villager
- Villager V2
- Vindicator
- Wandering Trader
- Warden
- Witch
- Wither
- Wither Skeleton
- Wither Skull
- Wither Skull Dangerous
- Wolf
- Xp Bottle
- Xp Orb
- Zoglin
- Zombie
- Zombie Horse
- Zombie Pigman
- Zombie Villager
- Zombie Villager V2
Links
©
2024, FoxyNoTail