Component_Explode: {
    type: "compound";
    value: {
        AllowUnderwater?: { type: "byte"; value: number };
        Fuse?: { type: "byte"; value: number };
        IsFuseLit?: { type: "byte"; value: number };
    };
}

This component is used by TNT, minecarts with TNT, creepers, ghast fireballs, end crystals, and wither skulls.

Type declaration

  • type: "compound"
  • value: {
        AllowUnderwater?: { type: "byte"; value: number };
        Fuse?: { type: "byte"; value: number };
        IsFuseLit?: { type: "byte"; value: number };
    }
    • OptionalAllowUnderwater?: { type: "byte"; value: number }

      (May not exist) Explosion will cause damage to territory even underwater

    • OptionalFuse?: { type: "byte"; value: number }

      (May not exist) Number of ticks before the explosion

    • OptionalIsFuseLit?: { type: "byte"; value: number }

      (May not exist) Does the time before the explosion started decreasing