Block_CampfireAndSoulCampfire: {
    type: "compound";
    value: {
        [key: `Item${bigint}`]: { type: "compound"; value: object } & Item_ItemStack;
        [key: `ItemTime${bigint}`]: { type: "int"; value: number };
    };
}

Additional fields for campfire and [soul campfire](https://minecraft.wiki/w/soul campfire).

Type declaration

  • type: "compound"
  • value: {
        [key: `Item${bigint}`]: { type: "compound"; value: object } & Item_ItemStack;
        [key: `ItemTime${bigint}`]: { type: "int"; value: number };
    }