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

Changes in version 1.18.10.4

    • New Value:
      "minecraft:balloonable": {
          "mass": 0.7
      }
    • New Value:
      "minecraft:wild_child_ocelot_spawn": {
          "minecraft:spawn_entity": {
              "entities": {
               "filters": [
                  {
                      "test": "random_chance",
                      "value": 7
                  }
               ],
               "min_wait_time": 0,
               "max_wait_time": 0,
               "num_to_spawn": 2,
               "single_use": true,
               "spawn_entity": "minecraft:ocelot",
               "spawn_event": "minecraft:entity_born",
               "spawn_method": "born",
               "spawn_sound": ""
              }
          }
      }
    • New Value:
      "format_version": "1.18.10"
      Previous Value:
      "format_version": "1.16.0"
    • New Value:
      "minecraft:entity_spawned": {
          "sequence": [
              {
               "randomize": [
                  {
                      "weight": 3,
                      "remove": [],
                      "add": {
                       "component_groups": [
                          "minecraft:ocelot_adult",
                          "minecraft:ocelot_wild",
                          "minecraft:wild_child_ocelot_spawn"
                       ]
                      }
                  },
                  {
                      "weight": 1,
                      "remove": [],
                      "add": {
                       "component_groups": [
                          "minecraft:ocelot_baby",
                          "minecraft:ocelot_wild"
                       ]
                      }
                  }
               ]
              }
          ]
      }
      Previous Value:
      "minecraft:entity_spawned": {
          "sequence": [
              {
               "randomize": [
                  {
                      "weight": 3,
                      "remove": [],
                      "add": {
                       "component_groups": [
                          "minecraft:ocelot_adult",
                          "minecraft:ocelot_wild"
                       ]
                      }
                  },
                  {
                      "weight": 1,
                      "remove": [],
                      "add": {
                       "component_groups": [
                          "minecraft:ocelot_baby",
                          "minecraft:ocelot_wild"
                       ]
                      }
                  }
               ]
              }
          ]
      }

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