Silt Jade Slab
16×16 · BAKED

block· Slabs

Silt Jade Slab

Goety · by Polarice3
block Jade BlocksJade Blocks

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

Acquisition

Crafting using Silt Jade Tiles, Silt Jade Tiles and Silt Jade Tiles, arranged in the pattern shown. Produces 6× Silt Jade Slab.

Crafting
Silt Jade Slab Silt Jade Slab ×6 guaranteed

Mining & drops

sourcecountdrop rateconditions
Silt 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.

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:silt_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:silt_jade_tiles"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "goety:silt_jade_tiles"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}