Tnt Minecart - 1.13.0.34

<< back to entity list

Last Updated

The Tnt Minecart entity last updated in Minecraft Version old
View Entity Version History >>

What's Changed:

Changes since stable release 1.12.0.28


      • 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:pushable": {
            "is_pushable": true,
            "is_pushable_by_piston": true
        }
      • 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"
            }
        ]

Statistics:

    Families
    • Default: Inanimate, Minecart
    Other Attributes
    • Has Collisions
    • Has Gravity
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla/entities/tnt_minecart.json
    Entity
    • resource_packs/vanilla/entity/tnt_minecart.entity.json
    Textures
    • resource_packs/vanilla/textures/entity/minecart.png