Oak Slab
minecraft:oak_slab

Oak Slab

Wood Type:
Minecraft · by Mojang Studios
block Wooden SlabsWooden Slabs

Acquisition

Sawmill using no listed ingredients. Produces 2× Oak Slab.

Sawmill
Oak Slab Oak Slab ×2 guaranteed

Industrial Sawmill using Oak Stairs. Produces 2× Saw Dust and Oak Slab.

Industrial Sawmill
Saw Dust Saw Dust ×2 guaranteed
Oak Slab Oak Slab guaranteed

Crafting using Oak Planks, Oak Planks and Oak Planks, arranged in the pattern shown. Produces 6× Oak Slab.

Crafting
Oak Slab Oak Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Oak Slab1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:oak_slab
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/wooden_slabs
minecraft:items/wooden_slabs

Recipe JSON (3):

{
  "recipe_type": "immersiveengineering:sawmill",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_sawmill",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:oak_stairs"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:oak_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wooden_slab",
  "experience": null,
  "cooking_time": null
}