Jade Slab
16×16 · BAKED

block· Slabs

Jade Slab

Goety · by Polarice3
block Jade BlocksJade Blocks

Jade Slab is a block from Goety, crafted from Jade Tiles.

Acquisition

Crafting using Any of Jade Tiles / Jade Pillar, Any of Jade Tiles / Jade Pillar and Any of Jade Tiles / Jade Pillar, arranged in the pattern shown. Produces 6× Jade Slab.

Crafting
Jade Slab Jade Slab ×6 guaranteed

Mining & drops

sourcecountdrop rateconditions
Jade Slab1–1100%

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

Crafting using Jade Slab and Jade Slab, arranged in the pattern shown. Produces Jade Pillar.

Crafting
Jade Slab
Jade Slab
  • Inputs
  • 2 × Jade Slab
  • Output
  • Jade Pillar
Jade Pillar guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:jade_slab
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/jade_blocks
goety:items/jade_blocks

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "goety:jade_tiles"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "goety:jade_tiles"
        },
        {
          "item": "goety:jade_pillar"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}