Snow Globe
16×16 · BAKED

block· Machines & Other Blocks

Snow Globe

Snowy Spirit · by MehVahdJukaar
block

Snow Globe is a block from Snowy Spirit, crafted from Glass and Smooth Stone Slab.

Acquisition

Crafting using Glass and Smooth Stone Slab, arranged in the pattern shown. Produces Snow Globe.

Crafting conditional
Snow Globe Snow Globe guaranteed

Mining & drops

sourcecountdrop rateconditions
Found in: Present Villager chests (rare) (snowyspirit) snowyspirit:present_villager1–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
snowyspirit:snow_globe
Namespace
snowyspirit
Mod ID
snowyspirit

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "S"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glass"
    },
    "S": {
      "item": "minecraft:smooth_stone_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "snow_globe",
        "type": "snowyspirit:flag"
      },
      "type": "snowyspirit:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}