Small Ochrum Brick Slab
create:small_ochrum_brick_slab

Small Ochrum Brick Slab

Create · by simibubi
block Pickaxe MineableSlabsSlabs

Acquisition

Crafting using Small Ochrum Bricks, Small Ochrum Bricks and Small Ochrum Bricks, arranged in the pattern shown. Produces 6× Small Ochrum Brick Slab.

Crafting
Small Ochrum Brick Slab Small Ochrum Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Small Ochrum Brick Slab1–1100%

Used in (1)

Crafting using Small Ochrum Brick Slab and Small Ochrum Brick Slab, in any arrangement. Produces Small Ochrum Bricks.

Crafting ⇆ any arrangement
Small Ochrum Brick Slab
Small Ochrum Brick Slab
Small Ochrum Bricks guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:small_ochrum_brick_slab
Namespace
create
Mod ID
create
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "create:small_ochrum_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "small_ochrum_brick_slab",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/ochrum"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}