Villager V2 - 1.18.30.4
<<
back to
entity list
View
Entity Version History >>
Last Updated
The Villager V2 entity last updated in Minecraft Version 1.18.30What's Changed:
Changes since stable release 1.18.0.2
Behavior Packs- 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": 24,
"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": 24,
"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:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 24,
"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:bone_meal",
"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,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 24,
"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:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.100"
- New Value:
"minecraft:behavior.work_composter": []
- New Value:
"minecraft:behavior.fertilize_farm_block": {
"priority": 8
} - 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: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"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
]
}Previous Value:"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": "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
}
]
} - New Value:
"minecraft:behavior.look_at_player": {
"priority": 9,
"look_distance": 8,
"probability": 0.02
}Previous Value:"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 8,
"probability": 0.02
} - New Value:
"minecraft:behavior.move_towards_dwelling_restriction": {
"priority": 11,
"speed_multiplier": 0.6
}Previous Value:"minecraft:behavior.move_towards_dwelling_restriction": {
"priority": 10,
"speed_multiplier": 0.6
} - New Value:
"minecraft:behavior.random_stroll": {
"priority": 11,
"speed_multiplier": 0.6
}Previous Value:"minecraft:behavior.random_stroll": {
"priority": 10,
"speed_multiplier": 0.6
} - New Value:
"minecraft:behavior.share_items": {
"priority": 10,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "villager"
}
}
]
}Previous Value:"minecraft:behavior.share_items": {
"priority": 9,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "villager"
}
}
]
} - New Value:
"minecraft:start_celebrating": {
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"minecraft:stop_celebrating": {
"remove": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"minecraft:behavior.harvest_farm_block": {
"priority": 7
}Previous Value:"minecraft:behavior.harvest_farm_block": {
"priority": 8,
"max_seconds_before_search": 1,
"search_cooldown_max_seconds": 8,
"seconds_until_new_task": 0.5,
"speed_multiplier": 0.5
} - Previous Value:
"minecraft:behavior.work": {
"priority": 7,
"active_time": 250,
"speed_multiplier": 0.5,
"goal_cooldown": 200,
"sound_delay_min": 100,
"sound_delay_max": 200,
"can_work_in_rain": false,
"work_in_rain_tolerance": 100,
"on_arrival": {
"event": "minecraft:resupply_trades",
"target": "self"
}
} - New Value:
"minecraft:behavior.work_composter": {
"priority": 9,
"active_time": 250,
"speed_multiplier": 0.5,
"goal_cooldown": 200,
"can_work_in_rain": false,
"work_in_rain_tolerance": 100,
"on_arrival": {
"event": "minecraft:resupply_trades",
"target": "self"
}
}
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:cooked_rabbit",
"quantity": 5
}
],
"trader_exp": 5,
"max_uses": 16,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:muttoncooked",
"quantity": 4
}
],
"trader_exp": 5,
"max_uses": 16,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:cooked_beef",
"quantity": 3
}
],
"trader_exp": 10,
"max_uses": 16,
"reward_exp": true
} - Previous Value:
"num_to_select": 1
- New Value:
"trades": {
"wants": [
{
"item": "minecraft:writable_book",
"quantity": 1,
"price_multiplier": 0.05
},
{
"item": "minecraft:writable_book",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
}Previous Value:"trades": {
"wants": [
{
"item": "minecraft:writable_book",
"quantity": 2,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
}
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 4,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:chainmail_chestplate",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - The minecraft:chainmail_helmet component was removed from the group subsection of the tier 3 sectionPrevious Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 1,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:chainmail_helmet",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"item": "minecraft:diamond",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 20,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 5,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:shield",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - New Value:
"num_to_select": 1
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:diamond",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 8,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:diamond_boots",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 15,
"max_uses": 3,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 14,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:diamond_leggings",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 15,
"max_uses": 3,
"reward_exp": true
} - Previous Value:
"num_to_select": 1
- New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 4,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:glowstone",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 4,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:glowstone_dust",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
}
- New Value:
"format_version": "1.18.10"
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:boat",
"quantity": 1,
"price_multiplier": 0.05,
"functions": [
{
"function": "trader_material_type"
}
]
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"choice": [
{
"item": "minecraft:oak_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"plains"
]
},
{
"item": "minecraft:spruce_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"snow",
"taiga"
]
},
{
"item": "minecraft:jungle_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"desert",
"jungle"
]
},
{
"item": "minecraft:acacia_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"savannah"
]
},
{
"item": "minecraft:dark_oak_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"swamp"
]
}
]
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
}
- New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 2,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:iron_sword",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 5,
"max_uses": 3,
"reward_exp": true
} - New Value:
"num_to_select": 1
- New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 36,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:bell",
"quantity": 1
}
],
"trader_exp": 5,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 2,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:iron_sword",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 5,
"max_uses": 3,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 36,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:bell",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"num_to_select": 1
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 14,
"price_multiplier": 0.2
},
{
"item": "minecraft:compass",
"quantity": 1,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:map",
"functions": [
{
"function": "exploration_map",
"destination": "mansion"
}
]
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - New Value:
"num_to_select": 1
- The minecraft:banner_pattern:2 component was removed from the group subsection of the tier 5 sectionPrevious Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:banner_pattern:2",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
} - The minecraft:banner_pattern:4 component was removed from the group subsection of the tier 5 sectionPrevious Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 2,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:banner_pattern:4",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
} - The minecraft:banner_pattern:5 component was removed from the group subsection of the tier 5 sectionPrevious Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 2,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:banner_pattern:5",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 8,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:banner_pattern:7",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
}
Changes since stable release 1.18.12.1
Behavior Packs- 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": 24,
"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": 24,
"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:shareables": {
"items": [
{
"item": "minecraft:bread",
"want_amount": 3,
"surplus_amount": 6,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 24,
"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:bone_meal",
"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,
"stored_in_inventory": true
},
{
"item": "minecraft:carrot",
"want_amount": 60,
"surplus_amount": 24,
"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.work_composter": []
- New Value:
"minecraft:behavior.fertilize_farm_block": {
"priority": 8
} - New Value:
"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"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
]
}Previous Value:"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": "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
}
]
} - New Value:
"minecraft:behavior.look_at_player": {
"priority": 9,
"look_distance": 8,
"probability": 0.02
}Previous Value:"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 8,
"probability": 0.02
} - New Value:
"minecraft:behavior.move_towards_dwelling_restriction": {
"priority": 11,
"speed_multiplier": 0.6
}Previous Value:"minecraft:behavior.move_towards_dwelling_restriction": {
"priority": 10,
"speed_multiplier": 0.6
} - New Value:
"minecraft:behavior.random_stroll": {
"priority": 11,
"speed_multiplier": 0.6
}Previous Value:"minecraft:behavior.random_stroll": {
"priority": 10,
"speed_multiplier": 0.6
} - New Value:
"minecraft:behavior.share_items": {
"priority": 10,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "villager"
}
}
]
}Previous Value:"minecraft:behavior.share_items": {
"priority": 9,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 0.5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "villager"
}
}
]
} - New Value:
"minecraft:behavior.harvest_farm_block": {
"priority": 7
}Previous Value:"minecraft:behavior.harvest_farm_block": {
"priority": 8,
"max_seconds_before_search": 1,
"search_cooldown_max_seconds": 8,
"seconds_until_new_task": 0.5,
"speed_multiplier": 0.5
} - Previous Value:
"minecraft:behavior.work": {
"priority": 7,
"active_time": 250,
"speed_multiplier": 0.5,
"goal_cooldown": 200,
"sound_delay_min": 100,
"sound_delay_max": 200,
"can_work_in_rain": false,
"work_in_rain_tolerance": 100,
"on_arrival": {
"event": "minecraft:resupply_trades",
"target": "self"
}
} - New Value:
"minecraft:behavior.work_composter": {
"priority": 9,
"active_time": 250,
"speed_multiplier": 0.5,
"goal_cooldown": 200,
"can_work_in_rain": false,
"work_in_rain_tolerance": 100,
"on_arrival": {
"event": "minecraft:resupply_trades",
"target": "self"
}
}
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 4,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:chainmail_chestplate",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - The minecraft:chainmail_helmet component was removed from the group subsection of the tier 3 sectionPrevious Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 1,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:chainmail_helmet",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"item": "minecraft:diamond",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 20,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 5,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:shield",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - New Value:
"num_to_select": 1
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:diamond",
"quantity": 1,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 8,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:diamond_boots",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 15,
"max_uses": 3,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 14,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:diamond_leggings",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 15,
"max_uses": 3,
"reward_exp": true
} - Previous Value:
"num_to_select": 1
- New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 4,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:glowstone",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 4,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:glowstone_dust",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
}
- New Value:
"format_version": "1.18.10"
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:boat",
"quantity": 1,
"price_multiplier": 0.05,
"functions": [
{
"function": "trader_material_type"
}
]
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
} - New Value:
"trades": {
"wants": [
{
"choice": [
{
"item": "minecraft:oak_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"plains"
]
},
{
"item": "minecraft:spruce_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"snow",
"taiga"
]
},
{
"item": "minecraft:jungle_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"desert",
"jungle"
]
},
{
"item": "minecraft:acacia_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"savannah"
]
},
{
"item": "minecraft:dark_oak_boat",
"quantity": 1,
"price_multiplier": 0.05,
"biomes": [
"swamp"
]
}
]
}
],
"gives": [
{
"item": "minecraft:emerald",
"quantity": 1
}
],
"trader_exp": 30,
"max_uses": 12,
"reward_exp": true
}
- New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 2,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:iron_sword",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 5,
"max_uses": 3,
"reward_exp": true
} - New Value:
"num_to_select": 1
- New Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 36,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:bell",
"quantity": 1
}
],
"trader_exp": 5,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 2,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:iron_sword",
"quantity": 1,
"functions": [
{
"function": "enchant_with_levels",
"treasure": false,
"levels": {
"min": 5,
"max": 19
}
}
]
}
],
"trader_exp": 5,
"max_uses": 3,
"reward_exp": true
} - Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 36,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:bell",
"quantity": 1
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - Previous Value:
"num_to_select": 1
- Previous Value:
"trades": {
"wants": [
{
"item": "minecraft:emerald",
"quantity": 14,
"price_multiplier": 0.2
},
{
"item": "minecraft:compass",
"quantity": 1,
"price_multiplier": 0.2
}
],
"gives": [
{
"item": "minecraft:map",
"functions": [
{
"function": "exploration_map",
"destination": "mansion"
}
]
}
],
"trader_exp": 10,
"max_uses": 12,
"reward_exp": true
} - New Value:
"num_to_select": 1
Statistics:
Health
[20]
Families
- Armorer: Armorer, Blacksmith, Mob, Villager
- Butcher: Artisan, Butcher, Mob, Villager
- Cartographer: Cartographer, Mob, Villager
- Cleric: Cleric, Mob, Priest, Villager
- Default: Mob, Villager
- Farmer: Farmer, Mob, Peasant, Villager
- Fisherman: Fisherman, Mob, Peasant, Villager
- Fletcher: Fletcher, Mob, Peasant, Villager
- Leatherworker: Artisan, Leatherworker, Mob, Villager
- Librarian: Librarian, Mob, Villager
- Mason: Artisan, Mob, Stone Mason, Villager
- Nitwit: Mob, Nitwit, Peasant, Villager
- Shepherd: Mob, Peasant, Shepherd, Villager
- Toolsmith: Blacksmith, Mob, Toolsmith, Villager
- Unskilled: Mob, Peasant, Villager
- Weaponsmith: Blacksmith, Mob, Villager, Weaponsmith
Inventory Size
- Default: 8
Mark Variations
- Default
- Desert Villager
- Jungle Villager
- Savanna Villager
- Snow Villager
- Swamp Villager
- Taiga Villager
Movement Speed
- Default: 0.5
Variations
- Armorer
- Butcher
- Cartographer
- Cleric
- Farmer
- Fisherman
- Fletcher
- Leatherworker
- Librarian
- Mason
- Nitwit
- Shepherd
- Toolsmith
- Unskilled
- Weaponsmith
Other Attributes
- Can be Renamed
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.18.30/entities/villager_v2.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla/animations/villager.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/villager_v2.animation_controllers.json
Entity
- resource_packs/vanilla/entity/villager_v2.entity.json
Geometry
- resource_packs/vanilla/models/entity/villager_v2.geo.json
Render Controllers
- resource_packs/vanilla/render_controllers/villager_v2.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/villager/death.fsb
- resource_packs/vanilla/sounds/mob/villager/haggle1.fsb
- resource_packs/vanilla/sounds/mob/villager/haggle2.fsb
- resource_packs/vanilla/sounds/mob/villager/haggle3.fsb
- resource_packs/vanilla/sounds/mob/villager/hit1.fsb
- resource_packs/vanilla/sounds/mob/villager/hit2.fsb
- resource_packs/vanilla/sounds/mob/villager/hit3.fsb
- resource_packs/vanilla/sounds/mob/villager/hit4.fsb
- resource_packs/vanilla/sounds/mob/villager/idle1.fsb
- resource_packs/vanilla/sounds/mob/villager/idle2.fsb
- resource_packs/vanilla/sounds/mob/villager/idle3.fsb
- resource_packs/vanilla/sounds/mob/villager/no1.fsb
- resource_packs/vanilla/sounds/mob/villager/no2.fsb
- resource_packs/vanilla/sounds/mob/villager/no3.fsb
- resource_packs/vanilla/sounds/mob/villager/yes1.fsb
- resource_packs/vanilla/sounds/mob/villager/yes2.fsb
- resource_packs/vanilla/sounds/mob/villager/yes3.fsb
Textures
- resource_packs/vanilla/textures/entity/villager2/villager.png
- resource_packs/vanilla/textures/entity/villager2/biomes/biome_desert.png
- resource_packs/vanilla/textures/entity/villager2/biomes/biome_jungle.png
- resource_packs/vanilla/textures/entity/villager2/biomes/biome_plains.png
- resource_packs/vanilla/textures/entity/villager2/biomes/biome_savanna.png
- resource_packs/vanilla/textures/entity/villager2/biomes/biome_snow.png
- resource_packs/vanilla/textures/entity/villager2/biomes/biome_swamp.png
- resource_packs/vanilla/textures/entity/villager2/biomes/biome_taiga.png
- resource_packs/vanilla/textures/entity/villager2/levels/level_diamond.png
- resource_packs/vanilla/textures/entity/villager2/levels/level_emerald.png
- resource_packs/vanilla/textures/entity/villager2/levels/level_gold.png
- resource_packs/vanilla/textures/entity/villager2/levels/level_iron.png
- resource_packs/vanilla/textures/entity/villager2/levels/level_stone.png
- resource_packs/vanilla/textures/entity/villager2/professions/armorer.tga
- resource_packs/vanilla/textures/entity/villager2/professions/butcher.tga
- resource_packs/vanilla/textures/entity/villager2/professions/cartographer.tga
- resource_packs/vanilla/textures/entity/villager2/professions/cleric.tga
- resource_packs/vanilla/textures/entity/villager2/professions/farmer.tga
- resource_packs/vanilla/textures/entity/villager2/professions/fisherman.tga
- resource_packs/vanilla/textures/entity/villager2/professions/fletcher.tga
- resource_packs/vanilla/textures/entity/villager2/professions/leatherworker.tga
- resource_packs/vanilla/textures/entity/villager2/professions/librarian.tga
- resource_packs/vanilla/textures/entity/villager2/professions/nitwit.tga
- resource_packs/vanilla/textures/entity/villager2/professions/shepherd.tga
- resource_packs/vanilla/textures/entity/villager2/professions/stonemason.tga
- resource_packs/vanilla/textures/entity/villager2/professions/toolsmith.tga
- resource_packs/vanilla/textures/entity/villager2/professions/unskilled.tga
- resource_packs/vanilla/textures/entity/villager2/professions/weaponsmith.tga
Trading
- behavior_packs/vanilla_1.16/trading/economy_trades/farmer_trades.json
- behavior_packs/vanilla_1.16/trading/economy_trades/fletcher_trades.json
- behavior_packs/vanilla_1.16/trading/economy_trades/leather_worker_trades.json
- behavior_packs/vanilla_1.16/trading/economy_trades/shepherd_trades.json
- behavior_packs/vanilla_1.16/trading/economy_trades/tool_smith_trades.json
- behavior_packs/vanilla_1.17.0/trading/economy_trades/stone_mason_trades.json
- behavior_packs/vanilla_1.18.10/trading/economy_trades/butcher_trades.json
- behavior_packs/vanilla_1.18.10/trading/economy_trades/librarian_trades.json
- behavior_packs/vanilla_1.18.20/trading/economy_trades/armorer_trades.json
- behavior_packs/vanilla_1.18.20/trading/economy_trades/cleric_trades.json
- behavior_packs/vanilla_1.18.20/trading/economy_trades/fisherman_trades.json
- behavior_packs/vanilla_1.18.20/trading/economy_trades/weapon_smith_trades.json
- behavior_packs/vanilla_1.18.30/trading/economy_trades/cartographer_trades.json
Material Info:
Material: Villager V2
{
"vertexShader": "shaders/entity.vertex",
"vrGeometryShader": "shaders/entity.geometry",
"fragmentShader": "shaders/entity.fragment",
"vertexFields": [
{
"field": "Position"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
],
"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"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 1,
"textureWrap": "Repeat"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"depthFunc": "LessEqual"
}
Material: Villager V2 Masked
{
"vertexShader": "shaders/entity.vertex",
"vrGeometryShader": "shaders/entity.geometry",
"fragmentShader": "shaders/entity.fragment",
"vertexFields": [
{
"field": "Position"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
],
"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"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 1,
"textureWrap": "Clamp"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST",
"MASKED_MULTITEXTURE"
],
"+states": [
"DisableCulling"
],
"depthFunc": "LessEqual"
}