Version History for the Villager Entity

<< back to entity list

Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>


Changes in version 1.19.60.3

    • New Value:
      "format_version": "1.19.60"
      Previous Value:
      "format_version": "1.19.50"
    • New Value:
      "minecraft:behavior.trade_with_player": {
          "priority": 1,
          "filters": {
              "all_of": [
               {
                  "all_of": [
                      {
                       "test": "in_water",
                       "value": false
                      }
                  ]
               },
               {
                  "any_of": [
                      {
                       "test": "on_ground",
                       "value": true
                      },
                      {
                       "test": "is_sleeping",
                       "value": true
                      }
                  ]
               }
              ]
          }
      }
      Previous Value:
      "minecraft:behavior.trade_with_player": {
          "priority": 1
      }

Changes in version 1.19.50.2

    • New Value:
      "variants": [
          {
              "skinning": {
               "+defines": [
                  "USE_SKINNING"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_color": {
               "+defines": [
                  "USE_SKINNING",
                  "USE_OVERLAY"
               ],
               "+states": [
                  "Blending"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Color"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_alphatest": {
               "+defines": [
                  "USE_SKINNING",
                  "ALPHA_TEST"
               ],
               "+states": [
                  "DisableCulling"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          }
      ]
      Previous Value:
      "variants": [
          {
              "skinning": {
               "+defines": [
                  "USE_SKINNING"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_color": {
               "+defines": [
                  "USE_SKINNING",
                  "USE_OVERLAY"
               ],
               "+states": [
                  "Blending"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Color"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          }
      ]

Changes in version 1.18.30.4

    • New Value:
      "minecraft:shareables": {
          "items": [
              {
               "item": "minecraft:bread",
               "want_amount": 3,
               "surplus_amount": 6,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:carrot",
               "want_amount": 60,
               "surplus_amount": 4,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:potato",
               "want_amount": 60,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:beetroot",
               "want_amount": 60,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:wheat_seeds",
               "want_amount": 64,
               "surplus_amount": 64,
               "stored_in_inventory": true,
               "pickup_only": true
              },
              {
               "item": "minecraft:beetroot_seeds",
               "want_amount": 64,
               "surplus_amount": 64,
               "stored_in_inventory": true,
               "pickup_only": true
              },
              {
               "item": "minecraft:wheat",
               "want_amount": 45,
               "surplus_amount": 18,
               "craft_into": "minecraft:bread",
               "stored_in_inventory": true
              }
          ]
      }
      Previous Value:
      "minecraft:shareables": {
          "items": [
              {
               "item": "minecraft:bread",
               "want_amount": 3,
               "surplus_amount": 6,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:carrot",
               "want_amount": 60,
               "surplus_amount": 4,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:potato",
               "want_amount": 60,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:beetroot",
               "want_amount": 60,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:wheat_seeds",
               "want_amount": 64,
               "surplus_amount": 64,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:beetroot_seeds",
               "want_amount": 64,
               "surplus_amount": 64,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:wheat",
               "want_amount": 45,
               "surplus_amount": 18,
               "craft_into": "minecraft:bread",
               "stored_in_inventory": true
              }
          ]
      }
    • New Value:
      "minecraft:behavior.avoid_mob_type": {
          "priority": 3,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "zombie"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "zombie_villager"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "illager"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "vex"
                      }
                  ]
               },
               "max_dist": 8,
               "walk_speed_multiplier": 0.6,
               "sprint_speed_multiplier": 0.6
              }
          ]
      }
      Previous Value:
      "minecraft:behavior.avoid_mob_type": {
          "priority": 3,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "zombie"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "zombie_villager"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "zombie_pigman"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "illager"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "vex"
                      }
                  ]
               },
               "max_dist": 8,
               "walk_speed_multiplier": 0.6,
               "sprint_speed_multiplier": 0.6
              }
          ]
      }

Changes in version 1.18.10.4

Changes in version 1.17.0.2

Changes in version 1.16.100.04

Changes in version 1.16.0.2

    • New Value:
      "minecraft:shareables": {
          "items": [
              {
               "item": "minecraft:bread",
               "want_amount": 3,
               "surplus_amount": 6,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:carrot",
               "want_amount": 12,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:potato",
               "want_amount": 12,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:beetroot",
               "want_amount": 12,
               "surplus_amount": 24,
               "stored_in_inventory": true
              }
          ]
      }
      Previous Value:
      "minecraft:shareables": {
          "items": [
              {
               "item": "minecraft:bread",
               "want_amount": 3,
               "surplus_amount": 6
              },
              {
               "item": "minecraft:carrot",
               "want_amount": 12,
               "surplus_amount": 24
              },
              {
               "item": "minecraft:potato",
               "want_amount": 12,
               "surplus_amount": 24
              },
              {
               "item": "minecraft:beetroot",
               "want_amount": 12,
               "surplus_amount": 24
              }
          ]
      }
    • New Value:
      "minecraft:shareables": {
          "items": [
              {
               "item": "minecraft:bread",
               "want_amount": 3,
               "surplus_amount": 6,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:carrot",
               "want_amount": 60,
               "surplus_amount": 4,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:potato",
               "want_amount": 60,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:beetroot",
               "want_amount": 60,
               "surplus_amount": 24,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:wheat_seeds",
               "want_amount": 64,
               "surplus_amount": 64,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:beetroot_seeds",
               "want_amount": 64,
               "surplus_amount": 64,
               "stored_in_inventory": true
              },
              {
               "item": "minecraft:wheat",
               "want_amount": 45,
               "surplus_amount": 18,
               "craft_into": "minecraft:bread",
               "stored_in_inventory": true
              }
          ]
      }
      Previous Value:
      "minecraft:shareables": {
          "items": [
              {
               "item": "minecraft:bread",
               "want_amount": 3,
               "surplus_amount": 6
              },
              {
               "item": "minecraft:carrot",
               "want_amount": 60,
               "surplus_amount": 4
              },
              {
               "item": "minecraft:potato",
               "want_amount": 60,
               "surplus_amount": 24
              },
              {
               "item": "minecraft:beetroot",
               "want_amount": 60,
               "surplus_amount": 24
              },
              {
               "item": "minecraft:wheat_seeds",
               "want_amount": 64,
               "surplus_amount": 64
              },
              {
               "item": "minecraft:beetroot_seeds",
               "want_amount": 64,
               "surplus_amount": 64
              },
              {
               "item": "minecraft:wheat",
               "want_amount": 45,
               "surplus_amount": 18,
               "craft_into": "minecraft:bread"
              }
          ]
      }
    • New Value:
      "format_version": "1.16.0"
      Previous Value:
      "format_version": "1.13.0"
    • New Value:
      "minecraft:behavior.pickup_items": {
          "priority": 9,
          "max_dist": 3,
          "goal_radius": 2,
          "speed_multiplier": 0.5,
          "can_pickup_to_hand_or_equipment": false
      }
      Previous Value:
      "minecraft:behavior.pickup_items": {
          "priority": 9,
          "max_dist": 3,
          "goal_radius": 2,
          "speed_multiplier": 0.5
      }

Changes in version 1.13.0.34