block· Machines & Other Blocks

Snowy Siltstone

Goety · by Polarice3
block Silt BlocksSilt Blocks

Snowy Siltstone is a block from Goety, crafted from Siltstone and Snow Block.

Acquisition

Crafting using Siltstone, Siltstone, Snow Block, Siltstone and Siltstone, arranged in the pattern shown. Produces 4× Snowy Siltstone.

Crafting
Snowy Siltstone ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Snowy Siltstone1–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:snowy_siltstone
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/silt_blocks
goety:items/silt_blocks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " m ",
    "msm",
    " m "
  ],
  "ingredients": {
    "m": {
      "item": "goety:siltstone"
    },
    "s": {
      "item": "minecraft:snow_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}