Version History for the Pig Entity

<< back to entity list

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


Changes in version 1.20.30.21

Changes in version 1.20.30.20

Changes in version 1.20.30.2

Changes in version 1.20.0.24

    • New Value:
      "minecraft:biome_filter": {
          "any_of": [
              {
               "test": "has_biome_tag",
               "operator": "==",
               "value": "animal"
              },
              {
               "test": "has_biome_tag",
               "operator": "==",
               "value": "cherry_grove"
              }
          ]
      }
      Previous Value:
      "minecraft:biome_filter": {
          "any_of": [
              {
               "test": "has_biome_tag",
               "operator": "==",
               "value": "meadow"
              },
              {
               "test": "has_biome_tag",
               "operator": "==",
               "value": "cherry_grove"
              }
          ]
      }

Changes in version 1.20.0.21

Changes in version 1.20.0.20

Changes in version 1.20.0.1

Changes in version 1.19.80.2

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.19.20.2

    • New Value:
      "minecraft:rideable": {
          "seat_count": 1,
          "interact_text": "action.interact.ride.horse",
          "family_types": [
              "player"
          ],
          "seats": {
              "position": [
               0,
               0.63,
               0
              ]
          }
      }
      Previous Value:
      "minecraft:rideable": {
          "seat_count": 1,
          "interact_text": "action.interact.mount",
          "family_types": [
              "player"
          ],
          "seats": {
              "position": [
               0,
               0.63,
               0
              ]
          }
      }

Changes in version 1.18.10.4

Changes in version 1.17.0.2

Changes in version 1.16.220.02

    • New Value:
      "minecraft:spawn_adult": {
          "add": {
              "component_groups": [
               "minecraft:pig_adult",
               "minecraft:pig_unsaddled"
              ]
          }
      }
    • New Value:
      "minecraft:entity_spawned": {
          "randomize": [
              {
               "weight": 95,
               "trigger": "minecraft:spawn_adult"
              },
              {
               "weight": 5,
               "remove": [],
               "add": {
                  "component_groups": [
                      "minecraft:pig_baby"
                  ]
               }
              }
          ]
      }
      Previous Value:
      "minecraft:entity_spawned": {
          "randomize": [
              {
               "weight": 95,
               "remove": [],
               "add": {
                  "component_groups": [
                      "minecraft:pig_adult",
                      "minecraft:pig_unsaddled"
                  ]
               }
              },
              {
               "weight": 5,
               "remove": [],
               "add": {
                  "component_groups": [
                      "minecraft:pig_baby"
                  ]
               }
              }
          ]
      }

Changes in version 1.16.20.3

Changes in version 1.16.100.04

Changes in version 1.16.0.2

Changes in version 1.13.0.34