Food Prep Table
blue_skies:food_prep_table

Food Prep Table

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
block Axe Mineable

Food Prep Table is a block from Blue Skies, crafted from Any of Stone Slab / Smooth Stone Slab / Turquoise Stone Slab / Lunar Stone Slab and Crystallized Wood.

Acquisition

Crafting using Any of Stone Slab / Smooth Stone Slab / Turquoise Stone Slab / Lunar Stone Slab, Any of Stone Slab / Smooth Stone Slab / Turquoise Stone Slab / Lunar Stone Slab, Any of Stone Slab / Smooth Stone Slab / Turquoise Stone Slab / Lunar Stone Slab, Crystallized Wood, Crystallized Wood, Crystallized Wood and Crystallized Wood, arranged in the pattern shown. Produces Food Prep Table.

Crafting
Food Prep Table Food Prep Table guaranteed

Mining & drops

sourcecountchanceconditions
Food Prep Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
blue_skies:food_prep_table
Namespace
blue_skies
Mod ID
blue_skies
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "L L",
    "L L"
  ],
  "ingredients": {
    "L": {
      "tag": "minecraft:logs"
    },
    "S": {
      "anyOf": [
        {
          "item": "minecraft:stone_slab"
        },
        {
          "item": "minecraft:smooth_stone_slab"
        },
        {
          "item": "blue_skies:turquoise_stone_slab"
        },
        {
          "item": "blue_skies:lunar_stone_slab"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}