block· Machines & Other Blocks

Snowy Crag Pavement

Goety · by Polarice3
block Crag BlocksCrag Blocks

Snowy Crag Pavement is a block from Goety, crafted from Crag Pavement and Snowball.

Acquisition

Crafting using Crag Pavement, Snowball, Snowball and Crag Pavement, arranged in the pattern shown. Produces 2× Snowy Crag Pavement.

Crafting
Snowy Crag Pavement ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Snowy Crag Pavement1–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_crag_pavement
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/crag_blocks
goety:items/crag_blocks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#S",
    "S#"
  ],
  "ingredients": {
    "#": {
      "item": "goety:crag_pavement"
    },
    "S": {
      "item": "minecraft:snowball"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}