block· Machines & Other Blocks

Silt Studded Crag Tiles

Goety · by Polarice3
block Crag BlocksCrag Blocks

Silt Studded Crag Tiles is a block from Goety, crafted from Cragrocks and Siltstone.

Acquisition

Crafting using Cragrocks, Cragrocks, Siltstone, Cragrocks and Cragrocks, arranged in the pattern shown. Produces 4× Silt Studded Crag Tiles.

Crafting
Silt Studded Crag Tiles ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Silt Studded Crag Tiles1–1100%Survives Explosion

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_studded_crag_tiles
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/crag_blocks
goety:items/crag_blocks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#$#",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "goety:cragrocks"
    },
    "$": {
      "item": "goety:siltstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}