Version History for the Tnt Minecart 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.16.100.04

Changes in version 1.16.0.2

Changes in version 1.13.0.34

    • New Value:
      "minecraft:pushable": {
          "is_pushable": true,
          "is_pushable_by_piston": true
      }
    • New Value:
      "minecraft:explode": {
          "fuse_length": 0,
          "fuse_lit": true,
          "power": 3,
          "causes_fire": false
      }
      Previous Value:
      "minecraft:explode": {
          "on_activate": [],
          "fuseLength": 0,
          "fuseLit": true,
          "power": 3,
          "causesFire": false
      }
    • New Value:
      "minecraft:explode": {
          "fuse_length": 4,
          "fuse_lit": true,
          "power": 3,
          "causes_fire": false
      }
      Previous Value:
      "minecraft:explode": {
          "on_activate": [],
          "fuseLength": 4,
          "fuseLit": true,
          "power": 3,
          "causesFire": false
      }
    • New Value:
      "format_version": "1.13.0"
      Previous Value:
      "format_version": "1.8.0"
    • New Value:
      "minecraft:interact": {
          "interactions": [
              {
               "on_interact": {
                  "filters": {
                      "any_of": [
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "fireball:0"
                       },
                       {
                          "test": "has_equipment",
                          "subject": "other",
                          "domain": "hand",
                          "value": "flint_and_steel"
                       }
                      ],
                      "all_of": [
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "is_game_rule",
                          "domain": "tntexplodes",
                          "operator": "==",
                          "value": true
                       }
                      ]
                  },
                  "event": "minecraft:on_prime",
                  "target": "self"
               },
               "swing": true,
               "play_sounds": "ignite",
               "interact_text": "action.interact.creeper"
              },
              {
               "on_interact": {
                  "filters": {
                      "any_of": [
                       {
                          "test": "has_component",
                          "subject": "other",
                          "value": "fire_aspect"
                       }
                      ],
                      "all_of": [
                       {
                          "test": "is_game_rule",
                          "domain": "tntexplodes",
                          "operator": "==",
                          "value": true
                       }
                      ]
                  },
                  "event": "minecraft:on_prime",
                  "target": "self"
               },
               "swing": true,
               "interact_text": "action.interact.creeper"
              }
          ]
      }
      Previous Value:
      "minecraft:interact": [
          {
              "on_interact": {
               "filters": {
                  "any_of": [
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "fireball:0"
                      },
                      {
                       "test": "has_equipment",
                       "subject": "other",
                       "domain": "hand",
                       "value": "flint_and_steel"
                      }
                  ],
                  "all_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "is_game_rule",
                       "domain": "tntexplodes",
                       "operator": "==",
                       "value": true
                      }
                  ]
               },
               "event": "minecraft:on_prime",
               "target": "self"
              },
              "swing": true,
              "play_sounds": "ignite",
              "interact_text": "action.interact.creeper"
          },
          {
              "on_interact": {
               "filters": {
                  "any_of": [
                      {
                       "test": "has_component",
                       "subject": "other",
                       "value": "fire_aspect"
                      }
                  ],
                  "all_of": [
                      {
                       "test": "is_game_rule",
                       "domain": "tntexplodes",
                       "operator": "==",
                       "value": true
                      }
                  ]
               },
               "event": "minecraft:on_prime",
               "target": "self"
              },
              "swing": true,
              "interact_text": "action.interact.creeper"
          }
      ]