block· Machines & Other Blocks

Smooth Siltstone

Goety · by Polarice3
block Silt BlocksFull Silt CraftSilt Blocks

Smooth Siltstone is a block from Goety, crafted from Siltstone.

Acquisition

Crafting using Siltstone, Siltstone, Siltstone and Siltstone, arranged in the pattern shown. Produces 4× Smooth Siltstone.

Crafting
  • Inputs
  • 4 × Siltstone
  • Output
  • Smooth Siltstone ×4
Smooth Siltstone ×4 guaranteed

Smelting using Cobbled Siltstone (200 ticks, 0.35 xp). Produces Smooth Siltstone.

Smelting

200 ticks· 0.35 xp

Smooth Siltstone guaranteed

Mining & drops

sourcecountdrop rateconditions
Smooth Siltstone1–1100%Drops itself with Silk Touch

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

view all 19 →

Block drops

dropscountdrop rateconditions
Cobbled Siltstone1–1100%Survives Explosion
Smooth Siltstone1–1100%Drops itself with Silk Touch

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

Developer reference
Registry name
goety:smooth_siltstone
Namespace
goety
Mod ID
goety
Tags (3)
goety:blocks/silt_blocks
goety:items/full_silt_craft
goety:items/silt_blocks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "goety:siltstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "goety:cobbled_siltstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 200
}