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

Changes in version 1.16.100.04

Changes in version 1.13.0.34

    • New Value:
      "minecraft:pushable": {
          "is_pushable": true,
          "is_pushable_by_piston": true
      }
    • New Value:
      "format_version": "1.12.0"
      Previous Value:
      "format_version": "1.8.0"
    • New Value:
      "minecraft:projectile": {
          "on_hit": {
              "impact_damage": {
               "damage": 0,
               "knockback": true,
               "destroy_on_hit": true
              },
              "spawn_chance": {
               "first_spawn_chance": 8,
               "second_spawn_chance": 32,
               "first_spawn_count": 1,
               "second_spawn_count": 4,
               "spawn_definition": "minecraft:chicken",
               "spawn_baby": true
              },
              "remove_on_hit": [],
              "particle_on_hit": {
               "particle_type": "iconcrack",
               "num_particles": 6,
               "on_entity_hit": true,
               "on_other_hit": true
              }
          },
          "power": 1.5,
          "gravity": 0.03,
          "angle_offset": 0
      }
      Previous Value:
      "minecraft:projectile": {
          "onHit": {
              "impact_damage": {
               "damage": 0,
               "knockback": true,
               "destroyonhit": true
              },
              "spawn_chance": {
               "firstSpawnChance": 8,
               "secondSpawnChance": 32,
               "firstSpawnCount": 1,
               "secondSpawnCount": 4,
               "spawnMob": "chicken",
               "spawnDefinition": "minecraft:chicken",
               "spawnBaby": true
              },
              "remove_on_hit": [],
              "particle_on_hit": {
               "particle_type": "iconcrack",
               "num_particles": 6,
               "on_entity_hit": true,
               "on_other_hit": true
              }
          },
          "power": 1.5,
          "gravity": 0.03,
          "angleoffset": 0
      }