Block_Crafter: {
    type: "compound";
    value: {
        disabled_slots: { type: "short"; value: number };
        Items: {
            type: "list";
            value: {
                type: "compound";
                value: { Slot: { type: "byte"; value: number } }[];
            };
        };
    };
}

Additional fields for crafter.

Type declaration

  • type: "compound"
  • value: {
        disabled_slots: { type: "short"; value: number };
        Items: {
            type: "list";
            value: {
                type: "compound";
                value: { Slot: { type: "byte"; value: number } }[];
            };
        };
    }
    • disabled_slots: { type: "short"; value: number }

      Indexes of slots that are disabled.

    • Items: {
          type: "list";
          value: {
              type: "compound";
              value: { Slot: { type: "byte"; value: number } }[];
          };
      }

      List of items in the crafter.