Version History for the Villager 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.19.60.3
- Behavior Packs > Entities > villager.json
- New Value:
"format_version": "1.19.60"
Previous Value:"format_version": "1.19.50"
- New Value:
"minecraft:behavior.trade_with_player": {
"priority": 1,
"filters": {
"all_of": [
{
"all_of": [
{
"test": "in_water",
"value": false
}
]
},
{
"any_of": [
{
"test": "on_ground",
"value": true
},
{
"test": "is_sleeping",
"value": true
}
]
}
]
}
}Previous Value:"minecraft:behavior.trade_with_player": {
"priority": 1
}
Changes in version 1.19.50.2
- Behavior Packs > Entities > villager.json
- New Value:
"format_version": "1.19.50"
Previous Value:"format_version": "1.18.10"
- New Value:
"minecraft:behavior.take_flower": {
"priority": 7,
"filters": {
"all_of": [
{
"test": "is_daytime",
"value": true
}
]
}
}Previous Value:"minecraft:behavior.take_flower": {
"priority": 7
}
- Resource Packs > Materials > villager
- 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.18.30.4
- Behavior Packs > Entities > villager.json
- New Value:
"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 4,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true,
"pickup_only": true
},
{
"item": "minecraft:beetroot_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true,
"pickup_only": true
},
{
"item": "minecraft:wheat",
"want_amount": 45,
"surplus_amount": 18,
"craft_into": "minecraft:bread",
"stored_in_inventory": true
}
]
}Previous Value:"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 4,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat",
"want_amount": 45,
"surplus_amount": 18,
"craft_into": "minecraft:bread",
"stored_in_inventory": true
}
]
} - New Value:
"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
}
]
}Previous Value:"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": "zombie_pigman"
},
{
"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
}
]
}
Changes in version 1.18.10.4
- Behavior Packs > Entities > villager.json
- New Value:
"minecraft:celebrate": {
"minecraft:behavior.celebrate_survive": {
"priority": 5,
"fireworks_interval": {
"range_min": 2,
"range_max": 7
},
"duration": 30,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
},
"minecraft:behavior.move_outdoors": {
"priority": 2,
"speed_multiplier": 0.8,
"timeout_cooldown": 8
}
} - 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.18.10"
Previous Value:"format_version": "1.16.0"
Changes in version 1.17.0.2
- Behavior Packs > Entities > villager.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > villager.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- Previous Value:
"minecraft:behavior.move_towards_restriction": {
"priority": 7,
"speed_multiplier": 0.6
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > villager.json
- New Value:
"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 12,
"surplus_amount": 24,
"stored_in_inventory": true
}
]
}Previous Value:"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6
},
{
"item": "minecraft:carrot",
"want_amount": 12,
"surplus_amount": 24
},
{
"item": "minecraft:potato",
"want_amount": 12,
"surplus_amount": 24
},
{
"item": "minecraft:beetroot",
"want_amount": 12,
"surplus_amount": 24
}
]
} - New Value:
"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 4,
"stored_in_inventory": true
},
{
"item": "minecraft:potato",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot",
"want_amount": 60,
"surplus_amount": 24,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:beetroot_seeds",
"want_amount": 64,
"surplus_amount": 64,
"stored_in_inventory": true
},
{
"item": "minecraft:wheat",
"want_amount": 45,
"surplus_amount": 18,
"craft_into": "minecraft:bread",
"stored_in_inventory": true
}
]
}Previous Value:"minecraft:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 4
},
{
"item": "minecraft:potato",
"want_amount": 60,
"surplus_amount": 24
},
{
"item": "minecraft:beetroot",
"want_amount": 60,
"surplus_amount": 24
},
{
"item": "minecraft:wheat_seeds",
"want_amount": 64,
"surplus_amount": 64
},
{
"item": "minecraft:beetroot_seeds",
"want_amount": 64,
"surplus_amount": 64
},
{
"item": "minecraft:wheat",
"want_amount": 45,
"surplus_amount": 18,
"craft_into": "minecraft:bread"
}
]
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:behavior.pickup_items": {
"priority": 9,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5,
"can_pickup_to_hand_or_equipment": false
}Previous Value:"minecraft:behavior.pickup_items": {
"priority": 9,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5
}
Changes in version 1.13.0.34
- Behavior Packs > Entities > villager.json
- 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:persistent": []
- New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"armorer",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"armorer"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"artisan",
"butcher",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"artisan",
"butcher"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"cartographer",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"cartographer"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"priest",
"cleric",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"priest",
"cleric"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"farmer",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"peasant",
"farmer"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fisherman",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fisherman"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fletcher",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"peasant",
"fletcher"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"artisan",
"leatherworker",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"artisan",
"leatherworker"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"librarian",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"librarian"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"shepherd",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"peasant",
"shepherd"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"toolsmith",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"toolsmith"
]
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"weaponsmith",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"blacksmith",
"weaponsmith"
]
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.10.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}Previous Value:"minecraft:collision_box": {
"width": 0.6,
"height": 1.8
} - New Value:
"minecraft:damage_sensor": {
"triggers": [
{
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
},
"event": "become_witch"
},
"deals_damage": false
},
{
"on_damage": {
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "husk"
}
],
"all_of": [
{
"test": "has_damage",
"value": "fatal"
}
]
},
"event": "become_zombie"
}
}
]
}Previous Value:"minecraft:damage_sensor": [
{
"on_damage": {
"filters": {
"test": "is_family",
"subject": "other",
"value": "lightning"
},
"event": "become_witch"
},
"deals_damage": false
},
{
"on_damage": {
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "zombie"
},
{
"test": "is_family",
"subject": "other",
"value": "husk"
}
],
"all_of": [
{
"test": "has_damage",
"value": "fatal"
}
]
},
"event": "become_zombie"
}
}
] - New Value:
"minecraft:type_family": {
"family": [
"villager",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": "villager"
}
- Resource Packs > Animation Controllers > villager.animation_controllers.json
- New Value:
"initial_state": "baby"
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
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