Villager V2 - 1.19.40.2
<<
back to
entity list
View
Entity Version History >>
Last Updated
The Villager V2 entity last updated in Minecraft Version 1.19.40What's Changed:
Changes since stable release 1.19.0.5
Behavior Packs- Previous Value:
"minecraft:behavior.receive_love": {
"priority": 6
} - Previous Value:
"minecraft:behavior.make_love": {
"priority": 5
} - New Value:
"minecraft:behavior.play": {
"priority": 8,
"speed_multiplier": 0.32,
"friend_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_baby",
"subject": "other",
"operator": "==",
"value": true
}
]
}
}
]
}Previous Value:"minecraft:behavior.play": {
"priority": 8,
"speed_multiplier": 0.32
} - New Value:
"minecraft:type_family": {
"family": [
"villager",
"peasant",
"unskilled",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"villager",
"peasant",
"mob"
]
} - New Value:
"make_and_receive_love": {
"minecraft:behavior.make_love": {
"priority": 5
},
"minecraft:behavior.receive_love": {
"priority": 6
}
} - 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"
},
{
"test": "is_family",
"subject": "other",
"value": "zoglin"
}
]
},
"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": "illager"
},
{
"test": "is_family",
"subject": "other",
"value": "vex"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6,
"sprint_speed_multiplier": 0.6
}
]
} - New Value:
"minecraft:ageable_grow_up": {
"randomize": [
{
"weight": 10,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"make_and_receive_love",
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
},
{
"weight": 90,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"make_and_receive_love",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
}
]
}Previous Value:"minecraft:ageable_grow_up": {
"randomize": [
{
"weight": 10,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
},
{
"weight": 90,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
}
]
} - New Value:
"minecraft:become_armorer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"armorer",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_armorer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"armorer",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_butcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"butcher",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_butcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"butcher",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_cartographer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cartographer",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_cartographer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cartographer",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_cleric": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cleric",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_cleric": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cleric",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_farmer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"farmer",
"adult",
"make_and_receive_love",
"behavior_peasant",
"farmer_schedule"
]
}
}Previous Value:"minecraft:become_farmer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"farmer",
"adult",
"behavior_peasant",
"farmer_schedule"
]
}
} - New Value:
"minecraft:become_fisherman": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fisherman",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"fisher_schedule"
]
}
}Previous Value:"minecraft:become_fisherman": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fisherman",
"adult",
"behavior_non_peasant",
"fisher_schedule"
]
}
} - New Value:
"minecraft:become_fletcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fletcher",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_fletcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fletcher",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_leatherworker": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"leatherworker",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_leatherworker": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"leatherworker",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_librarian": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"librarian",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"librarian_schedule"
]
}
}Previous Value:"minecraft:become_librarian": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"librarian",
"adult",
"behavior_non_peasant",
"librarian_schedule"
]
}
} - New Value:
"minecraft:become_mason": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"mason",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_mason": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"mason",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_sheperd": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"shepherd",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_sheperd": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"shepherd",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_toolsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"toolsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_toolsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"toolsmith",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_unskilled": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"adult",
"make_and_receive_love",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
}Previous Value:"minecraft:become_unskilled": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"adult",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
} - New Value:
"minecraft:become_weaponsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"weaponsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_weaponsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"weaponsmith",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:entity_born": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"add": {
"component_groups": [
"baby",
"unskilled",
"child_schedule"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "desert"
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "taiga"
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}Previous Value:"minecraft:entity_born": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"add": {
"component_groups": [
"baby",
"unskilled",
"child_schedule"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "desert"
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "swamp"
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "taiga"
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
} - New Value:
"minecraft:entity_spawned": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"sequence": [
{
"add": {
"component_groups": [
"adult",
"make_and_receive_love"
]
}
},
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}Previous Value:"minecraft:entity_spawned": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"sequence": [
{
"add": {
"component_groups": [
"adult"
]
}
},
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "swamp"
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
} - New Value:
"minecraft:entity_transformed": {
"sequence": [
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "==",
"value": "minecraft:is_baby"
},
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
},
"sequence": [
{
"add": {
"component_groups": [
"adult",
"make_and_receive_love"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "farmer"
},
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"farmer_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fisherman"
},
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"fisher_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "shepherd"
},
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fletcher"
},
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "librarian"
},
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"librarian_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cartographer"
},
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cleric"
},
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "armorer"
},
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "weaponsmith"
},
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "toolsmith"
},
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "butcher"
},
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "leatherworker"
},
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "stone_mason"
},
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"work_schedule"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "zombie_villager"
},
"sequence": [
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 0
},
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"villager_skin_5"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 6
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "villager"
},
"sequence": [
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}
]
}Previous Value:"minecraft:entity_transformed": {
"sequence": [
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "==",
"value": "minecraft:is_baby"
},
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
},
"sequence": [
{
"add": {
"component_groups": [
"adult"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "farmer"
},
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"farmer_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fisherman"
},
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"fisher_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "shepherd"
},
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fletcher"
},
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "librarian"
},
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"librarian_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cartographer"
},
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cleric"
},
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "armorer"
},
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "weaponsmith"
},
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "toolsmith"
},
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "butcher"
},
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "leatherworker"
},
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "stone_mason"
},
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"work_schedule"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "zombie_villager"
},
"sequence": [
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 0
},
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"villager_skin_5"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 6
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "villager"
},
"sequence": [
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "swamp"
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}
]
} - New Value:
"minecraft:schedule_bed_villager": {
"remove": {
"component_groups": [
"make_and_receive_love",
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"bed_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_bed_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"bed_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_gather_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"home_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"gather_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_gather_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"home_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"gather_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_home_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"gather_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"home_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_home_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"gather_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"home_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_wander_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"bed_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"wander_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_wander_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"bed_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"wander_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_work_farmer": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_farmer"
]
}
}Previous Value:"minecraft:schedule_work_farmer": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_farmer"
]
}
} - New Value:
"minecraft:schedule_work_fisher": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_fisher"
]
}
}Previous Value:"minecraft:schedule_work_fisher": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_fisher"
]
}
} - New Value:
"minecraft:schedule_work_librarian": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_librarian"
]
}
}Previous Value:"minecraft:schedule_work_librarian": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_librarian"
]
}
} - New Value:
"minecraft:schedule_work_pro_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_work_pro_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_villager"
]
}
} - New Value:
"minecraft:spawn_armorer": {
"randomize": [
{
"weight": 6,
"add": {
"component_groups": [
"armorer",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"weaponsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"toolsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_armorer": {
"randomize": [
{
"weight": 6,
"add": {
"component_groups": [
"armorer",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"weaponsmith",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"toolsmith",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
} - New Value:
"minecraft:spawn_butcher": {
"randomize": [
{
"weight": 10,
"add": {
"component_groups": [
"butcher",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"leatherworker",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_butcher": {
"randomize": [
{
"weight": 10,
"add": {
"component_groups": [
"butcher",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"leatherworker",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
} - New Value:
"minecraft:spawn_cleric": {
"add": {
"component_groups": [
"cleric",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}Previous Value:"minecraft:spawn_cleric": {
"add": {
"component_groups": [
"cleric",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
} - New Value:
"minecraft:spawn_farmer": {
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"farmer",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fisherman",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"shepherd",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fletcher",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"mason",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_farmer": {
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"farmer",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fisherman",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"shepherd",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fletcher",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"mason",
"adult",
"behavior_non_peasant",
"work_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
} - New Value:
"minecraft:spawn_from_village": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"add": {
"component_groups": [
"adult",
"make_and_receive_love"
]
},
"sequence": [
{
"randomize": [
{
"weight": 90,
"add": {
"component_groups": [
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}Previous Value:"minecraft:spawn_from_village": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"add": {
"component_groups": [
"adult"
]
},
"sequence": [
{
"randomize": [
{
"weight": 90,
"add": {
"component_groups": [
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "swamp"
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
} - New Value:
"minecraft:spawn_librarian": {
"randomize": [
{
"weight": 20,
"add": {
"component_groups": [
"librarian",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 20,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_librarian": {
"randomize": [
{
"weight": 20,
"add": {
"component_groups": [
"librarian",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 20,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}
Changes since stable release 1.19.31.1
Behavior Packs- Previous Value:
"minecraft:behavior.receive_love": {
"priority": 6
} - Previous Value:
"minecraft:behavior.make_love": {
"priority": 5
} - New Value:
"minecraft:behavior.play": {
"priority": 8,
"speed_multiplier": 0.32,
"friend_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_baby",
"subject": "other",
"operator": "==",
"value": true
}
]
}
}
]
}Previous Value:"minecraft:behavior.play": {
"priority": 8,
"speed_multiplier": 0.32
} - New Value:
"make_and_receive_love": {
"minecraft:behavior.make_love": {
"priority": 5
},
"minecraft:behavior.receive_love": {
"priority": 6
}
} - New Value:
"minecraft:ageable_grow_up": {
"randomize": [
{
"weight": 10,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"make_and_receive_love",
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
},
{
"weight": 90,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"make_and_receive_love",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
}
]
}Previous Value:"minecraft:ageable_grow_up": {
"randomize": [
{
"weight": 10,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
},
{
"weight": 90,
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
},
"add": {
"component_groups": [
"adult",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
}
]
} - New Value:
"minecraft:become_armorer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"armorer",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_armorer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"armorer",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_butcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"butcher",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_butcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"butcher",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_cartographer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cartographer",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_cartographer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cartographer",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_cleric": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cleric",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_cleric": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"cleric",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_farmer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"farmer",
"adult",
"make_and_receive_love",
"behavior_peasant",
"farmer_schedule"
]
}
}Previous Value:"minecraft:become_farmer": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"farmer",
"adult",
"behavior_peasant",
"farmer_schedule"
]
}
} - New Value:
"minecraft:become_fisherman": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fisherman",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"fisher_schedule"
]
}
}Previous Value:"minecraft:become_fisherman": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fisherman",
"adult",
"behavior_non_peasant",
"fisher_schedule"
]
}
} - New Value:
"minecraft:become_fletcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fletcher",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_fletcher": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"fletcher",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_leatherworker": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"leatherworker",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_leatherworker": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"leatherworker",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_librarian": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"librarian",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"librarian_schedule"
]
}
}Previous Value:"minecraft:become_librarian": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"librarian",
"adult",
"behavior_non_peasant",
"librarian_schedule"
]
}
} - New Value:
"minecraft:become_mason": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"mason",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_mason": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"mason",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_sheperd": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"shepherd",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_sheperd": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"shepherd",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_toolsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"toolsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_toolsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"toolsmith",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:become_unskilled": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"adult",
"make_and_receive_love",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
}Previous Value:"minecraft:become_unskilled": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"adult",
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
} - New Value:
"minecraft:become_weaponsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"weaponsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
}
}Previous Value:"minecraft:become_weaponsmith": {
"remove": {
"component_groups": [
"baby",
"child_schedule",
"job_specific_goals",
"trade_components"
]
},
"add": {
"component_groups": [
"weaponsmith",
"adult",
"behavior_non_peasant",
"work_schedule"
]
}
} - New Value:
"minecraft:entity_spawned": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"sequence": [
{
"add": {
"component_groups": [
"adult",
"make_and_receive_love"
]
}
},
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}Previous Value:"minecraft:entity_spawned": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"sequence": [
{
"add": {
"component_groups": [
"adult"
]
}
},
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"basic_schedule"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
} - New Value:
"minecraft:entity_transformed": {
"sequence": [
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "==",
"value": "minecraft:is_baby"
},
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
},
"sequence": [
{
"add": {
"component_groups": [
"adult",
"make_and_receive_love"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "farmer"
},
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"farmer_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fisherman"
},
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"fisher_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "shepherd"
},
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fletcher"
},
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "librarian"
},
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"librarian_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cartographer"
},
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cleric"
},
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "armorer"
},
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "weaponsmith"
},
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "toolsmith"
},
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "butcher"
},
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "leatherworker"
},
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "stone_mason"
},
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"work_schedule"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "zombie_villager"
},
"sequence": [
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 0
},
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"villager_skin_5"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 6
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "villager"
},
"sequence": [
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}
]
}Previous Value:"minecraft:entity_transformed": {
"sequence": [
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "==",
"value": "minecraft:is_baby"
},
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"filters": {
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
},
"sequence": [
{
"add": {
"component_groups": [
"adult"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "farmer"
},
"add": {
"component_groups": [
"farmer",
"behavior_peasant",
"farmer_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fisherman"
},
"add": {
"component_groups": [
"fisherman",
"behavior_peasant",
"fisher_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "shepherd"
},
"add": {
"component_groups": [
"shepherd",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fletcher"
},
"add": {
"component_groups": [
"fletcher",
"behavior_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "librarian"
},
"add": {
"component_groups": [
"librarian",
"behavior_non_peasant",
"librarian_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cartographer"
},
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "cleric"
},
"add": {
"component_groups": [
"cleric",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "armorer"
},
"add": {
"component_groups": [
"armorer",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "weaponsmith"
},
"add": {
"component_groups": [
"weaponsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "toolsmith"
},
"add": {
"component_groups": [
"toolsmith",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "butcher"
},
"add": {
"component_groups": [
"butcher",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "leatherworker"
},
"add": {
"component_groups": [
"leatherworker",
"behavior_non_peasant",
"work_schedule"
]
}
},
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "stone_mason"
},
"add": {
"component_groups": [
"mason",
"behavior_non_peasant",
"work_schedule"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "zombie_villager"
},
"sequence": [
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 0
},
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"filters": {
"test": "is_skin_id",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"villager_skin_5"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 1
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 2
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 3
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 4
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 5
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"test": "is_mark_variant",
"subject": "other",
"value": 6
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
},
{
"filters": {
"test": "is_family",
"subject": "other",
"operator": "==",
"value": "villager"
},
"sequence": [
{
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}
]
} - New Value:
"minecraft:schedule_bed_villager": {
"remove": {
"component_groups": [
"make_and_receive_love",
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"bed_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_bed_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"bed_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_gather_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"home_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"gather_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_gather_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"home_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"gather_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_home_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"gather_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"home_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_home_villager": {
"remove": {
"component_groups": [
"bed_schedule_villager",
"wander_schedule_villager",
"gather_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"home_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_wander_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"bed_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"wander_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_wander_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"bed_schedule_villager",
"wander_schedule_villager",
"job_specific_goals",
"play_schedule_villager",
"trade_resupply_component_group"
]
},
"add": {
"component_groups": [
"wander_schedule_villager"
]
}
} - New Value:
"minecraft:schedule_work_farmer": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_farmer"
]
}
}Previous Value:"minecraft:schedule_work_farmer": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_farmer"
]
}
} - New Value:
"minecraft:schedule_work_fisher": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_fisher"
]
}
}Previous Value:"minecraft:schedule_work_fisher": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_fisher"
]
}
} - New Value:
"minecraft:schedule_work_librarian": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_librarian"
]
}
}Previous Value:"minecraft:schedule_work_librarian": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"job_specific_goals",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_librarian"
]
}
} - New Value:
"minecraft:schedule_work_pro_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"make_and_receive_love",
"work_schedule_villager"
]
}
}Previous Value:"minecraft:schedule_work_pro_villager": {
"remove": {
"component_groups": [
"home_schedule_villager",
"gather_schedule_villager",
"wander_schedule_villager",
"bed_schedule_villager",
"play_schedule_villager"
]
},
"add": {
"component_groups": [
"work_schedule_villager"
]
}
} - New Value:
"minecraft:spawn_armorer": {
"randomize": [
{
"weight": 6,
"add": {
"component_groups": [
"armorer",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"weaponsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"toolsmith",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_armorer": {
"randomize": [
{
"weight": 6,
"add": {
"component_groups": [
"armorer",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"weaponsmith",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 6,
"add": {
"component_groups": [
"toolsmith",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
} - New Value:
"minecraft:spawn_butcher": {
"randomize": [
{
"weight": 10,
"add": {
"component_groups": [
"butcher",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"leatherworker",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_butcher": {
"randomize": [
{
"weight": 10,
"add": {
"component_groups": [
"butcher",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"leatherworker",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
} - New Value:
"minecraft:spawn_cleric": {
"add": {
"component_groups": [
"cleric",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}Previous Value:"minecraft:spawn_cleric": {
"add": {
"component_groups": [
"cleric",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
} - New Value:
"minecraft:spawn_farmer": {
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"farmer",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fisherman",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"shepherd",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fletcher",
"adult",
"make_and_receive_love",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"mason",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"work_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_farmer": {
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"farmer",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fisherman",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"shepherd",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"fletcher",
"adult",
"behavior_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 5,
"add": {
"component_groups": [
"mason",
"adult",
"behavior_non_peasant",
"work_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
} - New Value:
"minecraft:spawn_from_village": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"add": {
"component_groups": [
"adult",
"make_and_receive_love"
]
},
"sequence": [
{
"randomize": [
{
"weight": 90,
"add": {
"component_groups": [
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
}Previous Value:"minecraft:spawn_from_village": {
"sequence": [
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:variant"
},
"randomize": [
{
"weight": 5,
"add": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 95,
"add": {
"component_groups": [
"adult"
]
},
"sequence": [
{
"randomize": [
{
"weight": 90,
"add": {
"component_groups": [
"unskilled",
"behavior_peasant",
"basic_schedule"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"nitwit",
"behavior_peasant",
"jobless_schedule"
]
}
}
]
}
]
}
]
},
{
"filters": {
"test": "has_component",
"operator": "!=",
"value": "minecraft:skin_id"
},
"randomize": [
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_0"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_1"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_2"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_3"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_4"
]
}
},
{
"weight": 1,
"add": {
"component_groups": [
"villager_skin_5"
]
}
}
]
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "desert"
},
{
"test": "has_biome_tag",
"value": "mesa"
}
]
},
"add": {
"component_groups": [
"desert_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "jungle"
},
"add": {
"component_groups": [
"jungle_villager"
]
}
},
{
"filters": {
"test": "has_biome_tag",
"value": "savanna"
},
"add": {
"component_groups": [
"savanna_villager"
]
}
},
{
"filters": {
"any_of": [
{
"all_of": [
{
"test": "has_biome_tag",
"value": "cold"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "ocean"
}
]
},
{
"test": "has_biome_tag",
"value": "frozen"
}
]
},
"add": {
"component_groups": [
"snow_villager"
]
}
},
{
"filters": {
"any_of": [
{
"test": "has_biome_tag",
"value": "swamp"
},
{
"test": "has_biome_tag",
"value": "mangrove_swamp"
}
]
},
"add": {
"component_groups": [
"swamp_villager"
]
}
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_biome_tag",
"value": "taiga"
},
{
"test": "has_biome_tag",
"value": "extreme_hills"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "cold"
}
]
},
"add": {
"component_groups": [
"taiga_villager"
]
}
}
]
} - New Value:
"minecraft:spawn_librarian": {
"randomize": [
{
"weight": 20,
"add": {
"component_groups": [
"librarian",
"adult",
"make_and_receive_love",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 20,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}Previous Value:"minecraft:spawn_librarian": {
"randomize": [
{
"weight": 20,
"add": {
"component_groups": [
"librarian",
"adult",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
},
{
"weight": 20,
"add": {
"component_groups": [
"cartographer",
"behavior_non_peasant",
"basic_schedule"
]
},
"remove": {
"component_groups": [
"baby",
"child_schedule"
]
}
}
]
}
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, Unskilled, 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.19.40/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"
}