Version History for the Dragon Fireball 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.16.0.2

    • New Value:
      "minecraft:projectile": {
          "on_hit": {
              "spawn_aoe_cloud": {
               "radius": 6,
               "radius_on_use": 0,
               "potion": 23,
               "particle": "dragonbreath",
               "duration": 120,
               "color": [
                  220,
                  0,
                  239
               ],
               "affect_owner": false,
               "reapplication_delay": 20
              },
              "remove_on_hit": []
          },
          "power": 1.3,
          "gravity": 0,
          "inertia": 1,
          "anchor": 2,
          "offset": [
              0,
              0.5,
              0
          ],
          "semi_random_diff_damage": true,
          "uncertainty_base": 10,
          "reflect_on_hurt": true,
          "hit_sound": "explode"
      }
      Previous Value:
      "minecraft:projectile": {
          "on_hit": {
              "spawn_aoe_cloud": {
               "radius": 6,
               "radius_on_use": 0,
               "potion": 23,
               "particle": "dragonbreath",
               "duration": 120,
               "color": [
                  220,
                  0,
                  239
               ],
               "affect_owner": false
              },
              "remove_on_hit": []
          },
          "power": 1.3,
          "gravity": 0,
          "inertia": 1,
          "anchor": 2,
          "offset": [
              0,
              0.5,
              0
          ],
          "semi_random_diff_damage": true,
          "uncertainty_base": 10,
          "reflect_on_hurt": true,
          "hit_sound": "explode"
      }

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": {
              "spawn_aoe_cloud": {
               "radius": 6,
               "radius_on_use": 0,
               "potion": 23,
               "particle": "dragonbreath",
               "duration": 120,
               "color": [
                  220,
                  0,
                  239
               ],
               "affect_owner": false
              },
              "remove_on_hit": []
          },
          "power": 1.3,
          "gravity": 0,
          "inertia": 1,
          "anchor": 2,
          "offset": [
              0,
              0.5,
              0
          ],
          "semi_random_diff_damage": true,
          "uncertainty_base": 10,
          "reflect_on_hurt": true,
          "hit_sound": "explode"
      }
      Previous Value:
      "minecraft:projectile": {
          "onHit": {
              "spawn_aoe_cloud": {
               "radius": 6,
               "radius_on_use": 0,
               "potion": 23,
               "particle": "dragonbreath",
               "duration": 120,
               "color": [
                  220,
                  0,
                  239
               ],
               "affect_owner": false
              },
              "remove_on_hit": []
          },
          "power": 1.3,
          "gravity": 0,
          "inertia": 1,
          "anchor": 2,
          "offset": [
              0,
              0.5,
              0
          ],
          "semirandomdiffdamage": true,
          "uncertaintyBase": 10,
          "reflectOnHurt": true,
          "hitSound": "explode"
      }