Version History for the Panda 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.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.18.10.4

Changes in version 1.17.0.2

Changes in version 1.16.100.04

Changes in version 1.16.0.2

Changes in version 1.14.0.9

Changes in version 1.13.0.34

    • New Value:
      "minecraft:experience_reward": {
          "on_bred": "Math.Random(1,7)",
          "on_death": "query.last_hit_by_player ? Math.Random(1,4) : 0"
      }
    • New Value:
      "minecraft:hurt_on_condition": {
          "damage_conditions": [
              {
               "filters": {
                  "test": "in_lava",
                  "subject": "self",
                  "operator": "==",
                  "value": true
               },
               "cause": "lava",
               "damage_per_tick": 4
              }
          ]
      }
    • New Value:
      "minecraft:pushable": {
          "is_pushable": true,
          "is_pushable_by_piston": true
      }
    • New Value:
      "minecraft:angry": {
          "duration": 1,
          "broadcast_anger": true,
          "broadcast_range": 41,
          "broadcast_filters": {
              "test": "is_family",
              "operator": "==",
              "value": "panda_aggressive"
          },
          "calm_event": {
              "event": "minecraft:baby_on_calm",
              "target": "self"
          }
      }
      Previous Value:
      "minecraft:angry": {
          "duration": 1,
          "broadcastAnger": true,
          "broadcastRange": 41,
          "broadcast_filters": {
              "test": "is_family",
              "operator": "==",
              "value": "panda_aggressive"
          },
          "calm_event": {
              "event": "minecraft:baby_on_calm",
              "target": "self"
          }
      }
    • New Value:
      "minecraft:type_family": {
          "family": [
              "panda",
              "panda_aggressive",
              "mob"
          ]
      }
      Previous Value:
      "minecraft:type_family": {
          "family": [
              "panda",
              "panda_aggressive"
          ]
      }
    • New Value:
      "minecraft:angry": {
          "duration": 500,
          "broadcast_anger": true,
          "broadcast_range": 41,
          "broadcast_filters": {
              "test": "is_family",
              "operator": "==",
              "value": "panda_aggressive"
          },
          "calm_event": {
              "event": "minecraft:on_calm",
              "target": "self"
          }
      }
      Previous Value:
      "minecraft:angry": {
          "duration": 500,
          "broadcastAnger": true,
          "broadcastRange": 41,
          "broadcast_filters": {
              "test": "is_family",
              "operator": "==",
              "value": "panda_aggressive"
          },
          "calm_event": {
              "event": "minecraft:on_calm",
              "target": "self"
          }
      }
    • New Value:
      "format_version": "1.13.0"
      Previous Value:
      "format_version": "1.12.0"
    • New Value:
      "minecraft:breathable": {
          "total_supply": 15,
          "suffocate_time": 0
      }
      Previous Value:
      "minecraft:breathable": {
          "totalSupply": 15,
          "suffocateTime": 0
      }
    • New Value:
      "minecraft:giveable": {
          "triggers": {
              "cooldown": 3,
              "items": [
               "bamboo",
               "cake"
              ],
              "on_give": {
               "event": "minecraft:on_calm",
               "target": "self"
              }
          }
      }
      Previous Value:
      "minecraft:giveable": {
          "cooldown": 3,
          "items": [
              "bamboo",
              "cake"
          ],
          "on_give": {
              "event": "minecraft:on_calm",
              "target": "self"
          }
      }
    • New Value:
      "minecraft:ageable": {
          "duration": 1200,
          "feed_items": "bamboo",
          "grow_up": {
              "event": "minecraft:ageable_grow_up",
              "target": "self"
          }
      }
      Previous Value:
      "minecraft:ageable": {
          "duration": 1200,
          "feedItems": "bamboo",
          "grow_up": {
              "event": "minecraft:ageable_grow_up",
              "target": "self"
          }
      }
    • New Value:
      "minecraft:breedable": {
          "require_tame": false,
          "blend_attributes": false,
          "environment_requirements": {
              "blocks": "bamboo",
              "count": 8,
              "radius": 5
          },
          "breed_items": "bamboo",
          "breeds_with": {
              "mate_type": "minecraft:panda",
              "baby_type": "minecraft:panda",
              "breed_event": {
               "event": "minecraft:entity_born",
               "target": "baby"
              }
          },
          "mutation_factor": {
              "variant": 1
          }
      }
      Previous Value:
      "minecraft:breedable": {
          "requireTame": false,
          "blend_attributes": false,
          "environment_requirements": {
              "blocks": "bamboo",
              "count": 8,
              "radius": 5
          },
          "breedItems": "bamboo",
          "breedsWith": {
              "mateType": "minecraft:panda",
              "babyType": "minecraft:panda",
              "breed_event": {
               "event": "minecraft:entity_born",
               "target": "baby"
              }
          },
          "mutation_factor": {
              "variant": 1
          }
      }
    • New Value:
      "body": {
          "position": [
              0,
              1.77,
              0
          ],
          "scale": [
              1.15,
              1.15,
              1
          ]
      }
      Previous Value:
      "body": {
          "position": [
              0,
              -0.05000000074505806,
              0
          ],
          "scale": [
              1.149999976158142,
              1.149999976158142,
              1
          ]
      }
    • New Value:
      "body": {
          "position": [
              0,
              "(query.is_baby ? -8.8 : -7.67) * query.lie_amount -10 - this",
              0
          ],
          "rotation": [
              "query.lie_amount * -180 - this",
              0,
              0
          ]
      }
      Previous Value:
      "body": {
          "position": [
              0,
              "(query.is_baby ? 0.5 : 1.3) * query.lie_amount * -12 - this",
              0
          ],
          "rotation": [
              "query.lie_amount * -180 - this",
              0,
              0
          ]
      }
    • New Value:
      "body": {
          "position": [
              0,
              "-2.15 -10 -this",
              0
          ],
          "rotation": [
              "(query.is_scared * math.cos(query.life_time * 71.62) * 16.2) + (query.sit_amount * -90) - this",
              0,
              0
          ]
      }
      Previous Value:
      "body": {
          "rotation": [
              "(query.is_scared * math.cos(query.life_time * 71.62) * 16.2) + (query.sit_amount * -90) - this",
              0,
              0
          ]
      }
    • New Value:
      "head": {
          "position": [
              0,
              -0.18,
              0.15
          ],
          "scale": 1.8
      }
      Previous Value:
      "head": {
          "position": [
              0,
              -0.1800000071525574,
              0.1500000059604645
          ],
          "scale": 1.799999952316284
      }
    • New Value:
      "initial_state": "baby"
    • New Value:
      "initial_state": "default"
    • New Value:
      "initial_state": "baby"
    • New Value:
      "initial_state": "baby"
    • New Value:
      "baby": {
          "animations": [
              {
               "baby_transform": "query.is_baby"
              }
          ]
      }
      Previous Value:
      "baby": {
          "parameters": [
              "query.is_baby"
          ],
          "animations": [
              {
               "baby_transform": [
                  {
                      "0.0": 0,
                      "1.0": 1
                  }
               ]
              }
          ]
      }
    • New Value:
      "default": {
          "animations": [
              {
               "walk": "query.modified_move_speed"
              },
              "look_at_target"
          ],
          "transitions": [
              {
               "rolling": "query.roll_counter < 0"
              },
              {
               "sitting": "query.sit_amount < 0"
              },
              {
               "lying": "query.lie_amount < 0"
              }
          ]
      }
      Previous Value:
      "default": {
          "parameters": [
              "query.modified_move_speed"
          ],
          "animations": [
              {
               "walk": [
                  {
                      "0.0": 0,
                      "1.0": 1
                  }
               ]
              },
              {
               "look_at_target": []
              }
          ],
          "transitions": [
              {
               "rolling": "query.roll_counter < 0"
              },
              {
               "sitting": "query.sit_amount < 0"
              },
              {
               "lying": "query.lie_amount < 0"
              }
          ]
      }
    • New Value:
      "baby": {
          "animations": [
              {
               "sneezing": "query.sneeze_counter"
              }
          ]
      }
      Previous Value:
      "baby": {
          "parameters": [
              "query.sneeze_counter"
          ],
          "animations": [
              {
               "sneezing": [
                  {
                      "0.0": 0,
                      "1.0": 1
                  }
               ]
              }
          ]
      }
    • New Value:
      "baby": {
          "animations": [
              {
               "unhappy": "query.unhappy_counter"
              }
          ]
      }
      Previous Value:
      "baby": {
          "parameters": [
              "query.unhappy_counter"
          ],
          "animations": [
              {
               "unhappy": [
                  {
                      "0.0": 0,
                      "1.0": 1
                  }
               ]
              }
          ]
      }
    • New Value:
      "rolling": {
          "animations": [
              "rolling"
          ],
          "transitions": [
              {
               "default": "query.roll_counter >= 0"
              },
              {
               "sitting": "query.sit_amount < 0"
              },
              {
               "lying": "query.lie_amount < 0"
              }
          ]
      }
      Previous Value:
      "rolling": {
          "animations": [
              {
               "rolling": []
              }
          ],
          "transitions": [
              {
               "default": "query.roll_counter >= 0"
              },
              {
               "sitting": "query.sit_amount < 0"
              },
              {
               "lying": "query.lie_amount < 0"
              }
          ]
      }
    • New Value:
      "format_version": "1.10.0"
      Previous Value:
      "format_version": "1.8.0"
    • New Value:
      "sitting": {
          "animations": [
              "sitting"
          ],
          "transitions": [
              {
               "default": "query.sit_amount >= 0"
              },
              {
               "rolling": "query.roll_counter < 0"
              },
              {
               "lying": "query.lie_amount < 0"
              }
          ]
      }
      Previous Value:
      "sitting": {
          "animations": [
              {
               "sitting": []
              }
          ],
          "transitions": [
              {
               "default": "query.sit_amount >= 0"
              },
              {
               "rolling": "query.roll_counter < 0"
              },
              {
               "lying": "query.lie_amount < 0"
              }
          ]
      }
    • New Value:
      "lying": {
          "animations": [
              "lying"
          ],
          "transitions": [
              {
               "default": "query.lie_amount >= 0"
              },
              {
               "rolling": "query.roll_counter < 0"
              },
              {
               "sitting": "query.sit_amount < 0"
              }
          ]
      }
      Previous Value:
      "lying": {
          "animations": [
              {
               "lying": []
              }
          ],
          "transitions": [
              {
               "default": "query.lie_amount >= 0"
              },
              {
               "rolling": "query.roll_counter < 0"
              },
              {
               "sitting": "query.sit_amount < 0"
              }
          ]
      }