Block_Comparator: {
    type: "compound";
    value: { OutputSignal: { type: "int"; value: number } };
}

Additional fields for comparator.

Type declaration

  • type: "compound"
  • value: { OutputSignal: { type: "int"; value: number } }
    • OutputSignal: { type: "int"; value: number }

      Represents the strength of the analog signal output of this redstone comparator.